mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: elogind: Add libxcrypt dependency.
* gnu/packages/freedesktop.scm (elogind): Add libxcrypt dependency. Change-Id: I7259b20a96c50a7f88cb0eb7ff30d32f233d0bfe
This commit is contained in:
parent
c30b4cb194
commit
d4d7fe9040
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,7 @@ (define-module (gnu packages freedesktop)
|
|||
#:use-module (gnu packages check)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages cryptsetup)
|
||||
#:use-module (gnu packages cups)
|
||||
#:use-module (gnu packages curl)
|
||||
|
@ -908,6 +909,7 @@ (define-public elogind
|
|||
'())
|
||||
(list linux-pam
|
||||
libcap
|
||||
libxcrypt
|
||||
`(,util-linux "lib") ;for 'libmount'
|
||||
shadow ;for 'nologin'
|
||||
shepherd ;for 'halt' and 'reboot', invoked
|
||||
|
|
Loading…
Reference in a new issue