mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: sbcl-iolib: Update to 20200425.
* gnu/packages/lisp-xyz.scm (sbcl-iolib): Update to 20200425.
This commit is contained in:
parent
426adb4fc5
commit
53c4a0da09
1 changed files with 6 additions and 9 deletions
|
@ -5407,12 +5407,12 @@ (define-public ecl-swap-bytes
|
|||
|
||||
(define-public sbcl-iolib.asdf
|
||||
;; Latest release is from June 2017.
|
||||
(let ((commit "81e20614c0d27f9605bf9766214e236fd31b99b4")
|
||||
(revision "1"))
|
||||
(let ((commit "7f5ea3a8457a29d224b24653c2b3657fb1898021")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "sbcl-iolib.asdf")
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(version "0.8.3")
|
||||
(version (git-version "0.8.3" revision commit))
|
||||
(home-page "https://github.com/sionescu/iolib")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5423,7 +5423,7 @@ (define-public sbcl-iolib.asdf
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j81r0wm7nfbwl991f26s4npcy7kybzybd3m47rbxy31h0cfcmdm"))))
|
||||
"1bg5w7lm61hqk4b0svmri8a590q36z76jfa0sdgzb39r98c04w12"))))
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)))
|
||||
(arguments
|
||||
|
@ -5498,7 +5498,7 @@ (define sbcl-iolib+syscalls
|
|||
(inputs
|
||||
`(("iolib.asdf" ,sbcl-iolib.asdf)
|
||||
("iolib.conf" ,sbcl-iolib.conf)
|
||||
("iolib.grovel" ,sbcl-iolib.grovel)
|
||||
("cffi-grovel" ,sbcl-cffi-grovel)
|
||||
("iolib.base" ,sbcl-iolib.base)
|
||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||
("idna" ,sbcl-idna)
|
||||
|
@ -5510,7 +5510,6 @@ (define sbcl-iolib+syscalls
|
|||
(arguments
|
||||
'(#:asd-file "iolib.asd"
|
||||
#:asd-system-name "iolib/syscalls"
|
||||
#:test-asd-file "iolib.tests.asd"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
|
@ -5521,7 +5520,7 @@ (define sbcl-iolib+syscalls
|
|||
"(:default \""
|
||||
(assoc-ref inputs "libfixposix") "/lib/libfixposix\")")))
|
||||
;; Socket tests need Internet access, disable them.
|
||||
(substitute* "iolib.tests.asd"
|
||||
(substitute* "iolib.asd"
|
||||
(("\\(:file \"sockets\" :depends-on \\(\"pkgdcl\" \"defsuites\"\\)\\)")
|
||||
"")))))))
|
||||
(synopsis "Common Lisp I/O library")))
|
||||
|
@ -5537,8 +5536,6 @@ (define sbcl-iolib+multiplex
|
|||
(substitute-keyword-arguments (package-arguments sbcl-iolib+syscalls)
|
||||
((#:asd-system-name _) "iolib/multiplex")))))
|
||||
|
||||
|
||||
|
||||
(define sbcl-iolib+streams
|
||||
(package
|
||||
(inherit sbcl-iolib+syscalls)
|
||||
|
|
Loading…
Reference in a new issue