diff options
Diffstat (limited to 'prismlauncher-gpu.scm')
-rw-r--r-- | prismlauncher-gpu.scm | 4 |
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) |