Unverified Commit f2f1ec39 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #234637 from Atemu/BSMM-xdg-mime

BeatSaberModManager: wrap with xdg-utils
parents d7ecf33a bcbb670c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
  libICE,
  libSM,
  fontconfig,

  xdg-utils,
}:

buildDotnetModule rec {
@@ -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";