Unverified Commit c8c753d6 authored by Matt Sturgeon's avatar Matt Sturgeon
Browse files

nexusmods-app: define `runtimeInputs`

Allow overriding what is added to the PATH in the wrapper.
parent 41fb6f1f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -53,11 +53,13 @@ buildDotnetModule (finalAttrs: {
  '';

  makeWrapperArgs = [
    "--prefix PATH : ${lib.makeBinPath [ desktop-file-utils ]}"
    "--prefix PATH : ${lib.makeBinPath finalAttrs.runtimeInputs}"
    # Make associating with nxm links work on Linux
    "--set APPIMAGE ${placeholder "out"}/bin/NexusMods.App"
  ];

  runtimeInputs = [ desktop-file-utils ];

  runtimeDeps = [
    fontconfig
    libICE