summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 09:29:44 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-01-24 10:03:36 +0200
commit69498299dd681fe773b474c3dec2d9b5bec468f0 (patch)
treeeb26fa5fed098e3ac5fb03cf3ebf752355dad12d /pkgs/applications/graphics
parent3916cf476b363e072b27b25b86f5c8f706222e86 (diff)
downloadnixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.tar
nixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.tar.gz
nixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.tar.bz2
nixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.tar.lz
nixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.tar.xz
nixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.tar.zst
nixlib-69498299dd681fe773b474c3dec2d9b5bec468f0.zip
treewide: Mass replace 'libusb1}/lib' to refer the 'out' output
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/digikam/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/digikam/default.nix b/pkgs/applications/graphics/digikam/default.nix
index bdf8077624db..bc3678811a5b 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
 
   # Help digiKam find libusb, otherwise gphoto2 support is disabled
   cmakeFlags = [
-    "-DLIBUSB_LIBRARIES=${libusb1}/lib"
+    "-DLIBUSB_LIBRARIES=${libusb1.out}/lib"
     "-DLIBUSB_INCLUDE_DIR=${libusb1}/include/libusb-1.0"
     "-DDIGIKAMSC_COMPILE_LIBKFACE=ON"
   ];