summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:40:03 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:47 +0200
commit9d5ba6ba68a5693244a8c29cade0fb2dd3ada050 (patch)
tree2d02598452320c1dd801d55dcd89f60708653f66 /pkgs/applications
parentb5c6069defcc0f5d8b5cd20cd13d6d1b2363759e (diff)
downloadnixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.tar
nixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.tar.gz
nixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.tar.bz2
nixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.tar.lz
nixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.tar.xz
nixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.tar.zst
nixpkgs-9d5ba6ba68a5693244a8c29cade0fb2dd3ada050.zip
treewide: Make explicit that 'dev' output of libusb1 is used
Diffstat (limited to 'pkgs/applications')
-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 453dc080995..f38e402ce92 100644
--- a/pkgs/applications/graphics/digikam/default.nix
+++ b/pkgs/applications/graphics/digikam/default.nix
@@ -71,7 +71,7 @@ let
     # Help digiKam find libusb, otherwise gphoto2 support is disabled
     cmakeFlags = [
       "-DLIBUSB_LIBRARIES=${libusb1.out}/lib"
-      "-DLIBUSB_INCLUDE_DIR=${libusb1}/include/libusb-1.0"
+      "-DLIBUSB_INCLUDE_DIR=${libusb1.dev}/include/libusb-1.0"
       "-DENABLE_BALOOSUPPORT=ON"
       "-DENABLE_KDEPIMLIBSSUPPORT=ON"
       "-DENABLE_LCMS2=ON" ]