[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: escpr: Omit static library.
From: |
guix-commits |
Subject: |
01/11: gnu: escpr: Omit static library. |
Date: |
Sat, 21 Nov 2020 17:00:49 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 3b2a26219f4291565edc39f5e48a8c9b3ca76381
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 21 15:15:57 2020 +0100
gnu: escpr: Omit static library.
* gnu/packages/cups.scm (escpr)[arguments]: Add "--disable-static"
to #:configure-flags.
---
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 1e25d54..b2d7b95 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -766,7 +766,8 @@ HP@tie{}LaserJet, and possibly other printers. See
@file{README} for details.")
((srfi srfi-26)
,@%gnu-build-system-modules)
#:configure-flags
- `(,(string-append "--prefix="
+ `("--disable-static"
+ ,(string-append "--prefix="
(assoc-ref %outputs "out"))
,(string-append "--with-cupsfilterdir="
(assoc-ref %outputs "out") "/lib/cups/filter")
- branch master updated (24bb392 -> 234558f), guix-commits, 2020/11/21
- 02/11: gnu: Rename escpr to epson-inkjet-printer-escpr., guix-commits, 2020/11/21
- 01/11: gnu: escpr: Omit static library.,
guix-commits <=
- 07/11: gnu: inspircd: Support Argon2 hashes., guix-commits, 2020/11/21
- 04/11: gnu: inspircd: Update to 3.8.1., guix-commits, 2020/11/21
- 08/11: gnu: hstr: Update to 2.3., guix-commits, 2020/11/21
- 09/11: gnu: libseccomp: Update to 2.5.1., guix-commits, 2020/11/21
- 05/11: gnu: inspircd: Remove unused input., guix-commits, 2020/11/21
- 11/11: gnu: bpftrace: Update to 0.11.4., guix-commits, 2020/11/21
- 06/11: gnu: inspircd: Make most inputs non-native., guix-commits, 2020/11/21
- 03/11: services: cups: Add Splix by default., guix-commits, 2020/11/21
- 10/11: gnu: hidapi: Update to 0.10.0., guix-commits, 2020/11/21