about summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:50:01 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:04:38 +0200
commit7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f (patch)
tree8d5f610092d3284cf3f847d105c85f3743462e9c /pkgs/development/perl-modules
parentc4ffd141845bf35b4fa0f8c6420d554a4ae1e280 (diff)
downloadnixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.tar
nixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.tar.gz
nixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.tar.bz2
nixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.tar.lz
nixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.tar.xz
nixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.tar.zst
nixlib-7fb29bfa73ad7e475201bcaba6e6aacc99e44c2f.zip
treewide: Make explicit that 'dev' output of zlib is used
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix b/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
index 9314481cbcfe..7f2f8e9e4e58 100644
--- a/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
+++ b/pkgs/development/perl-modules/Compress-Raw-Zlib/default.nix
@@ -11,7 +11,7 @@ buildPerlPackage rec {
   preConfigure = ''
     cat > config.in <<EOF
       BUILD_ZLIB   = False
-      INCLUDE      = ${zlib}/include
+      INCLUDE      = ${zlib.dev}/include
       LIB          = ${zlib.out}/lib
       OLD_ZLIB     = False
       GZIP_OS_CODE = AUTO_DETECT