From: "André A. Gomes" <andremegafone@gmail.com>
To: 75365@debbugs.gnu.org
Subject: [bug#75365] [PATCH]: Add info manual to sbcl-alexandria
Date: Sat, 04 Jan 2025 19:18:55 +0000 [thread overview]
Message-ID: <877c7a1j6o.fsf@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 82 bytes --]
Attached, thanks!
--
André A. Gomes
"You cannot even find the ruins..."
[-- Attachment #2: 0001-gnu-sbcl-alexandria-Add-info-manual.patch --]
[-- Type: text/x-diff, Size: 2353 bytes --]
From 40fefbce044f88adb02298bee168becde80989cc Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Sat, 4 Jan 2025 19:16:09 +0000
Subject: [PATCH] gnu: sbcl-alexandria: Add info manual.
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Add info manual.
---
gnu/packages/lisp-xyz.scm | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 01306bef46..e577299869 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23,7 +23,7 @@
;;; Copyright © 2020-2024 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2021, 2022 Aurora <rind38@disroot.org>
;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
-;;; Copyright © 2021-2024 André A. Gomes <andremegafone@gmail.com>
+;;; Copyright © 2021-2025 André A. Gomes <andremegafone@gmail.com>
;;; Copyright © 2021, 2022, 2023 Cage <cage-dev@twistfold.it>
;;; Copyright © 2021 Cameron Chaparro <cameron@cameronchaparro.com>
;;; Copyright © 2021, 2024 Charles Jackson <charles.b.jackson@protonmail.com>
@@ -126,6 +126,7 @@ (define-module (gnu packages lisp-xyz)
#:use-module (gnu packages sqlite)
#:use-module (gnu packages statistics)
#:use-module (gnu packages tcl)
+ #:use-module (gnu packages texinfo)
#:use-module (gnu packages tls)
#:use-module (gnu packages version-control)
#:use-module (gnu packages video)
@@ -904,8 +905,17 @@ (define-public sbcl-alexandria
(sha256
(base32 "0pdj779j3nwzn8f1661vf00rrjrbks1xgiq0rvwjw6qyxsfqfnl9"))))
(build-system asdf-build-system/sbcl)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'build 'build-doc
+ (lambda _
+ (with-directory-excursion "doc"
+ (invoke "make" "info")
+ (install-file "alexandria.info"
+ (string-append #$output "/share/info"))))))))
(native-inputs
- (list sbcl-rt))
+ (list sbcl-rt texinfo))
(synopsis "Collection of portable utilities for Common Lisp")
(description
"Alexandria is a collection of portable utilities. It does not contain
--
2.46.0
next reply other threads:[~2025-01-04 19:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-04 19:18 André A. Gomes [this message]
2025-01-13 12:39 ` [bug#75365] [PATCH]: Add info manual to sbcl-alexandria Guillaume Le Vaillant
2025-01-17 21:24 ` André A. Gomes
2025-01-22 13:22 ` bug#75365: " Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877c7a1j6o.fsf@gmail.com \
--to=andremegafone@gmail.com \
--cc=75365@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).