main #4

Merged
Lithospherical merged 17 commits from jan-leila/nix-config:main into main 2025-06-25 02:46:33 +00:00
Showing only changes of commit fb757e9d1c - Show all commits

View file

@ -2,7 +2,7 @@
stdenv,
fetchurl,
makeWrapper,
jre_headless,
jdk,
lib,
xorg,
libGL,
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
install -Dm644 $src $out/lib/gdx-liftoff-${version}.jar
makeWrapper ${lib.getExe jre_headless} $out/bin/gdx-liftoff-${version} \
makeWrapper ${lib.getExe jdk} $out/bin/gdx-liftoff-${version} \
--append-flags "-jar $out/lib/gdx-liftoff-${version}.jar"\
${lib.optionalString stdenv.hostPlatform.isLinux "--prefix LD_LIBRARY_PATH : ${runtimeDependencies}"}
runHook postInstall