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
Message #14 received at 77342 <at> debbugs.gnu.org (full text, mbox):
skalibs now installs static libraries to $output/lib, so the
configure flag --with-lib is no longer needed.
* gnu/packages/skarnet.scm (execline): Update to 2.9.6.1.
Change-Id: I3bada38ba0c6a39bf990b9255deeda4f44db14bc
---
gnu/packages/skarnet.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 5e689b0d92..66cd5d5774 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -66,21 +66,18 @@ (define-public skalibs
(define-public execline
(package
(name "execline")
- (version "2.9.3.0")
+ (version "2.9.6.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/execline/execline-"
version ".tar.gz"))
(sha256
- (base32 "1393xka069n3rvc3dlg6c3ckzl1qgqkhvhlcxv6igl9216kpy0n8"))))
+ (base32 "1jp5y3w2db9d7yp17pcsvny656z0w2rywn9s9fnb2kfyy9i9v4bn"))))
(build-system gnu-build-system)
(inputs (list bash-minimal skalibs))
(arguments
'(#:configure-flags (list
- (string-append "--with-lib="
- (assoc-ref %build-inputs "skalibs")
- "/lib/skalibs")
(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.