mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 06:01:19 +00:00
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 New Issue
Block a user