removed useless runtimeinputs parameter
This commit is contained in:
@@ -62,10 +62,7 @@
|
||||
}:
|
||||
(wrappers.lib.wrapPackage {
|
||||
inherit pkgs package exePath flags;
|
||||
runtimeInputs = builtins.attrValues runtimePackages;
|
||||
env = {
|
||||
"MODULES_ROOT" = ./.;
|
||||
};
|
||||
env = {"MODULES_ROOT" = ./.;};
|
||||
}).overrideAttrs (old: {
|
||||
passthru = (old.passthru or {}) // {inherit runtimePackages;};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user