Unverified Commit 6fc5258c authored by Greizgh's avatar Greizgh
Browse files

f3d: mark broken

As of 2024-01-20, running f3d result in:
error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory

Related issue: https://github.com/NixOS/nixpkgs/issues/262328
parent c5a7b36c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,5 +30,9 @@ stdenv.mkDerivation rec {
    license = licenses.bsd3;
    maintainers = with maintainers; [ bcdarwin ];
    platforms = with platforms; unix;
    # As of 2024-01-20, this fails with:
    # error while loading shared libraries: libvtkInteractionWidgets.so.1: cannot open shared object file: No such file or directory
    # Tracking issue: https://github.com/NixOS/nixpkgs/issues/262328
    broken = true;
  };
}