guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: sbcl-lift: Fix 'license' field.


From: Ludovic Courtès
Subject: 02/04: gnu: sbcl-lift: Fix 'license' field.
Date: Fri, 26 Oct 2018 15:17:14 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit fdf02484289e155de56e7320f7e1dd1e57431f4b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Oct 26 21:07:03 2018 +0200

    gnu: sbcl-lift: Fix 'license' field.
    
    The invalid 'license' field was preventing evaluations from completing.
    
    * gnu/packages/lisp.scm (sbcl-lift)[license]: Change to LICENSE:EXPAT.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 7964aa3..c323809 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2403,7 +2403,7 @@ testcases are organized into hierarchical testsuites each 
of which can have
 its own fixture.  When run, a testcase can succeed, fail, or error.  LIFT
 supports randomized testing, benchmarking, profiling, and reporting.")
       (home-page "https://github.com/gwkkwg/lift";)
-      (license license:x11-style))))
+      (license license:expat))))
 
 (define-public cl-lift
   (sbcl-package->cl-source-package sbcl-lift))



reply via email to

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