fetchgit: allow passing thru meta
This commit is contained in:
parent
04b5d464ba
commit
538a5a28b7
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ in
|
|||
, # Impure env vars (https://nixos.org/nix/manual/#sec-advanced-attributes)
|
||||
# needed for netrcPhase
|
||||
netrcImpureEnvVars ? []
|
||||
, meta ? {}
|
||||
}:
|
||||
|
||||
/* NOTE:
|
||||
|
@ -90,5 +91,5 @@ stdenvNoCC.mkDerivation {
|
|||
"GIT_PROXY_COMMAND" "NIX_GIT_SSL_CAINFO" "SOCKS_SERVER"
|
||||
];
|
||||
|
||||
inherit preferLocalBuild;
|
||||
inherit preferLocalBuild meta;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue