summary refs log tree commit diff
path: root/pkgs/development/libraries/atk
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-05-15 23:59:53 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-05-16 01:02:31 -0500
commitc605d171bbb7259836aeb5f5b82b800e282b1fe5 (patch)
tree53a0ea423ca3fce1b1b8e00968999e7355e730a5 /pkgs/development/libraries/atk
parent8419c347ca303839ff97ea2750276da0b9977e0b (diff)
downloadnixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.tar
nixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.tar.gz
nixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.tar.bz2
nixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.tar.lz
nixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.tar.xz
nixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.tar.zst
nixlib-c605d171bbb7259836aeb5f5b82b800e282b1fe5.zip
treewide: remove lintl references
libintl should be used directly, not through NIX_LDFLAGS.
Diffstat (limited to 'pkgs/development/libraries/atk')
-rw-r--r--pkgs/development/libraries/atk/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/atk/default.nix b/pkgs/development/libraries/atk/default.nix
index 63fd7a4986f9..813f8c3c9640 100644
--- a/pkgs/development/libraries/atk/default.nix
+++ b/pkgs/development/libraries/atk/default.nix
@@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
     glib
   ];
 
-  NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
-
   doCheck = true;
 
   passthru = {