GNU bug report logs - #46050
[PATCH 1/3] gnu: sbcl-cmd: Remove dead code.

Previous Next

Package: guix-patches;

Reported by: Matthew Kraai <kraai <at> ftbfs.org>

Date: Sat, 23 Jan 2021 10:17:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Matthew Kraai <kraai <at> ftbfs.org>
To: 46050 <at> debbugs.gnu.org
Cc: Matthew Kraai <kraai <at> ftbfs.org>
Subject: [bug#46050] [PATCH 3/3] gnu: cl-ppath: Use sbcl-package->cl-source-package.
Date: Sat, 23 Jan 2021 02:19:09 -0800
* gnu/packages/lisp-xyz.scm (cl-ppath): Use sbcl-package->cl-source-package.
---
 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 d2e08883db..88e946efae 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13284,4 +13284,4 @@ corresponding OS system functions are called.")
   (sbcl-package->ecl-package sbcl-ppath))
 
 (define-public cl-ppath
-  (sbcl-package->ecl-package sbcl-ppath))
+  (sbcl-package->cl-source-package sbcl-ppath))
-- 
2.30.0





This bug report was last modified 4 years and 113 days ago.

Previous Next


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