summaryrefslogtreecommitdiffstats
path: root/prismlauncher-gpu.scm
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-08-23 01:23:12 -0500
committermsglm <msglm@techchud.xyz>2023-08-23 01:23:12 -0500
commitb794e55163bac254ec3a91df62b0718a1f65d4fa (patch)
tree13dda1550f05486899762ddd668674aca51bd667 /prismlauncher-gpu.scm
parente84f770e1bb460377f01af960517eac61db06faa (diff)
downloadguix-msglm-b794e55163bac254ec3a91df62b0718a1f65d4fa.tar.gz
guix-msglm-b794e55163bac254ec3a91df62b0718a1f65d4fa.tar.bz2
guix-msglm-b794e55163bac254ec3a91df62b0718a1f65d4fa.zip
force use of qt5
Diffstat (limited to 'prismlauncher-gpu.scm')
-rw-r--r--prismlauncher-gpu.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/prismlauncher-gpu.scm b/prismlauncher-gpu.scm
index 5a67bef..eedaf11 100644
--- a/prismlauncher-gpu.scm
+++ b/prismlauncher-gpu.scm
@@ -30,7 +30,9 @@
"0q3fva33h5hvbd9hkfc48jzj8jyv4xpg0j2w6qnx4ydbs2khaxi4"))))
(build-system cmake-build-system)
(arguments
- `(#:phases
+ `(#:configure-flags
+ (list "-DLauncher_QT_VERSION_MAJOR=5")
+ #:phases
(modify-phases %standard-phases
(add-after 'install 'patch-paths
(lambda* (#:key inputs outputs #:allow-other-keys)