Commit Graph

14 Commits

Author SHA1 Message Date
edef
ce162ecf4b polymc: use LD_LIBRARY_PATH, not GAME_LIBRARY_PATH
Since 1.4.0, PolyMC simply uses LD_LIBRARY_PATH, rather than a custom
GAME_LIBRARY_PATH variable.

This change was made in PolyMC/PolyMC#893, which also fixes the in-tree
Nix wrapper script to match. NixOS/nixpkgs#182621 updated our PolyMC to
1.4.0, but did not port the wrapper changes along.

The lack of LD_LIBRARY_PATH causes libpulse to be unavailable,
causing the sound issues observed in NixOS/nixpkgs#184189.

Change-Id: I4042f774c1fc804609dbaa3f4206ca0dd8ab20b3
2022-08-01 17:06:31 +00:00
R. Ryantm
67bedf8b1a polymc: 1.4.0 -> 1.4.1 2022-07-29 17:07:11 +00:00
Louis Bettens
013fbaefe9 polymc: 1.3.2 -> 1.4.0 2022-07-23 19:51:21 +02:00
Sefa Eyeoglu
66d302fa70
polymc: switch license to gpl3Only
PolyMC is licensed under GPL-3.0-only, as GPL-3.0-or-later would be
incompatible with the sublicensed Apache-2.0 codebase.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-20 18:24:32 +02:00
Vir Chaudhury
050161d39c
polymc: add stdenv.cc.cc.lib to GAME_LIBRARY_PATH
Some Minecraft mods (like DiscordRichPresence) require libstdc++.
This commit adds stdenv.cc.cc.lib to $GAME_LIBRARY_PATH so that these
mods function correctly.
2022-07-14 07:42:13 +08:00
Mustafa Çalışkan
68c360c518 polymc: 1.3.1 -> 1.3.2 2022-06-12 22:49:54 +03:00
Mustafa Çalışkan
ce5a9e1b75 polymc: 1.3.0 -> 1.3.1 2022-05-29 20:54:49 +03:00
Mustafa Çalışkan
fbf5610b03 polymc: 1.2.2 -> 1.3.0 2022-05-23 17:21:39 +03:00
Mustafa Çalışkan
e4b550643c polymc: 1.2.1 -> 1.2.2 2022-05-09 00:57:46 +03:00
icelimetea
c8577c92b8 polymc: 1.1.1 -> 1.2.1 2022-04-23 06:58:16 +01:00
Jeffrey Harmon
1524abe689
polymc: 1.1.0 -> 1.1.1 2022-03-28 21:37:23 -04:00
Mustafa Çalışkan
6bda8f8d5c
polymc: 1.0.6 -> 1.1.0 2022-03-13 12:29:36 +03:00
Mustafa Çalışkan
37df4305c6
polymc: 1.0.4 -> 1.0.6 2022-01-28 13:03:01 +03:00
Tristan Gosselin-Hane
f4ef264724 polymc: init at 1.0.4 2022-01-15 18:07:29 -05:00