Skip to content

Commit

Permalink
Merge pull request #234637 from Atemu/BSMM-xdg-mime
Browse files Browse the repository at this point in the history
BeatSaberModManager: wrap with xdg-utils
  • Loading branch information
Atemu authored May 29, 2023
2 parents d7ecf33 + bcbb670 commit f2f1ec3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/games/BeatSaberModManager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
libICE,
libSM,
fontconfig,

xdg-utils,
}:

buildDotnetModule rec {
Expand Down Expand Up @@ -47,6 +49,11 @@ buildDotnetModule rec {
fontconfig
];

# Required for OneClick
makeWrapperArgs = [
''--prefix PATH : "${lib.makeBinPath [ xdg-utils ]}"''
];

meta = with lib; {
description = "Yet another mod installer for Beat Saber, heavily inspired by ModAssistant";
homepage = "https://github.com/affederaffe/BeatSaberModManager";
Expand Down

0 comments on commit f2f1ec3

Please sign in to comment.