sacc: fix Darwin build (#358095)
This commit is contained in:
@@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ncurses libressl ];
|
||||
|
||||
CFLAGS = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"-D_DARWIN_C_SOURCE"
|
||||
makeFlags = lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
"OSCFLAGS=-D_DARWIN_C_SOURCE"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user