[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/45: gnu: cryptsetup: G-Expify static-library.
From: |
guix-commits |
Subject: |
37/45: gnu: cryptsetup: G-Expify static-library. |
Date: |
Sun, 18 Feb 2024 08:41:10 -0500 (EST) |
jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.
commit e95eb0e135ca418905afa6fdb492401c0c421f62
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Sun Feb 18 12:03:22 2024 +0100
gnu: cryptsetup: G-Expify static-library.
* gnu/packages/cryptsetup.scm (static-library): G-Expify it.
Change-Id: I3123cab24b08acdb5a28e0052e9a9663d00fd564
---
gnu/packages/cryptsetup.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 8ff649bccc..6765fed726 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -107,9 +107,9 @@ files). This assumes LIBRARY uses Libtool."
(name (string-append (package-name library) "-static"))
(arguments
(substitute-keyword-arguments (package-arguments library)
- ((#:configure-flags flags ''())
- `(append '("--disable-shared" "--enable-static")
- ,flags))))))
+ ((#:configure-flags flags #~'())
+ #~(append '("--disable-shared" "--enable-static")
+ #$flags))))))
(define-public cryptsetup-static
;; Stripped-down statically-linked 'cryptsetup' command for use in initrds.
- 31/45: gnu: cups-minimal: Add libxcrypt dependency., (continued)
- 31/45: gnu: cups-minimal: Add libxcrypt dependency., guix-commits, 2024/02/18
- 14/45: gnu: python: Add libxcrypt dependency., guix-commits, 2024/02/18
- 38/45: gnu: accountsservice: Add libxcrypt dependency., guix-commits, 2024/02/18
- 26/45: gnu: apr: Update to 1.7.4., guix-commits, 2024/02/18
- 44/45: gnu: ldb: Remove reference to crypt., guix-commits, 2024/02/18
- 45/45: gnu: slock: Add libxcrypt dependency., guix-commits, 2024/02/18
- 17/45: gnu: shadow: Add libxcrypt dependency., guix-commits, 2024/02/18
- 18/45: gnu: tcsh: Add libxcrypt dependency., guix-commits, 2024/02/18
- 28/45: gnu: apr: Add libxcrypt dependency., guix-commits, 2024/02/18
- 21/45: services: udev: Make udev-rule helper functions generic., guix-commits, 2024/02/18
- 37/45: gnu: cryptsetup: G-Expify static-library.,
guix-commits <=
- 09/45: gnu: ffmpeg: Fix builds., guix-commits, 2024/02/18
- 19/45: gnu: eudev: Update to 3.2.14., guix-commits, 2024/02/18
- 33/45: gnu: tdb: Add libxcrypt dependency., guix-commits, 2024/02/18
- 24/45: gnu: upower: Update to 1.90.2., guix-commits, 2024/02/18
- 16/45: gnu: elogind: Add libxcrypt dependency., guix-commits, 2024/02/18
- 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