twolame: fix Darwin build by setting -std=gnu17

Refs: https://github.com/NixOS/nixpkgs/issues/511329
This commit is contained in:
FlameFlag
2026-04-19 13:13:03 +03:00
parent f9981bbabf
commit 2870314a0d
+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 = {