mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtgamepad: Remove input labels.
* gnu/packages/qt.scm (qtgamepad): Remove input labels. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c48f2ea27b
commit
75236e98a3
1 changed files with 6 additions and 6 deletions
|
@ -1915,12 +1915,12 @@ (define-public qtgamepad
|
|||
(native-inputs
|
||||
(list perl pkg-config))
|
||||
(inputs
|
||||
`(("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("libxrender" ,libxrender)
|
||||
("sdl2" ,sdl2)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtdeclarative-5" ,qtdeclarative-5)))
|
||||
(list fontconfig
|
||||
freetype
|
||||
libxrender
|
||||
sdl2
|
||||
qtbase-5
|
||||
qtdeclarative-5))
|
||||
(synopsis "Qt Gamepad module")
|
||||
(description "The Qt Gamepad module is an add-on library that enables Qt
|
||||
applications to support the use of gamepad hardware and in some cases remote
|
||||
|
|
Loading…
Reference in a new issue