darcs2 has a stable version now. This patch reflects this change
svn path=/nixpkgs/trunk/; revision=11624
This commit is contained in:
@@ -25,7 +25,7 @@ args:
|
||||
else builtins.trace "warning, no bleeding edge source info (${fetchUrlInfoFile}) found for ${name}, hash will propably be wrong"
|
||||
(let attr = __getAttr name repos;
|
||||
in if (attr.type == "darcs")
|
||||
then fetchdarcs_2pre { inherit (attr) url md5; }
|
||||
then fetchdarcs2 { inherit (attr) url md5; }
|
||||
else throw "TODO") );
|
||||
|
||||
repos = {
|
||||
|
||||
Reference in New Issue
Block a user