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:
Efraim Flashner 2023-10-24 22:01:38 +03:00
parent ffc41e5065
commit c68db7829f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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