mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: arandr: Add bash-minimal to inputs.
* gnu/packages/xdisorg.scm (arandr) [inputs]: Add bash-minimal. Change-Id: I278cd26d2c03cb98e3119c21d9c00a7e47bdfa35
This commit is contained in:
parent
1fd6c06e81
commit
19f1b13fe1
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ (define-public arandr
|
|||
(wrap-program (string-append out "/bin/arandr")
|
||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))))))
|
||||
#:tests? #f)) ;no tests
|
||||
(inputs (list gtk+ python-pycairo python-pygobject xrandr))
|
||||
(inputs (list bash-minimal 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")
|
||||
|
|
Loading…
Reference in a new issue