guix-commits
[Top][All Lists]
Advanced

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

17/22: gnu: sbcl-cl-online-learning: Remove unnecessary arguments.


From: guix-commits
Subject: 17/22: gnu: sbcl-cl-online-learning: Remove unnecessary arguments.
Date: Wed, 3 Aug 2022 10:48:10 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 81fe659aad194681068f847aa56504001e8da3e0
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 21:12:26 2022 +0200

    gnu: sbcl-cl-online-learning: Remove unnecessary arguments.
    
    The updated build system is now able to find the system on its own.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-online-learning)[arguments]: Do it.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 02b2de8c5b..bfde1e4e89 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11458,9 +11458,6 @@ format.")
       (inputs
        `(("cl-libsvm-format" ,sbcl-cl-libsvm-format)
          ("cl-store" ,sbcl-cl-store)))
-      (arguments
-       `(#:asd-systems '("cl-online-learning-test"
-                         "cl-online-learning")))
       (home-page "https://github.com/masatoi/cl-online-learning";)
       (synopsis "Online Machine Learning for Common Lisp")
       (description



reply via email to

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