mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: accountsservice: Add bash-minimal to inputs.
* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add bash-minimal.
This commit is contained in:
parent
eff31eb5bc
commit
c7bb42e4b0
1 changed files with 2 additions and 1 deletions
|
@ -1554,7 +1554,8 @@ (define-public accountsservice
|
|||
python-dbusmock
|
||||
python-pygobject))
|
||||
(inputs
|
||||
(list coreutils-minimal
|
||||
(list bash-minimal
|
||||
coreutils-minimal
|
||||
dbus
|
||||
elogind
|
||||
shadow))
|
||||
|
|
Loading…
Reference in a new issue