sollya: fix build with gcc 15
This commit is contained in:
@@ -30,6 +30,10 @@ stdenv.mkDerivation rec {
|
||||
"--with-xml2-config=${lib.getExe' (lib.getDev libxml2) "xml2-config"}"
|
||||
];
|
||||
|
||||
makeFlags = [
|
||||
"CFLAGS=-std=c17"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user