* Use a hash over the entire SVN exported tree.

svn path=/nixpkgs/trunk/; revision=2279
This commit is contained in:
Eelco Dolstra 2005-02-22 21:15:13 +00:00
parent 3d300e6976
commit ba20e223f1

View file

@ -9,6 +9,7 @@ stdenv.mkDerivation {
id = md5;
outputHashAlgo = "md5";
outputHashMode = "recursive";
outputHash = md5;
inherit url rev;