mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
a6b4974411
commit
0651fba73a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue