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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#46050: closed ([PATCH 1/3] gnu: sbcl-cmd: Remove dead code.)
Date: Sat, 23 Jan 2021 13:30:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 23 Jan 2021 14:28:50 +0100
with message-id <87bldfdbot.fsf <at> yamatai>
and subject line Re: [bug#46050] [PATCH 1/3] gnu: sbcl-cmd: Remove dead code.
has caused the debbugs.gnu.org bug report #46050,
regarding [PATCH 1/3] gnu: sbcl-cmd: Remove dead code.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
46050: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46050
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Matthew Kraai <kraai <at> ftbfs.org>
To: guix-patches <at> gnu.org
Cc: Matthew Kraai <kraai <at> ftbfs.org>
Subject: [PATCH 1/3] gnu: sbcl-cmd: Remove dead code.
Date: Sat, 23 Jan 2021 02:16:35 -0800
* gnu/packages/lisp-xyz.scm (sbcl-cmd): Remove dead code.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 57d40dad07..7f5dfaddbc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2020, 2021 Adam Kandur <rndd <at> tuta.io>
 ;;; Copyright © 2020, 2021 Sharlatan Hellseher <sharlatanus <at> gmail.com>
 ;;; Copyright © 2021 Aurora <rind38 <at> disroot.org>
+;;; Copyright © 2021 Matthew Kraai <kraai <at> ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -13224,9 +13225,8 @@ standard library.")
          (modify-phases %standard-phases
            (add-after 'unpack 'fix-paths
              (lambda* (#:key inputs #:allow-other-keys)
-               (let ((source (assoc-ref inputs "source"))
-                     (bin (string-append (assoc-ref inputs "coreutils") "/bin")))
-                 (substitute* (string-append "cmd.lisp")
+               (let ((bin (string-append (assoc-ref inputs "coreutils") "/bin")))
+                 (substitute* "cmd.lisp"
                    (("\"env\"") (format #f "\"~a/env\"" bin))
                    (("\"pwd\"") (format #f "\"~a/pwd\"" bin)))))))))
       (home-page "https://github.com/ruricolist/cmd")
-- 
2.30.0



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Matthew Kraai <kraai <at> ftbfs.org>
Cc: 46050-done <at> debbugs.gnu.org
Subject: Re: [bug#46050] [PATCH 1/3] gnu: sbcl-cmd: Remove dead code.
Date: Sat, 23 Jan 2021 14:28:50 +0100
[Message part 4 (text/plain, inline)]
Patches pushed as 60528f9ba729f7a22180d3a93d18bbdb3cfb2783 and
following.
Thanks.
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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