mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: inkbox: Add Wayland.
* gnu/packages/ebook.scm (inkbox)[inputs]: Add qtwayland-5. Change-Id: I2cb4a1894416654aca33e74a8bb0c900e1461583
This commit is contained in:
parent
a2b31e63f1
commit
7148aadba2
1 changed files with 2 additions and 0 deletions
|
|
@ -441,6 +441,8 @@ accessing and converting various ebook file formats.")
|
|||
(replace 'install (assoc-ref gnu:%standard-phases 'install)))))
|
||||
(native-inputs
|
||||
(list qtbase-5))
|
||||
(inputs
|
||||
(list qtwayland-5))
|
||||
(synopsis "EBook reader")
|
||||
(description "This package provides InkBox eBook reader.")
|
||||
(license license:gpl3)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue