[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/45: gnu: linux-pam: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
15/45: gnu: linux-pam: Add libxcrypt dependency. |
Date: |
Sun, 18 Feb 2024 08:41:06 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit ab45a90a7517224cc306008866b0ad6b5d64f7a5
Author: Josselin Poiret <dev@jpoiret.xyz>
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
- branch core-updates-glibc-2.39 created (now cbfa13a859), guix-commits, 2024/02/18
- 05/45: gnu: libblockdev: Add libcryptsetup propagated inputs., guix-commits, 2024/02/18
- 01/45: gnu: cryptsetup: Update to 2.6.1., guix-commits, 2024/02/18
- 08/45: Partially revert gnu: python-matplotlib: Fix flaky Legend loc test., guix-commits, 2024/02/18
- 15/45: gnu: linux-pam: Add libxcrypt dependency.,
guix-commits <=
- 40/45: gnu: mailutils: Add libxcrypt dependency., guix-commits, 2024/02/18
- 07/45: gnu: cryptsetup-static: Fix static build., guix-commits, 2024/02/18
- 06/45: gnu: lvm2-static: Properly handle eudev dependency in pkg-config., guix-commits, 2024/02/18
- 02/45: gnu: Add libdevmapper-propagated-inputs., guix-commits, 2024/02/18
- 03/45: gnu: Add libcryptsetup-propagated-inputs., guix-commits, 2024/02/18
- 04/45: gnu: volume-key: Add required transitive dependencies., guix-commits, 2024/02/18
- 10/45: gnu: glibc: Update to 2.39., guix-commits, 2024/02/18
- 11/45: gnu: gcc: Simplify application of Hurd-specific pthread patch., guix-commits, 2024/02/18
- 39/45: gnu: also-utils: Adapt for glibc 2.39., guix-commits, 2024/02/18
- 36/45: gnu: python-natsort: Add en_US.UTF-8 locale for tests., guix-commits, 2024/02/18