Skip to content

Commit

Permalink
olympus: minor fix with lua cpath; add xdg-utils to path
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Nov 23, 2024
1 parent 3a0be69 commit 8df8fc8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/by-name/ol/olympus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
lib,
fetchFromGitHub,
fetchzip,
buildFHSEnv,
buildDotnetModule,
mono,
love,
luajitPackages,
sqlite,
curl,
libarchive,
buildFHSEnv,
curl,
mono,
love,
xdg-utils,
# Some examples for celesteWrapper:
# - null or "": Do not use wrapper.
# - steam-run: Use steam-run.
Expand Down Expand Up @@ -130,8 +131,9 @@ buildDotnetModule {
mkdir -p $out/bin
makeWrapper ${phome}/find-love $out/bin/olympus \
--prefix LUA_CPATH ; "${lua_cpath}" \
--prefix LUA_CPATH ";" "${lua_cpath}" \
--prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ curl ]}" \
--suffix PATH : "${lib.makeBinPath [ xdg-utils ]}" \
--set-default OLYMPUS_MINIINSTALLER_WRAPPER "${miniinstaller-wrapper}" \
--set-default OLYMPUS_CELESTE_WRAPPER "${celeste-wrapper}" \
--add-flags ${phome}/olympus.love
Expand Down

0 comments on commit 8df8fc8

Please sign in to comment.