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
+4
View File
@@ -1,4 +1,8 @@
args : with args;
let
version = "2.0.0-b3";
patches = [];
in
rec {
src = /* Here a fetchurl expression goes */
fetchurl {