summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-08 02:03:13 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-11-08 02:03:13 +0000
commit5eeac0d52ac8bb9db82a7fab4b0c4cbeded490b0 (patch)
tree3c85efdf625b93a9a82537c57c14ee83065a34f5
parent4326d07c1192176ef14e8d64c769cee57a3a2872 (diff)
Merging from trunk. backups/stdenv-updates2@18282
svn path=/nixpkgs/branches/stdenv-updates2/; revision=18280
-rw-r--r--pkgs/build-support/fetchgit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchgit/default.nix b/pkgs/build-support/fetchgit/default.nix
index 270125f5bd74a..6966b5c0bf9b1 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