diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:23:59 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:23:59 -0500 |
commit | d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387 (patch) | |
tree | 82c51981fff28d4d6bd88e0003f670ff45b0648a /prismlauncher-gpu.scm | |
parent | fedc2f103aa6b699f226a66d879e52e32f63db7f (diff) | |
download | guix-techchud-d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387.tar.gz guix-techchud-d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387.tar.bz2 guix-techchud-d106fda8ce0fbfd8ca1dbddfca83f7494d5fd387.zip |
update prismlauncher to 7.2
Diffstat (limited to 'prismlauncher-gpu.scm')
-rw-r--r-- | prismlauncher-gpu.scm | 5 |
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 |