diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-22 12:53:05 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-22 13:33:35 +0100 |
| commit | 2c28f8bef80ba430b90b086bd62763f47161ae68 (patch) | |
| tree | b6c287f9d1f5e48e14e0dd0a872c7205bc92ea0e /gnu | |
| parent | 6bf92e4b2971dddbe5195eb209cf81dd799aa92d (diff) | |
gnu: cantata: Support Wayland.
* gnu/packages/mpd.scm (cantata)[build-system]: Switch to qt-build-system.
[arguments]: Add qtbase.
[inputs]: Add qtwayland.
Change-Id: I7820f021e1a5c8f05f7c9c183df4c34d95ae6de2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/mpd.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 803b0775c1d..57252099cf4 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -42,6 +42,7 @@ #:use-module (guix build-system meson) #:use-module (guix build-system pyproject) #:use-module (guix build-system python) + #:use-module (guix build-system qt) #:use-module (gnu packages algebra) #:use-module (gnu packages audio) #:use-module (gnu packages autotools) @@ -552,9 +553,10 @@ MPRIS 2 support.") "kcategorizedview" "qtsingleapplication"))) (delete-file-recursively "support/fonts"))))) - (build-system cmake-build-system) + (build-system qt-build-system) (arguments - `(#:tests? #f)) ; No test suite + (list #:qtbase qtbase + #:tests? #f)) ; No test suite (native-inputs (list pkg-config)) (inputs @@ -568,6 +570,7 @@ MPRIS 2 support.") qtbase qtmultimedia qtsvg + qtwayland zlib)) (synopsis "Graphical MPD Client") (description "Cantata is a graphical client for the Music Player Daemon |
