pkgs/mkScriptOverride: change attributes to remove to proper ones
from argument set
This commit is contained in:
parent
26566f97dd
commit
ccb08c76c8
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ lib.hiPrio (stdenv.mkDerivation (
|
||||||
'';
|
'';
|
||||||
scriptOverridePhase = script;
|
scriptOverridePhase = script;
|
||||||
} // lib.removeAttrs args [
|
} // lib.removeAttrs args [
|
||||||
"pkg"
|
"src"
|
||||||
"commands"
|
"script"
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue