diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2024-02-02 12:15:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:52 +0200 |
commit | c30b4cb194845629ad97d28a613c836f0ecb542b (patch) | |
tree | 9e4608d9c44254030d7ccff0f85838b431d339d2 /gnu | |
parent | 239868c8e9b57ac92efd82558cef7ef04ad6a612 (diff) | |
download | guix-c30b4cb194845629ad97d28a613c836f0ecb542b.tar.gz guix-c30b4cb194845629ad97d28a613c836f0ecb542b.zip |
gnu: linux-pam: Add libxcrypt dependency.
* gnu/packages/linux.scm (linux-pam): Add libxcrypt dependency.
Change-Id: I57c1c10f01b88707637ea8f5c4a082deb0dd4205
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 1188a15a64..c746c4cf61 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1937,10 +1937,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 |