summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:23:59 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:23:59 -0500
commitd106fda8ce0fbfd8ca1dbddfca83f7494d5fd387 (patch)
tree82c51981fff28d4d6bd88e0003f670ff45b0648a
parentfedc2f103aa6b699f226a66d879e52e32f63db7f (diff)
downloadguix-techchud-d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387.tar.gz
guix-techchud-d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387.tar.bz2
guix-techchud-d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387.zip
update prismlauncher to 7.2
-rw-r--r--prismlauncher-gpu.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/prismlauncher-gpu.scm b/prismlauncher-gpu.scm
index a000bb0..0a34654 100644
--- a/prismlauncher-gpu.scm
+++ b/prismlauncher-gpu.scm
@@ -17,7 +17,7 @@
(define-public prismlauncher-gpu
(package
(name "prismlauncher-gpu")
- (version "5.0")
+ (version "7.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -41,8 +41,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