me
/
guix
Archived
1
0
Fork 0

gnu: cl-trivia: Remove trailing booleans.

* gnu/packages/lisp-xyz.scm (sbcl-trivia.trivial,
  sbcl-trivia)[arguments]: Remove trailing booleans.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
master
Paul A. Patience 2022-04-21 03:08:02 +00:00 committed by Guillaume Le Vaillant
parent 56353b72df
commit 9ddc9448d9
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 4 deletions

View File

@ -6285,8 +6285,7 @@ Trivia.")
"trivia.quasiquote.asd"
"trivia.cffi.asd"
"trivia.asd"
"trivia.test.asd"))
#t)))))
"trivia.test.asd")))))))
(synopsis "Pattern matching in Common Lisp")
(description "Trivia is a pattern matching compiler that is compatible
with Optima, another pattern matching library for Common Lisp. It is meant to
@ -6329,8 +6328,7 @@ be faster and more extensible than Optima.")
'("trivia.level0.asd"
"trivia.level1.asd"
"trivia.level2.asd"
"trivia.trivial.asd"))
#t)))))))
"trivia.trivial.asd")))))))))
(define-public cl-trivia
(sbcl-package->cl-source-package sbcl-trivia))