diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-10 00:39:36 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-12 02:37:36 +0100 |
| commit | 7148aadba2a87122f01a88c48b141e72aa967f4e (patch) | |
| tree | 4fab05b5031a743fc90ffaf9f3bc0417005fee27 /gnu | |
| parent | a2b31e63f17bdd3c4f652a54cc91f2536f11de97 (diff) | |
gnu: inkbox: Add Wayland.
* gnu/packages/ebook.scm (inkbox)[inputs]: Add qtwayland-5.
Change-Id: I2cb4a1894416654aca33e74a8bb0c900e1461583
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ebook.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 4b64c220994..38d9a22be67 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -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))) |
