jpoiret pushed a commit to branch core-updates-glibc-2.39 in repository guix.
commit ab45a90a7517224cc306008866b0ad6b5d64f7a5 Author: Josselin Poiret <[email protected]> AuthorDate: Fri Feb 2 12:15:31 2024 +0100 gnu: linux-pam: Add libxcrypt dependency. * gnu/packages/linux.scm (linux-pam): Add libxcrypt dependency. Change-Id: I57c1c10f01b88707637ea8f5c4a082deb0dd4205 --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ba81cbad3e..f45b11bb71 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1871,10 +1871,10 @@ accepted as a quirk (ie AMD Vega 10).") "linux-pam-no-setfsuid.patch")))) (build-system gnu-build-system) + (inputs (list libxcrypt)) (native-inputs (list flex ;; TODO: optional dependencies - ;; ("libxcrypt" ,libxcrypt) ;; ("cracklib" ,cracklib) )) (arguments
