diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-15 17:20:35 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-15 18:10:05 +0100 |
| commit | b88c907378d63c1f4fac2b871270cf128bbc24df (patch) | |
| tree | 7878a589c2e9870613437ae4a58c506f0d8b7a3b /gnu | |
| parent | 61440f9c64e64eb8dbe29b8b94decdf85ef4b605 (diff) | |
gnu: stellarium: Support wayland.
* gnu/packages/astronomy.scm (stellarium)[build-system]: Switch to
qt-build-system.
[inputs]: Add qtwayland-5.
Change-Id: Ic4253bf278219b94e4577acf90ebff3a7c110d79
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ec2f7b3297b..700c1037f04 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -113,6 +113,7 @@ | |||
| 113 | #:use-module (guix build-system meson) | 113 | #:use-module (guix build-system meson) |
| 114 | #:use-module ((guix build-system python) #:select (pypi-uri)) | 114 | #:use-module ((guix build-system python) #:select (pypi-uri)) |
| 115 | #:use-module (guix build-system pyproject) | 115 | #:use-module (guix build-system pyproject) |
| 116 | #:use-module (guix build-system qt) | ||
| 116 | #:use-module (guix download) | 117 | #:use-module (guix download) |
| 117 | #:use-module (guix gexp) | 118 | #:use-module (guix gexp) |
| 118 | #:use-module (guix git-download) | 119 | #:use-module (guix git-download) |
| @@ -7507,7 +7508,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") | |||
| 7507 | (file-name (git-file-name name version)) | 7508 | (file-name (git-file-name name version)) |
| 7508 | (sha256 | 7509 | (sha256 |
| 7509 | (base32 "1i00f63pmyy55mwagab4pv419agzmg2c4075hc8cgbhhhfr6gm8d")))) | 7510 | (base32 "1i00f63pmyy55mwagab4pv419agzmg2c4075hc8cgbhhhfr6gm8d")))) |
| 7510 | (build-system cmake-build-system) | 7511 | (build-system qt-build-system) |
| 7511 | ;; TODO: Complete documentation build and split into dedicated outputs. | 7512 | ;; TODO: Complete documentation build and split into dedicated outputs. |
| 7512 | (arguments | 7513 | (arguments |
| 7513 | (list | 7514 | (list |
| @@ -7542,6 +7543,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") | |||
| 7542 | qtscript ; the last v5 left to rename | 7543 | qtscript ; the last v5 left to rename |
| 7543 | qtserialport-5 | 7544 | qtserialport-5 |
| 7544 | qttranslations | 7545 | qttranslations |
| 7546 | qtwayland-5 | ||
| 7545 | qtwebengine-5 | 7547 | qtwebengine-5 |
| 7546 | qxlsx-qt5 | 7548 | qxlsx-qt5 |
| 7547 | zlib)) | 7549 | zlib)) |
