summary refs log tree commit diff
path: root/pkgs/applications/misc/garmin-plugin/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:36:23 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:41 +0200
commit5898f3bad89245bdd39ab377093655100fd275ec (patch)
treedbdcb2d076624d107e80a374300e11448f5f9561 /pkgs/applications/misc/garmin-plugin/default.nix
parent5ecce6b94a76bdbae793dd9702fd3fc12d9fcb4c (diff)
downloadnixlib-5898f3bad89245bdd39ab377093655100fd275ec.tar
nixlib-5898f3bad89245bdd39ab377093655100fd275ec.tar.gz
nixlib-5898f3bad89245bdd39ab377093655100fd275ec.tar.bz2
nixlib-5898f3bad89245bdd39ab377093655100fd275ec.tar.lz
nixlib-5898f3bad89245bdd39ab377093655100fd275ec.tar.xz
nixlib-5898f3bad89245bdd39ab377093655100fd275ec.tar.zst
nixlib-5898f3bad89245bdd39ab377093655100fd275ec.zip
treewide: Make explicit that 'dev' output of libgcrypt is used
Diffstat (limited to 'pkgs/applications/misc/garmin-plugin/default.nix')
-rw-r--r--pkgs/applications/misc/garmin-plugin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/garmin-plugin/default.nix b/pkgs/applications/misc/garmin-plugin/default.nix
index 613c56efcfda..e2c9bf49459b 100644
--- a/pkgs/applications/misc/garmin-plugin/default.nix
+++ b/pkgs/applications/misc/garmin-plugin/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
   sourceRoot = "GarminPlugin-0.3.26/src";
   buildInputs = [ garmintools libusb libgcrypt pkgconfig tinyxml zlib ];
   configureFlags = [
-    "--with-libgcrypt-prefix=${libgcrypt}"
+    "--with-libgcrypt-prefix=${libgcrypt.dev}"
     "--with-garmintools-incdir=${garmintools}/include"
     "--with-garmintools-libdir=${garmintools}/lib"
   ];