summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:16 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:35 +0200
commita1909d73800a520b34640693343da7b68d5b7294 (patch)
treefe12e921fa3b9939355ad2ae1ecf4b22ba3bb473 /pkgs/misc
parentb56b24f72909aaf156aae78390d8b4e5d21014ca (diff)
downloadnixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.gz
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.bz2
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.lz
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.xz
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.tar.zst
nixpkgs-a1909d73800a520b34640693343da7b68d5b7294.zip
treewide: Mass replace 'glibc}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/cups/drivers/mfcj470dw/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/cups/drivers/mfcj470dw/default.nix b/pkgs/misc/cups/drivers/mfcj470dw/default.nix
index d1a1b239371..b61344d1280 100644
--- a/pkgs/misc/cups/drivers/mfcj470dw/default.nix
+++ b/pkgs/misc/cups/drivers/mfcj470dw/default.nix
@@ -33,8 +33,8 @@ stdenv.mkDerivation rec {
 
     sed -i '/GHOST_SCRIPT=/c\GHOST_SCRIPT=gs' $out/opt/brother/Printers/mfcj470dw/lpd/psconvertij2
 
-    patchelf --set-interpreter ${stdenv.glibc}/lib/ld-linux.so.2 $out/opt/brother/Printers/mfcj470dw/lpd/brmfcj470dwfilter
-    patchelf --set-interpreter ${stdenv.glibc}/lib/ld-linux.so.2 $out/opt/brother/Printers/mfcj470dw/cupswrapper/brcupsconfpt1
+    patchelf --set-interpreter ${stdenv.glibc.out}/lib/ld-linux.so.2 $out/opt/brother/Printers/mfcj470dw/lpd/brmfcj470dwfilter
+    patchelf --set-interpreter ${stdenv.glibc.out}/lib/ld-linux.so.2 $out/opt/brother/Printers/mfcj470dw/cupswrapper/brcupsconfpt1
 
     mkdir -p $out/lib/cups/filter/
     ln -s $out/opt/brother/Printers/mfcj470dw/lpd/filtermfcj470dw $out/lib/cups/filter/brother_lpdwrapper_mfcj470dw