summaryrefslogtreecommitdiffstats
path: root/prismlauncher-gpu.scm
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:00 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:00 -0500
commitaf72b9132289b6602291b13fd2b48865943a126f (patch)
tree13dda1550f05486899762ddd668674aca51bd667 /prismlauncher-gpu.scm
parentd258d38b4ef603a8af8e12aede9f9cc56174184f (diff)
downloadguix-techchud-af72b9132289b6602291b13fd2b48865943a126f.tar.gz
guix-techchud-af72b9132289b6602291b13fd2b48865943a126f.tar.bz2
guix-techchud-af72b9132289b6602291b13fd2b48865943a126f.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)