commit
13cc4f513e
@ -84,6 +84,9 @@ in
|
|||||||
|
|
||||||
, # Meta information, if any.
|
, # Meta information, if any.
|
||||||
meta ? {}
|
meta ? {}
|
||||||
|
|
||||||
|
# Passthru information, if any.
|
||||||
|
, passthru ? {}
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert builtins.isList urls;
|
assert builtins.isList urls;
|
||||||
@ -139,4 +142,5 @@ else stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
inherit meta;
|
inherit meta;
|
||||||
|
inherit passthru;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user