twolame: fix Darwin build by setting -std=gnu17 (#511342)

This commit is contained in:
Alyssa Ross
2026-04-19 10:27:12 +00:00
committed by GitHub
+2
View File
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
];
buildInputs = [ libsndfile ];
configureFlags = [ "CFLAGS=-std=gnu17" ];
doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"
meta = {