Archived
1
0
Fork 0

gnu: cl-croatoan: Update to 0.2-1.282145f.

* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.2-1.282145f.

Change-Id: I8a7e93e9f0dabfa42e35845e610dd5bd2b63cec9
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
cage 2024-03-12 20:42:21 +01:00 committed by Guillaume Le Vaillant
parent 507315643e
commit 6e4b1b450c
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -19108,37 +19108,39 @@ protocol for Mastodon.")
(sbcl-package->cl-source-package sbcl-tooter)) (sbcl-package->cl-source-package sbcl-tooter))
(define-public sbcl-croatoan (define-public sbcl-croatoan
(package (let ((commit "282145ff9e9005fddc4241bc6827b3ab09c5bd25")
(name "sbcl-croatoan") (revision "1"))
(version "0.2") (package
(source (name "sbcl-croatoan")
(origin (version (git-version "2.0" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/McParen/croatoan") (method git-fetch)
(commit (string-append "v" version)))) (uri (git-reference
(file-name (git-file-name "cl-croatoan" version)) (url "https://github.com/McParen/croatoan")
(sha256 (commit commit)))
(base32 "0x2rlckyn8kn5mqy0fib8piggz694g3naarz2dvha1hsy4jhb1wg")))) (file-name (git-file-name "cl-croatoan" version))
(build-system asdf-build-system/sbcl) (sha256
(arguments (base32 "021h2f2yj4j9gynr3k7qi36x94jm5b95p3vaddbaih96wyzgbmq5"))))
'(#:phases (build-system asdf-build-system/sbcl)
(modify-phases %standard-phases (arguments
(add-after 'unpack 'fix-paths '(#:phases
(lambda* (#:key inputs #:allow-other-keys) (modify-phases %standard-phases
(substitute* "ncurses/ncurses.lisp" (add-after 'unpack 'fix-paths
(("libncursesw.so") (lambda* (#:key inputs #:allow-other-keys)
(search-input-file inputs "/lib/libncursesw.so")))))))) (substitute* "ncurses/ncurses.lisp"
(inputs (("libncursesw.so")
(list ncurses (search-input-file inputs "/lib/libncursesw.so"))))))))
sbcl-cffi (inputs
sbcl-trivial-gray-streams (list ncurses
sbcl-bordeaux-threads)) sbcl-cffi
(synopsis "Common Lisp bindings for the ncurses terminal library") sbcl-trivial-gray-streams
(description "Croatoan provides high-level Common Lisp CLOS bindings for sbcl-bordeaux-threads))
(synopsis "Common Lisp bindings for the ncurses terminal library")
(description "Croatoan provides high-level Common Lisp CLOS bindings for
the ncurses terminal library.") the ncurses terminal library.")
(home-page "https://github.com/McParen/croatoan") (home-page "https://github.com/McParen/croatoan")
(license license:expat))) (license license:expat))))
(define-public ecl-croatoan (define-public ecl-croatoan
(sbcl-package->ecl-package sbcl-croatoan)) (sbcl-package->ecl-package sbcl-croatoan))