* Use a hash over the entire SVN exported tree.
svn path=/nixpkgs/trunk/; revision=2279
This commit is contained in:
parent
3d300e6976
commit
ba20e223f1
@ -9,6 +9,7 @@ stdenv.mkDerivation {
|
|||||||
id = md5;
|
id = md5;
|
||||||
|
|
||||||
outputHashAlgo = "md5";
|
outputHashAlgo = "md5";
|
||||||
|
outputHashMode = "recursive";
|
||||||
outputHash = md5;
|
outputHash = md5;
|
||||||
|
|
||||||
inherit url rev;
|
inherit url rev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user