mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: qtbase: Use libinput-minimal.
This works around qtbase depending on gtk+. * gnu/packages/qt.scm (qtbase)[inputs]: Replace libinput with libinput-minimal.
This commit is contained in:
parent
b84cc89a02
commit
9ed9b44eca
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ (define-public qtbase
|
|||
("glib" ,glib)
|
||||
("harfbuzz" ,harfbuzz)
|
||||
("icu4c" ,icu4c)
|
||||
("libinput" ,libinput)
|
||||
("libinput" ,libinput-minimal)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libmng" ,libmng)
|
||||
("libpng" ,libpng)
|
||||
|
|
Loading…
Reference in a new issue