prefer local builds for fetchhg

svn path=/nixpkgs/trunk/; revision=31462
This commit is contained in:
Rob Vermaas 2012-01-10 06:41:44 +00:00
parent 8b66ae590f
commit 080c0b2f38

View file

@ -14,4 +14,5 @@ stdenv.mkDerivation {
outputHash = if (md5 != null) then md5 else sha256;
inherit url tag;
preferLocalBuild = true;
}