BeatSaberModManager: suffix PATH with xdg-utils rather than prefix
See https://github.com/NixOS/nixpkgs/pull/181171
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user