mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
gnu: rust-objc2-encode-2: Skip test suite.
* gnu/packages/crates-io.scm (rust-objc2-encode-2)[arguments]: Skip tests. Change-Id: Ie80c60bce31054c0192acfcebb9fc45cb2ce4e1f
This commit is contained in:
parent
ffc41e5065
commit
c68db7829f
1 changed files with 2 additions and 1 deletions
|
@ -48455,7 +48455,8 @@ (define-public rust-objc2-encode-2
|
|||
"04h5wns3hxmc9g652hr9xqzrijs4ij9sdnlgc0ha202v050srz5b"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-objc-sys" ,rust-objc-sys-0.2))))
|
||||
`(#:tests? #f ; Test suite wants gcc-objc
|
||||
#:cargo-inputs (("rust-objc-sys" ,rust-objc-sys-0.2))))
|
||||
(home-page "https://github.com/madsmtm/objc2")
|
||||
(synopsis "Objective-C type-encoding representation and parsing")
|
||||
(description "This package provides objective-C type-encoding
|
||||
|
|
Loading…
Reference in a new issue