Skip to content

Commit

Permalink
mark old seg3d as broken for now since it no longer builds with stock…
Browse files Browse the repository at this point in the history
… gcc version and flags
  • Loading branch information
bcdarwin committed Mar 10, 2017
1 parent 05359c3 commit f02ac95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/graphics/seg3d/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ stdenv.mkDerivation {
'';

buildInputs = [ cmake wxGTK itk mesa libXft libXext libXi zlib libXmu libuuid ];

meta = {
broken = true;
};
}

0 comments on commit f02ac95

Please sign in to comment.