[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/36: gnu: elogind: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
16/36: gnu: elogind: Add libxcrypt dependency. |
Date: |
Wed, 14 Feb 2024 04:31:13 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit f4045a590f7da727b9ba3e59025551a0f0dbf8a5
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 12:15:55 2024 +0100
gnu: elogind: Add libxcrypt dependency.
* gnu/packages/freedesktop.scm (elogind): Add libxcrypt dependency.
Change-Id: I7259b20a96c50a7f88cb0eb7ff30d32f233d0bfe
---
gnu/packages/freedesktop.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 66561d11c1..0cd786d7bd 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -77,6 +77,7 @@
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages crypto)
#:use-module (gnu packages cryptsetup)
#:use-module (gnu packages cups)
#:use-module (gnu packages curl)
@@ -778,6 +779,7 @@ the freedesktop.org XDG Base Directory specification.")
'())
(list linux-pam
libcap
+ libxcrypt
`(,util-linux "lib") ;for 'libmount'
shadow ;for 'nologin'
shepherd ;for 'halt' and 'reboot', invoked
- 09/36: gnu: ffmpeg: Fix builds., (continued)
- 09/36: gnu: ffmpeg: Fix builds., guix-commits, 2024/02/14
- 12/36: gnu: gcc: Patch crypt out of bundled libsanitizer., guix-commits, 2024/02/14
- 07/36: gnu: cryptsetup-static: Fix static build., guix-commits, 2024/02/14
- 11/36: gnu: gcc: Simplify application of Hurd-specific pthread patch., guix-commits, 2024/02/14
- 13/36: gnu: libxcrypt: Remove python from native-inputs., guix-commits, 2024/02/14
- 14/36: gnu: python: Add libxcrypt dependency., guix-commits, 2024/02/14
- 19/36: gnu: eudev: Update to 3.2.14., guix-commits, 2024/02/14
- 20/36: services: udev: Rewrite udev-rule to use file->udev-rule., guix-commits, 2024/02/14
- 28/36: gnu: apr: Add libxcrypt dependency., guix-commits, 2024/02/14
- 15/36: gnu: linux-pam: Add libxcrypt dependency., guix-commits, 2024/02/14
- 16/36: gnu: elogind: Add libxcrypt dependency.,
guix-commits <=
- 18/36: gnu: tcsh: Add libxcrypt dependency., guix-commits, 2024/02/14
- 26/36: gnu: apr: Update to 1.7.4., guix-commits, 2024/02/14
- 31/36: gnu: cups-minimal: Add libxcrypt dependency., guix-commits, 2024/02/14
- 32/36: gnu: cyrus-sasl: Add libxcrypt dependency., guix-commits, 2024/02/14
- 33/36: gnu: tdb: Add libxcrypt dependency., guix-commits, 2024/02/14
- 03/36: gnu: Add libcryptsetup-propagated-inputs., guix-commits, 2024/02/14
- 05/36: gnu: libblockdev: Add libcryptsetup propagated inputs., guix-commits, 2024/02/14
- 04/36: gnu: volume-key: Add required transitive dependencies., guix-commits, 2024/02/14
- 08/36: Partially revert gnu: python-matplotlib: Fix flaky Legend loc test., guix-commits, 2024/02/14
- 10/36: gnu: glibc: Update to 2.39., guix-commits, 2024/02/14