[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Simplify some Common Lisp packages.
From: |
guix-commits |
Subject: |
02/07: gnu: Simplify some Common Lisp packages. |
Date: |
Sat, 8 May 2021 08:04:19 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 2e501ad539d9d7b7761564b94a310233619914ec
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri May 7 10:55:05 2021 +0200
gnu: Simplify some Common Lisp packages.
This is a follow-up to 2fa8fd4af59af0de392352915fa50fc21a4cf98a.
* gnu/packages/lisp-xyz.scm (sbcl-1am, sbcl-3bz)[arguments]: Remove
custom 'asd-systems' parameter.
---
gnu/packages/lisp-xyz.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index cf6315a..d1a4aa3 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1959,7 +1959,6 @@ C, C++, Java, Python, Erlang, Haskell, Objective-C, Diff,
Webkit.")
(file-name (git-file-name "3bmd" version))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; FIXME: #41437 - Build fails when package name starts from a digit
`(#:asd-systems
'("3bmd"
"3bmd-ext-definition-lists"
@@ -11191,8 +11190,6 @@ learn about each of the parameters.")
(base32
"05ss4nz1jb9kb796295482b62w5cj29msfj8zis33sp2rw2vmv2g"))))
(build-system asdf-build-system/sbcl)
- (arguments
- `(#:asd-systems '("1am")))
(home-page "https://github.com/lmj/1am")
(synopsis "Minimal testing framework for Common Lisp")
(description "A minimal testing framework for Common Lisp.")
@@ -11967,9 +11964,6 @@ than a few Kb.")
("mmap" ,sbcl-mmap)
("nibbles" ,sbcl-nibbles)
("trivial-features" ,sbcl-trivial-features)))
- (arguments
- ;; FIXME: #41437 - Build fails when package name starts from a digit
- `(#:asd-systems '("3bz")))
(home-page "https://github.com/3b/3bz")
(synopsis "Deflate decompression for Common Lisp")
(description
- branch master updated (e5adaf6 -> e118348), guix-commits, 2021/05/08
- 05/07: gnu: sbcl-numcl: Disable tests., guix-commits, 2021/05/08
- 01/07: build-system: asdf: Work around package-name->name+version bug., guix-commits, 2021/05/08
- 07/07: gnu: sbcl-shlex: Update to 0.0.0-2.3dee1cb., guix-commits, 2021/05/08
- 02/07: gnu: Simplify some Common Lisp packages.,
guix-commits <=
- 03/07: gnu: Add cl-3d-vectors., guix-commits, 2021/05/08
- 04/07: gnu: Add cl-3d-matrices., guix-commits, 2021/05/08
- 06/07: gnu: sbcl-serapeum: Update to 0.0.0-5.f5da17b., guix-commits, 2021/05/08