me
/
guix
Archived
1
0
Fork 0

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>
Pierre Neidhardt 2022-07-04 21:12:26 +02:00 committed by Guillaume Le Vaillant
parent b6355dc2c4
commit 81fe659aad
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 0 additions and 3 deletions

View File

@ -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