gnu: arandr: Remove input labels.
* gnu/packages/xdisorg.scm (arandr)[inputs, native-inputs]: Remove input labels.master
parent
b35c1e5415
commit
c580a62059
|
@ -243,12 +243,8 @@ command line, without displaying a keyboard at all.")
|
||||||
(wrap-program (string-append out "/bin/arandr")
|
(wrap-program (string-append out "/bin/arandr")
|
||||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
|
||||||
#:tests? #f)) ;no tests
|
#:tests? #f)) ;no tests
|
||||||
(inputs `(("gtk+" ,gtk+)
|
(inputs (list gtk+ python-pycairo python-pygobject xrandr))
|
||||||
("pycairo" ,python-pycairo)
|
(native-inputs (list gettext-minimal python-docutils))
|
||||||
("pygobject" ,python-pygobject)
|
|
||||||
("xrandr" ,xrandr)))
|
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)
|
|
||||||
("python-docutils" ,python-docutils)))
|
|
||||||
(home-page "https://christian.amsuess.com/tools/arandr/")
|
(home-page "https://christian.amsuess.com/tools/arandr/")
|
||||||
(synopsis "Another RandR graphical user interface")
|
(synopsis "Another RandR graphical user interface")
|
||||||
;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
|
;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
|
||||||
|
|
Reference in New Issue