[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/45: gnu: cups-minimal: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
31/45: gnu: cups-minimal: 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 ec50e814fa75f7ff54a50837ddc76cd0612900e6
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 19:05:18 2024 +0100
gnu: cups-minimal: Add libxcrypt dependency.
* gnu/packages/cups.scm (cups-minimal): Add libxcrypt dependency.
Change-Id: Icfd65026d5d8350d694a4268d03096aafa33341f
---
gnu/packages/cups.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index a40176c375..68343cb66a 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -33,6 +33,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages compression)
+ #:use-module (gnu packages crypto)
#:use-module (gnu packages fonts) ; font-dejavu
#:use-module (gnu packages fontutils)
#:use-module (gnu packages ghostscript)
@@ -334,7 +335,7 @@ filters for the PDF-centric printing workflow introduced by
OpenPrinting.")
(if (%current-target-system)
(list this-package)
'())))
- (inputs (list zlib gnutls))
+ (inputs (list zlib gnutls libxcrypt))
(home-page "https://openprinting.github.io/cups")
(synopsis "The Common Unix Printing System")
(description
- 07/45: gnu: cryptsetup-static: Fix static build., (continued)
- 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
- 32/45: gnu: cyrus-sasl: Add libxcrypt dependency., guix-commits, 2024/02/18
- 31/45: gnu: cups-minimal: Add libxcrypt dependency.,
guix-commits <=
- 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, 2024/02/18