summaryrefslogtreecommitdiffstats
path: root/pollymc.scm
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-12-30 08:01:19 -0600
committermsglm <msglm@techchud.xyz>2023-12-30 08:01:19 -0600
commit0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194 (patch)
treefb14cd01f51467947621515d6d4efb3acc61cbfb /pollymc.scm
parent1215626b58e7f01a4f68b0e9da60908643de9775 (diff)
downloadguix-msglm-0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194.tar.gz
guix-msglm-0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194.tar.bz2
guix-msglm-0e3b51a6c4e641361a54255fcfcdc3cdc5e6e194.zip
minecraft launchers bumped
Diffstat (limited to 'pollymc.scm')
-rw-r--r--pollymc.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/pollymc.scm b/pollymc.scm
index f659c72..387728a 100644
--- a/pollymc.scm
+++ b/pollymc.scm
@@ -17,7 +17,7 @@
(define-public pollymc
(package
(name "pollymc")
- (version "7.1")
+ (version "8.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -42,8 +42,7 @@
(wrap-program bin
`("PATH" ":" prefix (,(string-append xrandr "/bin")))
`("QT_PLUGIN_PATH" ":" prefix (,(string-append
- qtwayland "/lib/qt5/plugins")))
- )
+ qtwayland "/lib/qt5/plugins"))))
#t))))))
(native-inputs (list extra-cmake-modules))
(inputs (list bash-minimal ; for wrap-program
@@ -59,17 +58,18 @@
pulseaudio
mesa))
(propagated-inputs (list `(,openjdk17 "jdk")))
- (home-page "https://pollymc.org/")
+ (home-page "https://github.com/fn2006/PollyMC")
(synopsis "Free, open source launcher for Minecraft")
(description
"Allows you to have multiple, separate instances of Minecraft (each with
their own mods, texture packs, saves, etc), and helps you manage them and
their associated options with a simple interface.
-PollyMC is a fork of Prism Launcher that adds support for Ely.by accounts and allows you to play offline mode without an account
+PollyMC is a fork of Prism Launcher that adds support for Ely.by
+accounts and allows you to play offline mode without an account
-PollyMC is not endorsed by or affiliated with the Prism Launcher project. If you have any problems open an issue here, do not bug the Prism Launcher maintainers.
-")
+PollyMC is not endorsed by or affiliated with the Prism Launcher project.
+If you have any problems open an issue here, do not bug the Prism Launcher maintainers.")
(license (list license:gpl3 ; PolyMC, launcher
license:expat ; MinGW runtime, lionshead, tomlc99
license:lgpl3 ; Qt 5/6