Skip to content

Commit

Permalink
nexusmods-app: add missing xdg-utils runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Sep 25, 2024
1 parent 3eaca2b commit 2600ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/ne/nexusmods-app/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
imagemagick,
lib,
runCommand,
xdg-utils,
pname ? "nexusmods-app",
}:
let
Expand Down Expand Up @@ -96,6 +97,7 @@ buildDotnetModule (finalAttrs: {
runtimeInputs = [
_7zz
desktop-file-utils
xdg-utils
];

executables = [ "NexusMods.App" ];
Expand Down

0 comments on commit 2600ef1

Please sign in to comment.