summary refs log tree commit diff
path: root/pkgs/os-specific/linux/ati-drivers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:57 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:38 +0200
commit1894615f64502d66c2f5c4ad85e8ee50ee75cbf7 (patch)
tree3179d26e694d683a626c88246658b46608015e1c /pkgs/os-specific/linux/ati-drivers
parent474f921bacefadaa7f123f7531adfa86062f4b0d (diff)
downloadnixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.tar
nixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.tar.gz
nixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.tar.bz2
nixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.tar.lz
nixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.tar.xz
nixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.tar.zst
nixpkgs-1894615f64502d66c2f5c4ad85e8ee50ee75cbf7.zip
treewide: Mass replace 'xorg.libXrender}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/os-specific/linux/ati-drivers')
-rw-r--r--pkgs/os-specific/linux/ati-drivers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/ati-drivers/default.nix b/pkgs/os-specific/linux/ati-drivers/default.nix
index 67b98211099..c1e524e224b 100644
--- a/pkgs/os-specific/linux/ati-drivers/default.nix
+++ b/pkgs/os-specific/linux/ati-drivers/default.nix
@@ -64,7 +64,7 @@ stdenv.mkDerivation {
 
   LD_LIBRARY_PATH = stdenv.lib.concatStringsSep ":"
     [ "${xorg.libXrandr.out}/lib"
-      "${xorg.libXrender}/lib"
+      "${xorg.libXrender.out}/lib"
       "${xorg.libXext.out}/lib"
       "${xorg.libX11.out}/lib"
       "${xorg.libXinerama.out}/lib"