mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: arandr: Remove input labels.
* gnu/packages/xdisorg.scm (arandr)[inputs, native-inputs]: Remove input labels.
This commit is contained in:
parent
b35c1e5415
commit
c580a62059
1 changed files with 2 additions and 6 deletions
|
@ -243,12 +243,8 @@ (define-public arandr
|
|||
(wrap-program (string-append out "/bin/arandr")
|
||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
|
||||
#:tests? #f)) ;no tests
|
||||
(inputs `(("gtk+" ,gtk+)
|
||||
("pycairo" ,python-pycairo)
|
||||
("pygobject" ,python-pygobject)
|
||||
("xrandr" ,xrandr)))
|
||||
(native-inputs `(("gettext" ,gettext-minimal)
|
||||
("python-docutils" ,python-docutils)))
|
||||
(inputs (list gtk+ python-pycairo python-pygobject xrandr))
|
||||
(native-inputs (list gettext-minimal python-docutils))
|
||||
(home-page "https://christian.amsuess.com/tools/arandr/")
|
||||
(synopsis "Another RandR graphical user interface")
|
||||
;; TRANSLATORS: "X11 resize-and-rotate" should not be translated.
|
||||
|
|
Loading…
Reference in a new issue