minisatUnstable: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-05 02:01:18 +01:00
parent d98aee819f
commit 18ab125e83
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -10,6 +10,8 @@ stdenv.mkDerivation {
sha256 = "091hf3qkm197s5r7xcr3m07xsdwyz2rqk1hc9kj0hn13imz09irq";
};
NIX_CFLAGS_COMPILE = "-fpermissive";
buildInputs = [ zlib ];
nativeBuildInputs = [ cmake ];