mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove rust-core-foundation-0.2.
* gnu/packages/crates-apple.scm (rust-core-foundation-0.2): Delete variable. Change-Id: I05f4b452c142cc0aba6be00fc0260c40996693f1
This commit is contained in:
parent
2d00ee154d
commit
b4b1cc2dd2
1 changed files with 0 additions and 20 deletions
|
@ -520,26 +520,6 @@ CommonCrypto library.")
|
|||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-uuid" ,rust-uuid-0.5))))))
|
||||
|
||||
(define-public rust-core-foundation-0.2
|
||||
(package
|
||||
(inherit rust-core-foundation-0.6)
|
||||
(name "rust-core-foundation")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "core-foundation" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0rvcn7ab5r69wvn7gby745jlpy8pirfywcdxbiypy083s93dggr5"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-core-foundation-sys" ,rust-core-foundation-sys-0.2)
|
||||
("rust-libc" ,rust-libc-0.2))))))
|
||||
|
||||
(define-public rust-core-foundation-sys-0.8
|
||||
(package
|
||||
(name "rust-core-foundation-sys")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue