We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b93d2b commit acb7958Copy full SHA for acb7958
1 file changed
pkgs/applications/graphics/seg3d/default.nix
@@ -48,4 +48,8 @@ stdenv.mkDerivation {
48
'';
49
50
buildInputs = [ cmake wxGTK itk mesa libXft libXext libXi zlib libXmu libuuid ];
51
+
52
+ meta = {
53
+ broken = true;
54
+ };
55
}
0 commit comments