[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: cl-clog: Fix build.
From: |
guix-commits |
Subject: |
05/06: gnu: cl-clog: Fix build. |
Date: |
Fri, 29 Dec 2023 04:34:23 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 6a7db35524344c7728d655789c9075bd2e78f88d
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Dec 29 10:27:19 2023 +0100
gnu: cl-clog: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-clog)[arguments]: Add 'fix-symbol-name'
phase.
Change-Id: If9f5546eb252c69bb12a0904eb9db37140a90d24
---
gnu/packages/lisp-xyz.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d7a00db648..1625197550 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -26754,7 +26754,13 @@ inspired by Haskell package @code{Data.List}.")
sbcl-trivial-open-browser
sbcl-websocket-driver))
(arguments
- '(#:asd-systems '("clog" "clog/docs" "clog/tools")))
+ '(#:asd-systems '("clog" "clog/docs" "clog/tools")
+ #:phases (modify-phases %standard-phases
+ (add-after 'unpack 'fix-symbol-name
+ (lambda _
+ (substitute* "source/clog-docs.lisp"
+ (("clog:@CLOG-MANUAL")
+ "clog::@CLOG_MANUAL")))))))
(home-page "https://github.com/rabbibotton/clog")
(synopsis "Common Lisp Omnificent GUI")
(description
- branch master updated (7722da6fa5 -> d4cef7edff), guix-commits, 2023/12/29
- 01/06: gnu: cl-pathname-utils: Update to 1.1.0-3.f28068a., guix-commits, 2023/12/29
- 03/06: gnu: cl-3bmd: Update to 0.0.0-4.e68b2d4., guix-commits, 2023/12/29
- 05/06: gnu: cl-clog: Fix build.,
guix-commits <=
- 04/06: gnu: cl-mgl-pax: Update to 0.3.0-1.6782eb0., guix-commits, 2023/12/29
- 02/06: gnu: cl-filesystem-utils: Update to 1.0.0-2.a07e8b6., guix-commits, 2023/12/29
- 06/06: gnu: spatialite-tools: Update to 5.1.0a., guix-commits, 2023/12/29