From 896dc4266220f719837adb6a8f1c2af515c7334e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 8 Nov 2009 01:59:50 +0000 Subject: [PATCH] Forgot some 'depth' regarding fetchgit still. svn path=/nixpkgs/trunk/; revision=18279 --- pkgs/build-support/fetchgit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/fetchgit/default.nix b/pkgs/build-support/fetchgit/default.nix index 270125f5bd7..6966b5c0bf9 100644 --- a/pkgs/build-support/fetchgit/default.nix +++ b/pkgs/build-support/fetchgit/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { outputHashMode = "recursive"; outputHash = if sha256 == "" then md5 else sha256; - inherit url rev depth; + inherit url rev; impureEnvVars = [ # We borrow these environment variables from the caller to allow