From ae679d197604c0ea63a52ef3d8dc19d60970eaac Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Wed, 4 Apr 2018 11:24:13 +0100 Subject: Make header available --- shell.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 3980419..2166c9a 100644 --- a/shell.nix +++ b/shell.nix @@ -108,6 +108,7 @@ let source $stdenv/setup mkdir -p $out/bin makeWrapper ${pkgs.stack}/bin/stack $out/bin/stack \ + --add-flags "--extra-include-dirs=${pkgs.zlib.dev}/include" \ --add-flags "--extra-lib-dirs=${pkgs.lib.makeLibraryPath extraLibs}" ''; buildInputs = [ pkgs.makeWrapper ]; -- cgit v1.2.3