gnu: arandr: Add bash-minimal to inputs.

* gnu/packages/xdisorg.scm (arandr) [inputs]: Add bash-minimal.

Change-Id: I278cd26d2c03cb98e3119c21d9c00a7e47bdfa35
This commit is contained in:
Maxim Cournoyer 2023-10-19 23:33:30 -04:00 committed by Ludovic Courtès
parent 1fd6c06e81
commit 19f1b13fe1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")