[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/45: gnu: apr-util: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
29/45: gnu: apr-util: Add libxcrypt dependency. |
Date: |
Sun, 18 Feb 2024 08:41:08 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit 60e23f1a71b64c24a3c264b1d0013f38deab8178
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 16:55:20 2024 +0100
gnu: apr-util: Add libxcrypt dependency.
* gnu/packages/apr.scm (apr-util): Add libxcrypt dependency.
Change-Id: I1ce71366fee7559f669ee6ede0b2328cf77bd337
---
gnu/packages/apr.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/apr.scm b/gnu/packages/apr.scm
index b3bb1f80e3..390eadc43a 100644
--- a/gnu/packages/apr.scm
+++ b/gnu/packages/apr.scm
@@ -101,7 +101,7 @@ around or take advantage of platform-specific deficiencies
or features.")
"1dbjjwyfqvq7xa7xsxq2rv0clkwsmna2j12575n34ih7f7ipc454"))))
(build-system gnu-build-system)
(inputs
- (list apr))
+ (list apr libxcrypt))
(propagated-inputs
(list expat))
(arguments
- 20/45: services: udev: Rewrite udev-rule to use file->udev-rule., (continued)
- 20/45: services: udev: Rewrite udev-rule to use file->udev-rule., guix-commits, 2024/02/18
- 27/45: gnu: apr-util: Update to 1.6.3., guix-commits, 2024/02/18
- 41/45: gnu: sambda/pinned: Add libxcrypt dependency., guix-commits, 2024/02/18
- 13/45: gnu: libxcrypt: Remove python from native-inputs., guix-commits, 2024/02/18
- 12/45: gnu: gcc: Patch crypt out of bundled libsanitizer., guix-commits, 2024/02/18
- 42/45: gnu: talloc: Remove reference to crypt., guix-commits, 2024/02/18
- 23/45: gnu: libgudev: Update to 238., guix-commits, 2024/02/18
- 34/45: gnu: httpd: Add libxcrypt dependency., guix-commits, 2024/02/18
- 25/45: gnu: mesa: Hardcode libvulkan.so's dependency for zink., guix-commits, 2024/02/18
- 43/45: gnu: tevent: Remove reference to crypt., guix-commits, 2024/02/18
- 29/45: gnu: apr-util: Add libxcrypt dependency.,
guix-commits <=
- 22/45: gnu: udev-service-type: accept hardware description file extensions., guix-commits, 2024/02/18
- 30/45: gnu: inetutils: Add libxcrypt dependency., guix-commits, 2024/02/18
- 35/45: gnu: python-cython: Add libxcrypt dependency., guix-commits, 2024/02/18