* Fix evaluation problems.

svn path=/nixpkgs/branches/x-updates/; revision=22668
This commit is contained in:
Eelco Dolstra
2010-07-19 22:24:26 +00:00
parent b8928b09fd
commit 9909fdbbd6
2 changed files with 7 additions and 8 deletions

View File

@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
};
propagatedBuildInputs = [ zlib ];
passthru = { inherit zlib; };
meta = {
description = "The official reference implementation for the PNG file format";