summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-23 11:14:27 +0200
committerPeter Simons <simons@cryp.to>2013-09-23 11:14:27 +0200
commit46a7b1ea0a8cfc636207f1f66ac2a95662dd064a (patch)
tree89ce1fa13aa35df66f4345453771909a5e3a43c6 /pkgs/development/libraries/gettext
parent9407832de442a44a944146f1c433cf3442c3a1bb (diff)
gettext: fix minor errors after merge
Diffstat (limited to 'pkgs/development/libraries/gettext')
-rw-r--r--pkgs/development/libraries/gettext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index 19a3a0f18b3db..eea4e45a946bf 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -70,11 +70,11 @@ stdenv.mkDerivation (rec {
   };
 }
 
-// optionalAttrs stdenv.isDarwin {
+// stdenv.lib.optionalAttrs stdenv.isDarwin {
   makeFlags = "CFLAGS=-D_FORTIFY_SOURCE=0";
 }
 
-// optionalAttrs stdenv.isCygwin {
+// stdenv.lib.optionalAttrs stdenv.isCygwin {
   patchPhase =
    # Make sure `error.c' gets compiled and is part of `libgettextlib.la'.
    # This fixes: