1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-12 17:24:06 +02:00

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.
This commit is contained in:
Ludovic Courtès
2018-10-26 21:07:03 +02:00
parent fdc4f665dc
commit fdf0248428
+1 -1
View File
@@ -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))