guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: Add cl-fare-quasiquote.


From: guix-commits
Subject: 02/09: gnu: Add cl-fare-quasiquote.
Date: Mon, 7 Oct 2019 07:57:05 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 7baaf7f3587961255d429087e5d18d35275a176d
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Oct 7 13:46:36 2019 +0200

    gnu: Add cl-fare-quasiquote.
    
    * gnu/packages/lisp.scm (cl-fare-quasiquote): New variable.
---
 gnu/packages/lisp.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c358aa6..c1ea8cc 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6451,6 +6451,9 @@ quasiquote is enable matching of quasiquoted patterns, 
using Optima or
 Trivia.")
     (license license:expat)))
 
+(define-public cl-fare-quasiquote
+  (sbcl-package->cl-source-package sbcl-fare-quasiquote))
+
 (define-public sbcl-fare-quasiquote-readtable
   (package
     (inherit sbcl-fare-quasiquote)



reply via email to

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