gnu: qtgamepad: Remove input labels.
* gnu/packages/qt.scm (qtgamepad): Remove input labels. Signed-off-by: Marius Bakke <marius@gnu.org>
parent
c48f2ea27b
commit
75236e98a3
|
@ -1915,12 +1915,12 @@ coloring, and many more.")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl pkg-config))
|
(list perl pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("fontconfig" ,fontconfig)
|
(list fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("libxrender" ,libxrender)
|
libxrender
|
||||||
("sdl2" ,sdl2)
|
sdl2
|
||||||
("qtbase" ,qtbase-5)
|
qtbase-5
|
||||||
("qtdeclarative-5" ,qtdeclarative-5)))
|
qtdeclarative-5))
|
||||||
(synopsis "Qt Gamepad module")
|
(synopsis "Qt Gamepad module")
|
||||||
(description "The Qt Gamepad module is an add-on library that enables Qt
|
(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
|
applications to support the use of gamepad hardware and in some cases remote
|
||||||
|
|
Reference in New Issue