summary refs log tree commit diff
path: root/pkgs/build-support/fetchhg
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/fetchhg')
-rw-r--r--pkgs/build-support/fetchhg/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/build-support/fetchhg/default.nix b/pkgs/build-support/fetchhg/default.nix
index 5424c87ded7..bc27516f46d 100644
--- a/pkgs/build-support/fetchhg/default.nix
+++ b/pkgs/build-support/fetchhg/default.nix
@@ -14,4 +14,5 @@ stdenv.mkDerivation {
   outputHash = if (md5 != null) then md5 else sha256;
   
   inherit url tag;
+  preferLocalBuild = true;
 }