guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: ecl: Simplify 'replace-asdf' phase.


From: guix-commits
Subject: 04/07: gnu: ecl: Simplify 'replace-asdf' phase.
Date: Sat, 5 Dec 2020 10:04:49 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit f62982d96d1ee51a0ae47c171a6cfda6efa36c78
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Dec 5 10:11:38 2020 +0100

    gnu: ecl: Simplify 'replace-asdf' phase.
    
    * gnu/packages/lisp.scm (ecl)[arguments]: Remove unused 'out' variable in
      'replace-asdf' phase.
---
 gnu/packages/lisp.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 2ec4da8..a540174 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -250,12 +250,11 @@ interface to the Tk widget system.")
          (delete 'check)
          (add-after 'unpack 'replace-asdf
            ;; Use system ASDF instead of bundled one.
-           (lambda* (#:key inputs outputs #:allow-other-keys)
+           (lambda* (#:key inputs #:allow-other-keys)
              (let* ((cl-asdf (assoc-ref inputs "cl-asdf"))
                     (guix-asdf (string-append
                                 cl-asdf
                                 "/share/common-lisp/source/asdf/asdf.lisp"))
-                    (out (string-append (assoc-ref outputs "out")))
                     (contrib-asdf "contrib/asdf/asdf.lisp"))
                (copy-file guix-asdf contrib-asdf))
              #t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]