Skip to content

Commit

Permalink
Merge pull request #277891 from greizgh/f3d-broken
Browse files Browse the repository at this point in the history
f3d: mark broken
  • Loading branch information
pbsds authored Jan 22, 2024
2 parents 4082718 + 6fc5258 commit 5d4dd2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/graphics/f3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 5d4dd2a

Please sign in to comment.