Loading pkgs/applications/science/logic/cryptominisat/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,14 @@ stdenv.mkDerivation rec { hash = "sha256-8oH9moMjQEWnQXKmKcqmXuXcYkEyvr4hwC1bC4l26mo="; }; buildInputs = [ python3 boost ]; nativeBuildInputs = [ cmake ]; strictDeps = true; buildInputs = [ boost ]; nativeBuildInputs = [ python3 cmake ]; # musl does not have sys/unistd.h postPatch = '' substituteInPlace src/picosat/picosat.c --replace-fail '<sys/unistd.h>' '<unistd.h>' ''; meta = with lib; { description = "An advanced SAT Solver"; Loading Loading
pkgs/applications/science/logic/cryptominisat/default.nix +8 −2 Original line number Diff line number Diff line Loading @@ -17,8 +17,14 @@ stdenv.mkDerivation rec { hash = "sha256-8oH9moMjQEWnQXKmKcqmXuXcYkEyvr4hwC1bC4l26mo="; }; buildInputs = [ python3 boost ]; nativeBuildInputs = [ cmake ]; strictDeps = true; buildInputs = [ boost ]; nativeBuildInputs = [ python3 cmake ]; # musl does not have sys/unistd.h postPatch = '' substituteInPlace src/picosat/picosat.c --replace-fail '<sys/unistd.h>' '<unistd.h>' ''; meta = with lib; { description = "An advanced SAT Solver"; Loading