diff options
| author | Lluís Batlle i Rossell <viric@vicerveza.homeunix.net> | 2009-11-08 02:03:13 +0000 |
|---|---|---|
| committer | Lluís Batlle i Rossell <viric@vicerveza.homeunix.net> | 2009-11-08 02:03:13 +0000 |
| commit | 5eeac0d52ac8bb9db82a7fab4b0c4cbeded490b0 (patch) | |
| tree | 3c85efdf625b93a9a82537c57c14ee83065a34f5 | |
| parent | Updating from trunk (diff) | |
| download | nixpkgs-backups/stdenv-updates2@18282.tar.gz | |
Merging from trunk.backups/stdenv-updates2@18282
svn path=/nixpkgs/branches/stdenv-updates2/; revision=18280
| -rw-r--r-- | pkgs/build-support/fetchgit/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
