summary refs log tree commit diff
path: root/pkgs/applications/graphics/qtpfsgui
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:51:13 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:33 +0200
commitb51b458aed2241a23f8b5bf195e328753eb6998a (patch)
tree6f0c9ea0baecb1ce6eb6d1ad2ac483082cda0a15 /pkgs/applications/graphics/qtpfsgui
parentcafeec4a26e8690ae4a7ae989a3762cf111cefcb (diff)
downloadnixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.tar
nixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.tar.gz
nixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.tar.bz2
nixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.tar.lz
nixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.tar.xz
nixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.tar.zst
nixlib-b51b458aed2241a23f8b5bf195e328753eb6998a.zip
treewide: Make explicit that 'dev' output of fftwSinglePrec is used
Diffstat (limited to 'pkgs/applications/graphics/qtpfsgui')
-rw-r--r--pkgs/applications/graphics/qtpfsgui/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/qtpfsgui/default.nix b/pkgs/applications/graphics/qtpfsgui/default.nix
index 5223ae14c63e..1a97df22342e 100644
--- a/pkgs/applications/graphics/qtpfsgui/default.nix
+++ b/pkgs/applications/graphics/qtpfsgui/default.nix
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   qmakeFlags = [
     "EXIV2PATH=${exiv2}/include/exiv2"
     "OPENEXRDIR=${openexr}/include/OpenEXR"
-    "FFTW3DIR=${fftwSinglePrec}/include"
+    "FFTW3DIR=${fftwSinglePrec.dev}/include"
     "LIBTIFFDIR=${libtiff}/include"
   ];