Skip to content

Commit

Permalink
papermc: restore darwin support
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jun 26, 2024
1 parent af796de commit 354cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/papermc/derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
makeWrapper ${lib.getExe jre} "$out/bin/minecraft-server" \
--append-flags "-jar $out/share/papermc/papermc.jar nogui" \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]}
${lib.optionalString stdenvNoCC.isLinux "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev ]}"}
runHook postInstall
'';
Expand Down

0 comments on commit 354cd74

Please sign in to comment.