diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-10 00:41:03 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-01-12 02:37:36 +0100 |
| commit | 616804714683b16eab13e1eb21d482ee66beeb8d (patch) | |
| tree | b304d1df1449c515e318422332bea3e3177bba9e /gnu | |
| parent | 7148aadba2a87122f01a88c48b141e72aa967f4e (diff) | |
gnu: tipp10: Add Wayland.
* gnu/packages/education.scm (tipp10)[inputs]: Add qtwayland.
Change-Id: Ic7949f49ce052579f09c71d5384ba5f72e525313
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/education.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index ba34357ebff..fdc626d871e 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -295,7 +295,7 @@ frequently used words in American English.") (build-system qt-build-system) (arguments (list #:qtbase qtbase ;qtbase 6 #:tests? #f)) ;packages has no tests - (inputs (list qtbase qtmultimedia)) + (inputs (list qtbase qtmultimedia qtwayland)) (home-page "https://www.tipp10.com/en/") (synopsis "Touch typing tutor") (description "Tipp10 is a touch typing tutor. The ingenious thing about |
