mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
commit
13cc4f513e
@ -84,6 +84,9 @@ in
|
||||
|
||||
, # Meta information, if any.
|
||||
meta ? {}
|
||||
|
||||
# Passthru information, if any.
|
||||
, passthru ? {}
|
||||
}:
|
||||
|
||||
assert builtins.isList urls;
|
||||
@ -139,4 +142,5 @@ else stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
inherit meta;
|
||||
inherit passthru;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user