gnu: sudo: Add libxcrypt dependency on the Hurd.

* gnu/packages/admin.scm (sudo)[inputs]: Add libxcrypt on the Hurd.

Change-Id: I3d43526d10ca7d758b4f4870d84923be3a39977d
This commit is contained in:
Yelninei 2026-01-11 18:38:36 +00:00 committed by Rutherther
parent bb5e506f26
commit 0afb832a3b
No known key found for this signature in database
GPG key ID: 0322798269E471C3

View file

@ -2524,7 +2524,7 @@ system administrator.")
(inputs
(append (list coreutils zlib)
(if (target-hurd?)
'()
(list libxcrypt)
(list linux-pam))))
(home-page "https://www.sudo.ws/")
(synopsis "Run commands as root")