diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-22 23:46:47 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-22 23:55:27 +0100 |
| commit | d467a9df472c0fbdc07986fe61cc53a8ea50f690 (patch) | |
| tree | 7e3d50fc7bf4e4cf697990586b0d78137bf2f6b6 | |
| parent | fd30837acb87417a97d86aeafa7f457fd206226f (diff) | |
gnu: speedcrunch: Support Wayland.
* gnu/packages/maths.scm (speedcrunch)[build-system]: Switch to
qt-build-system.
[inputs]: Add qtwayland-5.
Change-Id: I1102457e20ce02f1f5434efe0281acf2fa2ec943
| -rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c56cbcf5f30..4fac7230a66 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -113,6 +113,7 @@ #:use-module (guix build-system perl) #:use-module (guix build-system pyproject) #:use-module (guix build-system python) + #:use-module (guix build-system qt) #:use-module (guix build-system ruby) #:use-module (gnu packages algebra) #:use-module (gnu packages astronomy) @@ -9515,8 +9516,8 @@ compiled against the nauty library.") (sha256 (base32 "0vh7cd1915bjqzkdp3sk25ngy8cq624mkh8c53c5bnzk357kb0fk")))) - (build-system cmake-build-system) - (inputs (list qtbase-5)) + (build-system qt-build-system) + (inputs (list qtbase-5 qtwayland-5)) (native-inputs (list qttools-5)) (arguments `(#:phases |
