[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
272/300: fixup! gnu: Use cryptsetup-minimal instead of cryptsetup.
From: |
guix-commits |
Subject: |
272/300: fixup! gnu: Use cryptsetup-minimal instead of cryptsetup. |
Date: |
Wed, 26 Mar 2025 18:38:10 -0400 (EDT) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 3d37134ad6e6edac0a95ee1761ce0cfcad4bc7c9
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Feb 24 10:53:03 2025 +0800
fixup! gnu: Use cryptsetup-minimal instead of cryptsetup.
Change-Id: Iae2ea55f2f974760867037f3991734477a9cd02a
---
gnu/packages/disk.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 9319897f45..c0e1c7fb2f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1248,14 +1248,10 @@ to create devices with respective mappings for the
ATARAID sets discovered.")
python-wrapper))
(inputs
(append
-<<<<<<< HEAD
- (cons cryptsetup (libcryptsetup-propagated-inputs))
+ (cons cryptsetup-minimal (libcryptsetup-propagated-inputs))
(if (supported-package? multipath-tools)
(list multipath-tools)
'())
-=======
- (cons cryptsetup-minimal (libcryptsetup-propagated-inputs))
->>>>>>> f2f5bb5271 (gnu: Use cryptsetup-minimal instead of cryptsetup.)
(list bcache-tools
btrfs-progs
dosfstools
- 253/300: gnu: libnftnl: Update to 1.2.8., (continued)
- 253/300: gnu: libnftnl: Update to 1.2.8., guix-commits, 2025/03/26
- 255/300: gnu: libidn2: Update to 2.3.7., guix-commits, 2025/03/26
- 258/300: gnu: libpsl: Update to 0.21.5., guix-commits, 2025/03/26
- 257/300: gnu: gdbm: Update to 1.24., guix-commits, 2025/03/26
- 259/300: gnu: libtasn1: Update to 4.20.0., guix-commits, 2025/03/26
- 260/300: gnu: glib: Update to 2.83.3. Fix test for tzdata@2025a., guix-commits, 2025/03/26
- 261/300: gnu: binutils: Update to 2.44., guix-commits, 2025/03/26
- 262/300: gnu: sed: Update to 4.9., guix-commits, 2025/03/26
- 266/300: gnu: flex: Fix cross-compiling., guix-commits, 2025/03/26
- 271/300: squash! gnu: binutils: Update to 2.44., guix-commits, 2025/03/26
- 272/300: fixup! gnu: Use cryptsetup-minimal instead of cryptsetup.,
guix-commits <=
- 273/300: squash! gexp: Improve support of Unicode characters., guix-commits, 2025/03/26
- 276/300: gnu: findutils: Update to 4.10.0., guix-commits, 2025/03/26
- 279/300: gnu: libiconv: Update to 1.18., guix-commits, 2025/03/26
- 282/300: gnu: pciutils: Update to 3.13.0., guix-commits, 2025/03/26
- 288/300: gnu: guile: Add GUILE_EXTENSIONS_PATH to native-search-paths., guix-commits, 2025/03/26
- 289/300: gnu: perl-net-ssleay: Update to 1.94., guix-commits, 2025/03/26
- 294/300: build-system/gnu: Use ‘search-input-file’ instead of input labels., guix-commits, 2025/03/26
- 295/300: gnu-bootstrap: Use ‘search-input-file’., guix-commits, 2025/03/26
- 297/300: gnu: gash-boot: Remove input labels., guix-commits, 2025/03/26
- 299/300: gnu: gash-utils-boot: Use a gexp., guix-commits, 2025/03/26