fix(emacs): coerce makeWrapper args
All checks were successful
build / build (push) Successful in 2m11s
All checks were successful
build / build (push) Successful in 2m11s
This commit is contained in:
@@ -56,7 +56,12 @@ in {
|
|||||||
Extra arguments to pass to the final wrapProgram call.
|
Extra arguments to pass to the final wrapProgram call.
|
||||||
'';
|
'';
|
||||||
default = [];
|
default = [];
|
||||||
type = lib.types.listOf lib.types.str;
|
type = with lib.types;
|
||||||
|
listOf
|
||||||
|
(coercedTo
|
||||||
|
(oneOf [str package])
|
||||||
|
builtins.toString
|
||||||
|
str);
|
||||||
apply = lib.escapeShellArgs;
|
apply = lib.escapeShellArgs;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user