GNU bug report logs - #79099
[PATCH 00/34] git-version rewrite

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Sat, 26 Jul 2025 02:38:04 UTC

Severity: normal

Tags: patch

Full log


Message #20 received at 79099 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 79099 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [PATCH 03/34] gnu: sbcl-cl-xmlspam: Use git-file-name.
Date: Sat, 26 Jul 2025 04:39:09 +0200
* gnu/packages/emulators.scm (sbcl-cl-xmlspam)[source]<file-name>: Set
it using git-file-name.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b1cee9b73d8..30a7fb34af4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11047,7 +11047,7 @@ (define-public sbcl-cl-xmlspam
          (uri (git-reference
                (url home-page)
                (commit commit)))
-         (file-name (string-append name "-" version))
+         (file-name (git-file-name name version))
          (sha256
           (base32
            "0w4rqvrgdgk3fwfq3kx4r7wwdr2bv3b6n3bdqwsiriw9psqzpz2s"))))
-- 
2.50.1





This bug report was last modified 27 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.