From 5eeac0d52ac8bb9db82a7fab4b0c4cbeded490b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 8 Nov 2009 02:03:13 +0000 Subject: [PATCH] Merging from trunk. svn path=/nixpkgs/branches/stdenv-updates2/; revision=18280 --- 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 270125f5bd74..6966b5c0bf9b 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