diff options
author | msglm <msglm@techchud.xyz> | 2023-08-07 21:50:22 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-08-07 21:50:22 -0500 |
commit | c4b0ca7b50e1282a0776628576843950a8bbd1c0 (patch) | |
tree | 82c51981fff28d4d6bd88e0003f670ff45b0648a /prismlauncher-gpu.scm | |
parent | ef0e49b3527c28256234e5ccd509f43f0a1d0693 (diff) | |
download | guix-msglm-c4b0ca7b50e1282a0776628576843950a8bbd1c0.tar.gz guix-msglm-c4b0ca7b50e1282a0776628576843950a8bbd1c0.tar.bz2 guix-msglm-c4b0ca7b50e1282a0776628576843950a8bbd1c0.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 |