hedgewars: fix ambiguous use of the zlib variable

This commit is contained in:
Peter Simons 2017-07-26 09:47:20 +02:00
parent 28c01703f0
commit 9c64582141

View file

@ -6,7 +6,7 @@
let
ghc = ghcWithPackages (pkgs: with pkgs; [
network vector utf8-string bytestring-show random hslogger
dataenc SHA entropy zlib_0_5_4_2
dataenc SHA entropy pkgs.zlib
]);
in
stdenv.mkDerivation rec {