hedgewars: fix ambiguous use of the zlib variable

This commit is contained in:
Peter Simons
2017-07-26 10:20:31 +02:00
parent 28c01703f0
commit 9c64582141
+1 -1
View File
@@ -6,7 +6,7 @@
let let
ghc = ghcWithPackages (pkgs: with pkgs; [ ghc = ghcWithPackages (pkgs: with pkgs; [
network vector utf8-string bytestring-show random hslogger network vector utf8-string bytestring-show random hslogger
dataenc SHA entropy zlib_0_5_4_2 dataenc SHA entropy pkgs.zlib
]); ]);
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {