forked from mirrors/nixpkgs
BeatSaberModManager: suffix PATH with xdg-utils rather than prefix
See https://github.com/NixOS/nixpkgs/pull/181171
This commit is contained in:
parent
574100ab78
commit
0ad8dd6297
|
@ -51,7 +51,7 @@ buildDotnetModule rec {
|
|||
|
||||
# Required for OneClick
|
||||
makeWrapperArgs = [
|
||||
''--prefix PATH : "${lib.makeBinPath [ xdg-utils ]}"''
|
||||
''--suffix PATH : "${lib.makeBinPath [ xdg-utils ]}"''
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue