mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
prefer local builds for fetchhg
svn path=/nixpkgs/trunk/; revision=31462
This commit is contained in:
parent
8b66ae590f
commit
080c0b2f38
@ -14,4 +14,5 @@ stdenv.mkDerivation {
|
||||
outputHash = if (md5 != null) then md5 else sha256;
|
||||
|
||||
inherit url tag;
|
||||
preferLocalBuild = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user