gettext: fix minor errors after merge
This commit is contained in:
parent
9407832de4
commit
46a7b1ea0a
@ -70,11 +70,11 @@ stdenv.mkDerivation (rec {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// optionalAttrs stdenv.isDarwin {
|
// stdenv.lib.optionalAttrs stdenv.isDarwin {
|
||||||
makeFlags = "CFLAGS=-D_FORTIFY_SOURCE=0";
|
makeFlags = "CFLAGS=-D_FORTIFY_SOURCE=0";
|
||||||
}
|
}
|
||||||
|
|
||||||
// optionalAttrs stdenv.isCygwin {
|
// stdenv.lib.optionalAttrs stdenv.isCygwin {
|
||||||
patchPhase =
|
patchPhase =
|
||||||
# Make sure `error.c' gets compiled and is part of `libgettextlib.la'.
|
# Make sure `error.c' gets compiled and is part of `libgettextlib.la'.
|
||||||
# This fixes:
|
# This fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user