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

(cherry picked from commit f02ac95)
  • Loading branch information
bcdarwin authored and globin committed Mar 19, 2017
1 parent 0b93d2b commit acb7958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/graphics/seg3d/default.nix
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 acb7958

Please sign in to comment.