1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-27 04:30:32 +02:00

gnu: cl-magicl: Enable expokit backend.

* gnu/packages/lisp-xyz.scm (sbcl-magicl)[arguments]: Add magicl/ext-expokit
  to 'asd-systems'.

Change-Id: I784ad39042859dba5426d476ecc28651298e615d
This commit is contained in:
Guillaume Le Vaillant
2024-11-20 16:41:35 +01:00
parent a6b4974411
commit 0651fba73a

View File

@@ -20619,6 +20619,7 @@ determination library using @emph{magic} numbers.")
sbcl-trivial-garbage))
(arguments
(list
#:asd-systems ''("magicl" "magicl/ext-expokit")
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-paths