mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merging from trunk.
svn path=/nixpkgs/branches/stdenv-updates2/; revision=18280
This commit is contained in:
parent
4326d07c11
commit
5eeac0d52a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue