Merge branch 'master' into closure-size
This commit is contained in:
@@ -31,10 +31,11 @@
|
||||
buildInputs ? []
|
||||
|
||||
, passthru ? {}
|
||||
, meta ? {}
|
||||
}:
|
||||
|
||||
runCommand name
|
||||
rec { inherit manifest ignoreCollisions passthru pathsToLink extraPrefix postBuild buildInputs;
|
||||
rec { inherit manifest ignoreCollisions passthru meta pathsToLink extraPrefix postBuild buildInputs;
|
||||
pkgs = builtins.toJSON (map (drv: {
|
||||
paths = [ drv ];
|
||||
priority = drv.meta.priority or 5;
|
||||
|
||||
Reference in New Issue
Block a user