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:
Efraim Flashner 2024-12-31 13:28:24 +02:00
parent 2d00ee154d
commit b4b1cc2dd2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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