gnu: lush2: Remove dependency on lapack.

* gnu/packages/lisp.scm (lush2): Remove dependency on lapack.

Change-Id: Idb7734e93021d6be9f65a5a0f9c4da4581786aee
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Romain GARBAGE 2024-03-11 12:07:19 +01:00 committed by Ludovic Courtès
parent b6fa870405
commit 5db4cdfffa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -874,7 +874,6 @@ (define-public lush2
("sdl-mixer" ,sdl-mixer)
("sdl-net" ,sdl-net)
("sdl-ttf" ,sdl-ttf)
("lapack" ,lapack)
("libxft" ,libxft)
("fontconfig" ,fontconfig)
("gsl" ,gsl)