mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Forgot some 'depth' regarding fetchgit still.
svn path=/nixpkgs/trunk/; revision=18279
This commit is contained in:
parent
f1ee14bfaf
commit
896dc42662
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user