about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/camlzip
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/ocaml-modules/camlzip
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/ocaml-modules/camlzip')
-rw-r--r--pkgs/development/ocaml-modules/camlzip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/camlzip/default.nix b/pkgs/development/ocaml-modules/camlzip/default.nix
index d392b5f789c1..9025d94b8d5f 100644
--- a/pkgs/development/ocaml-modules/camlzip/default.nix
+++ b/pkgs/development/ocaml-modules/camlzip/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
     substitute ${./META} META --subst-var-by VERSION "${version}"
     substituteInPlace Makefile \
       --subst-var-by ZLIB_LIBDIR "${zlib.out}/lib" \
-      --subst-var-by ZLIB_INCLUDE "${zlib}/include"
+      --subst-var-by ZLIB_INCLUDE "${zlib.dev}/include"
   '';
 
   buildFlags = "all allopt";