GNU bug report logs -
#60944
[PATCH] gnu: cl-croatoan: Update to 0.0.1-7.622a590.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 17 Feb 2023 14:54:13 +0000
with message-id <87h6vkpcjl.fsf <at> kitej>
and subject line Re: [bug#60944] [PATCH v2 2/2] gnu: tinmop: Update to 0.9.9.141.
has caused the debbugs.gnu.org bug report #60944,
regarding [PATCH] gnu: cl-croatoan: Update to 0.0.1-7.622a590.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
60944: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60944
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-7.622a590.
[arguments]{asd-systems} Add croatoan, croatoan-ncurses and ansi-escape.
[arguments]{phases}(fix-paths): Use search-input-file procedure.
---
gnu/packages/lisp-xyz.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 39fe5c3f76..947e7fa6ed 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17121,8 +17121,8 @@ (define-public cl-tooter
(sbcl-package->cl-source-package sbcl-tooter))
(define-public sbcl-croatoan
- (let ((commit "35c92fcc6c4458339c7e27bdf16f7fa908d95eb8")
- (revision "6"))
+ (let ((commit "622a5902c38b45248bf843e66158a2ee19468018")
+ (revision "7"))
(package
(name "sbcl-croatoan")
(version (git-version "0.0.1" revision commit))
@@ -17134,18 +17134,17 @@ (define-public sbcl-croatoan
(commit commit)))
(file-name (git-file-name "cl-croatoan" version))
(sha256
- (base32 "0v1lrdjd29krjb6pr0mql9hjj5c2lv760xwpr17dbsw263vx29xz"))))
+ (base32 "015xq5bbmv05bnl9hynw0bc7c6dv49hak72f5h45ry8zmpxx5cr5"))))
(build-system asdf-build-system/sbcl)
(arguments
- '(#:phases
+ '(#:asd-systems '("croatoan" "croatoan-ncurses" "ansi-escape")
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "ncurses/ncurses.lisp"
- (("libncursesw" all)
- (string-append (assoc-ref inputs "ncurses")
- "/lib/"
- all))))))))
+ (("libncursesw.so")
+ (search-input-file inputs "/lib/libncursesw.so"))))))))
(inputs
(list ncurses
sbcl-cffi
--
2.38.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patches pushed as 1a8a78a0c4f2bad3f33ec692464ef0b64b3af103 and
following.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.