Fix the cleanup-induced problems

svn path=/nixpkgs/trunk/; revision=18554
This commit is contained in:
Michael Raskin
2009-11-23 12:21:34 +00:00
parent 0df5c155c6
commit bbd6e56d69
5 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ let
fetchurl = args.fetchurl;
fullDepEntry = args.fullDepEntry;
version = lib.attrByPath ["version"] "" args;
version = "11";
buildInputs = with args; [
unzip
];