* Darcs should do an explicit -lz, since it's no longer getting it

implicitly through curl (because curl 7.16 has -lz as a private
  dependency in its pkgconfig file).

svn path=/nixpkgs/trunk/; revision=8777
This commit is contained in:
Eelco Dolstra 2007-05-27 10:29:10 +00:00
parent 91e0b058af
commit 05596b8b51

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation {
};
buildInputs = [ghc zlib ncurses curl];
NIX_LDFLAGS = "-lz";
meta = {
description = "Patch-based version management system";
};