guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: sbcl-cl-libxml2: Remove duplicate input.


From: guix-commits
Subject: 03/05: gnu: sbcl-cl-libxml2: Remove duplicate input.
Date: Sun, 1 Aug 2021 17:21:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit be73c55ae5001a439936ebbc01c4899f1f54d554
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Aug 1 16:49:41 2021 +0200

    gnu: sbcl-cl-libxml2: Remove duplicate input.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[native-inputs]: Remove 
SBCL-LIFT.
---
 gnu/packages/lisp-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 090b155..b630e2e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18586,8 +18586,7 @@ semantics in Lisp and Parenscript.
          ("libxml2" ,libxml2)
          ("libxslt" ,libxslt)))
       (native-inputs
-       `(("gcc" ,sbcl-lift)
-         ("lift" ,sbcl-lift)))
+       `(("lift" ,sbcl-lift)))
       (arguments
        `(#:phases
          (modify-phases %standard-phases



reply via email to

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