summary refs log tree commit diff
path: root/pkgs/applications/graphics/sane
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:36:16 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 04:53:19 +0300
commit8a06db38df861e826335e2d0b319279dcdd8f7a5 (patch)
treec66d1d2c5484bf59b78d8ca78fc767ad371de2e0 /pkgs/applications/graphics/sane
parentf883bc03a4e9f430794028514dbc81419cb439e1 (diff)
downloadnixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.tar
nixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.tar.gz
nixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.tar.bz2
nixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.tar.lz
nixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.tar.xz
nixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.tar.zst
nixpkgs-8a06db38df861e826335e2d0b319279dcdd8f7a5.zip
treewide: Fix output references to libusb
Diffstat (limited to 'pkgs/applications/graphics/sane')
-rw-r--r--pkgs/applications/graphics/sane/backends/brscan4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/backends/brscan4/default.nix b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
index 8561c2a4ccf..063d0f13faf 100644
--- a/pkgs/applications/graphics/sane/backends/brscan4/default.nix
+++ b/pkgs/applications/graphics/sane/backends/brscan4/default.nix
@@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
   patchPhase = ''
     ${myPatchElf "opt/brother/scanner/brscan4/brsaneconfig4"}
 
-    RPATH=${libusb}/lib
+    RPATH=${libusb.out}/lib
     for a in usr/lib64/sane/*.so*; do
       if ! test -L $a; then
         patchelf --set-rpath $RPATH $a