mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: accountsservice: Don't reference the build-time coreutils.
* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add COREUTILS-MINIMAL.
This commit is contained in:
parent
27e366292d
commit
d2d3c8f9bf
1 changed files with 2 additions and 1 deletions
|
@ -1506,7 +1506,8 @@ (define-public accountsservice
|
|||
vala
|
||||
xmlto))
|
||||
(inputs
|
||||
(list dbus
|
||||
(list coreutils-minimal
|
||||
dbus
|
||||
elogind
|
||||
shadow))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue