mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: sbcl-iolib: Also build iolib/os.
* gnu/packages/lisp-xyz.scm (sbcl-iolib)[arguments]: Add iolib/os to asd-systems.
This commit is contained in:
parent
0471024acc
commit
cb68765a58
1 changed files with 2 additions and 0 deletions
|
@ -5888,6 +5888,8 @@ (define-public sbcl-iolib
|
|||
"iolib.common-lisp.asd"
|
||||
"iolib.base.asd"
|
||||
"iolib.asd")
|
||||
#:asd-systems '("iolib"
|
||||
"iolib/os")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
|
|
Loading…
Reference in a new issue