[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: s6-linux-init: Omit static library.
From: |
guix-commits |
Subject: |
11/11: gnu: s6-linux-init: Omit static library. |
Date: |
Tue, 24 Nov 2020 06:22:54 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit eddf3db5c95cd33f47765f8e10a40bf23f0b1fe4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 24 04:29:39 2020 +0100
gnu: s6-linux-init: Omit static library.
* gnu/packages/skarnet.scm (s6-linux-init)[arguments]: Add
‘--disable-static’ to #:configure-flags.
---
gnu/packages/skarnet.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 3aef62f..1fd7d91 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -312,6 +312,7 @@ systems and other constrained environments, but they work
everywhere.")))
(arguments
'(#:configure-flags
(list
+ "--disable-static"
(string-append "--with-lib="
(assoc-ref %build-inputs "skalibs")
"/lib/skalibs")
- branch master updated (097b725 -> eddf3db), guix-commits, 2020/11/24
- 02/11: gnu: youtube-dl: Update to 2020.11.24., guix-commits, 2020/11/24
- 01/11: gnu: poppler-data: Update to 0.4.10., guix-commits, 2020/11/24
- 03/11: gnu: earlyoom: Update to 1.6.2., guix-commits, 2020/11/24
- 04/11: gnu: python-databricks-cli: Update to 0.14.1., guix-commits, 2020/11/24
- 05/11: gnu: axel: Update to 2.17.10., guix-commits, 2020/11/24
- 06/11: gnu: mupdf: Remove more bundled software., guix-commits, 2020/11/24
- 07/11: gnu: mupdf: Update to 1.18.0., guix-commits, 2020/11/24
- 09/11: gnu: chirp: Update to 20201121., guix-commits, 2020/11/24
- 10/11: gnu: s6-linux-init: Update to 1.0.5.1., guix-commits, 2020/11/24
- 11/11: gnu: s6-linux-init: Omit static library.,
guix-commits <=
- 08/11: gnu: mupdf: Prepare for cross-compilation., guix-commits, 2020/11/24