GNU bug report logs -
#77342
[PATCH] gnu: skalibs: Update to 2.14.3.0
Previous Next
Reported by: "David Arroyo" <david <at> aqwari.net>
Date: Fri, 28 Mar 2025 17:46:01 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
skalibs and execline now install static libraries to $output/lib, so the
--with-lib configure flag is no longer needed
* gnu/packages/skarnet.scm (s6): Update to 2.13.1.0.
Change-Id: I714b2286be13147ea205c67a74c4c5a129e7c6c5
---
gnu/packages/skarnet.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 66cd5d5774..9e75ab2e33 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -111,24 +111,18 @@ (define-public execline
(define-public s6
(package
(name "s6")
- (version "2.11.3.2")
+ (version "2.13.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6/s6-"
version ".tar.gz"))
(sha256
- (base32 "0x6zjc3126fjhj8accyxgrw7r7ysrb7d13dfs87bxzzhsa5165kw"))))
+ (base32 "0znfwb9yx12lyz5kaqylr4iy1ifnxc82vc670jpv0z4mab7i81mz"))))
(build-system gnu-build-system)
(inputs (list skalibs execline))
(arguments
`(#:configure-flags (list
- (string-append "--with-lib="
- (assoc-ref %build-inputs "skalibs")
- "/lib/skalibs")
- (string-append "--with-lib="
- (assoc-ref %build-inputs "execline")
- "/lib/execline")
(string-append "--with-sysdeps="
(assoc-ref %build-inputs "skalibs")
"/lib/skalibs/sysdeps"))
--
2.48.1
This bug report was last modified 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.