twolame: fix Darwin build by setting -std=gnu17
Refs: https://github.com/NixOS/nixpkgs/issues/511329
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user