mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-icrate-0.0.4: Move to (gnu packages crates-apple).
* gnu/packages/crates-io.scm (rust-icrate-0.0.4): Move from here ... * gnu/packages/crates-apple.scm: ... to here. Change-Id: I567a637f64c4f5efc5f3cc73a28aee9f9a00c627
This commit is contained in:
parent
2defccbb6c
commit
f39373c455
2 changed files with 23 additions and 23 deletions
|
@ -723,6 +723,29 @@ (define-public rust-fsevent-sys-2
|
||||||
`(#:skip-build? #t ; only available on macOS
|
`(#:skip-build? #t ; only available on macOS
|
||||||
#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))))
|
#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))))
|
||||||
|
|
||||||
|
(define-public rust-icrate-0.0.4
|
||||||
|
(package
|
||||||
|
(name "rust-icrate")
|
||||||
|
(version "0.0.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "icrate" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "06d3g8n6xw3f0ai84mya0dlknp2n33zqdxpxp8272mslibzsmlwr"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-block2" ,rust-block2-0.3)
|
||||||
|
("rust-dispatch" ,rust-dispatch-0.2)
|
||||||
|
("rust-objc2" ,rust-objc2-0.4))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-static-assertions" ,rust-static-assertions-1))))
|
||||||
|
(home-page "https://github.com/madsmtm/objc2")
|
||||||
|
(synopsis "Bindings to Apple's frameworks")
|
||||||
|
(description "This package provides bindings to Apple's frameworks.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-objc-0.2
|
(define-public rust-objc-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-objc")
|
(name "rust-objc")
|
||||||
|
|
|
@ -31689,29 +31689,6 @@ (define-public rust-iana-time-zone-0.1
|
||||||
"This package provides the IANA time zone for the current system.")
|
"This package provides the IANA time zone for the current system.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-icrate-0.0.4
|
|
||||||
(package
|
|
||||||
(name "rust-icrate")
|
|
||||||
(version "0.0.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "icrate" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "06d3g8n6xw3f0ai84mya0dlknp2n33zqdxpxp8272mslibzsmlwr"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-block2" ,rust-block2-0.3)
|
|
||||||
("rust-dispatch" ,rust-dispatch-0.2)
|
|
||||||
("rust-objc2" ,rust-objc2-0.4))
|
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-static-assertions" ,rust-static-assertions-1))))
|
|
||||||
(home-page "https://github.com/madsmtm/objc2")
|
|
||||||
(synopsis "Bindings to Apple's frameworks")
|
|
||||||
(description "This package provides bindings to Apple's frameworks.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-idea-0.5
|
(define-public rust-idea-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-idea")
|
(name "rust-idea")
|
||||||
|
|
Loading…
Reference in a new issue