mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-cl-gobject-introspection: Update to 20210121.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to 20210121. [arguments]: Re-enable tests now that upstream has fixed them.
This commit is contained in:
parent
7c424b3831
commit
f96a65eb1b
1 changed files with 5 additions and 8 deletions
|
@ -6500,8 +6500,8 @@ ability to store all Common Lisp data types into streams.")
|
||||||
(sbcl-package->ecl-package sbcl-cl-store))
|
(sbcl-package->ecl-package sbcl-cl-store))
|
||||||
|
|
||||||
(define-public sbcl-cl-gobject-introspection
|
(define-public sbcl-cl-gobject-introspection
|
||||||
(let ((commit "7b703e2384945ea0ac39d9b766de434a08d81560")
|
(let ((commit "d0136c8d9ade2560123af1fc55bbf70d2e3db539")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-gobject-introspection")
|
(name "sbcl-cl-gobject-introspection")
|
||||||
(version (git-version "0.3" revision commit))
|
(version (git-version "0.3" revision commit))
|
||||||
|
@ -6515,7 +6515,7 @@ ability to store all Common Lisp data types into streams.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zcqd2qj14f6b38vys8gr89s6cijsp9r8j43xa8lynilwva7bwyh"))))
|
"0dz0r73pq7yhz2iq2jnkq977awx2zws2qfxdcy33329sys1ii32p"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
@ -6527,12 +6527,9 @@ ability to store all Common Lisp data types into streams.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("fiveam" ,sbcl-fiveam)))
|
`(("fiveam" ,sbcl-fiveam)))
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: Tests fail, see
|
'(#:phases
|
||||||
;; https://github.com/andy128k/cl-gobject-introspection/issues/70.
|
|
||||||
'(#:tests? #f
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after (quote unpack) (quote fix-paths)
|
(add-after 'unpack 'fix-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(substitute* "src/init.lisp"
|
(substitute* "src/init.lisp"
|
||||||
(("libgobject-2\\.0\\.so")
|
(("libgobject-2\\.0\\.so")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue