summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp/2.8.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-14 14:15:06 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-22 16:50:11 -0500
commited2a9cf65fe2bf02bc3e7070ca4b124260d99585 (patch)
treeeabfdcf2e6203d6da7f1ada80a785455533c9c80 /pkgs/applications/graphics/gimp/2.8.nix
parent9e75fb5eb4f26de4e551137c3caaa78b9bf8b050 (diff)
downloadnixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.tar
nixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.tar.gz
nixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.tar.bz2
nixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.tar.lz
nixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.tar.xz
nixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.tar.zst
nixpkgs-ed2a9cf65fe2bf02bc3e7070ca4b124260d99585.zip
treewide: remove libintl hacks
Diffstat (limited to 'pkgs/applications/graphics/gimp/2.8.nix')
-rw-r--r--pkgs/applications/graphics/gimp/2.8.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/gimp/2.8.nix b/pkgs/applications/graphics/gimp/2.8.nix
index a2cbffd5d21..3802fff2ad2 100644
--- a/pkgs/applications/graphics/gimp/2.8.nix
+++ b/pkgs/applications/graphics/gimp/2.8.nix
@@ -46,8 +46,7 @@ in stdenv.mkDerivation rec {
   enableParallelBuilding = true;
 
   # "screenshot" needs this.
-  NIX_LDFLAGS = "-rpath ${xorg.libX11.out}/lib"
-    + stdenv.lib.optionalString stdenv.isDarwin " -lintl";
+  NIX_LDFLAGS = "-rpath ${xorg.libX11.out}/lib";
 
   meta = {
     description = "The GNU Image Manipulation Program";