mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
minisat: fix build with gcc9
This commit is contained in:
parent
0b6bb60f62
commit
6c3f824540
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
[ ./darwin.patch ]
|
||||
++ stdenv.lib.optionals stdenv.cc.isClang [ ./clang.diff ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
preBuild = "cd simp";
|
||||
|
Loading…
Reference in New Issue
Block a user