summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:49 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:37 +0200
commit5d52f5542604fad210a1b16484f31d2f8bb5ed39 (patch)
treea3a8c1f72d2fd0870d7feaba18842ab7f572c904 /pkgs/applications/graphics/gimp
parent91b40bd9d24a35dedfbceb0d3eeb72dcc0f27d5b (diff)
downloadnixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar
nixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.gz
nixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.bz2
nixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.lz
nixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.xz
nixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.tar.zst
nixlib-5d52f5542604fad210a1b16484f31d2f8bb5ed39.zip
treewide: Mass replace 'xorg.libX11}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-rw-r--r--pkgs/applications/graphics/gimp/2.8.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/gimp/2.8.nix b/pkgs/applications/graphics/gimp/2.8.nix
index 954a1d4c19c9..82c4bcbdc369 100644
--- a/pkgs/applications/graphics/gimp/2.8.nix
+++ b/pkgs/applications/graphics/gimp/2.8.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   #configureFlags = [ "--disable-print" ];
 
   # "screenshot" needs this.
-  NIX_LDFLAGS = "-rpath ${xorg.libX11}/lib"
+  NIX_LDFLAGS = "-rpath ${xorg.libX11.out}/lib"
     + stdenv.lib.optionalString stdenv.isDarwin " -lintl";
 
   meta = {