mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: feathernotes: Add Wayland.
* gnu/packages/task-management.scm (feathernotes)[inputs]: Add qtwayland-5. Change-Id: I87c721c78b24675ded9755c2c20f926d67e3335a
This commit is contained in:
parent
08cf8c012e
commit
920de8ed9d
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ You can also use it to fall asleep in a noisy environment.")
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no upstream tests
|
(arguments (list #:tests? #f)) ; no upstream tests
|
||||||
(native-inputs (list pkg-config qttools-5)) ; for lrelease
|
(native-inputs (list pkg-config qttools-5)) ; for lrelease
|
||||||
(inputs (list hunspell qtsvg-5 qtx11extras qtbase-5))
|
(inputs (list hunspell qtbase-5 qtsvg-5 qtwayland-5 qtx11extras))
|
||||||
(synopsis "GUI hierarchical notes-manager")
|
(synopsis "GUI hierarchical notes-manager")
|
||||||
(description
|
(description
|
||||||
"FeatherNotes is a GUI hierarchical notes-manager for Linux.
|
"FeatherNotes is a GUI hierarchical notes-manager for Linux.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue