diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 16:07:12 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:22:13 +0200 |
commit | 360036d72368bc572bd94625977ae9b164dec54f (patch) | |
tree | 4a1deb6628964d466e1d71c6e9db3fd23ba159e3 | |
parent | d324985e29e6be9b2e84761e34bee42d5b2afdca (diff) | |
download | guix-360036d72368bc572bd94625977ae9b164dec54f.tar.gz guix-360036d72368bc572bd94625977ae9b164dec54f.zip |
gnu: Remove rust-ical-0.7.
* gnu/packages/crates-graphics.scm (rust-ical-0.7): Delete variable.
Change-Id: Ic2f928ada07d556bb981148da82769a2c34e3bbc
-rw-r--r-- | gnu/packages/crates-graphics.scm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 3c26f33fea..ed54a5a9bd 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -2318,29 +2318,6 @@ EUI-64, also known as MAC-48 media access control addresses.") (description "Core types of gpu-alloc crate.") (license (list license:expat license:asl2.0)))) -(define-public rust-ical-0.7 - (package - (name "rust-ical") - (version "0.7.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "ical" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1kvk1pgas67rnp0n4424lxxs8y3n1h0fw3ap8jbfcxqdmlap57sa")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-thiserror" ,rust-thiserror-1)))) - (home-page "https://github.com/Peltoche/ical-rs") - (synopsis "Ical/Vcard parser for Rust") - (description - "This library parse the ICalendar format defined in RFC5545, as well as -similar formats like VCard.") - (license license:asl2.0))) - (define-public rust-image-0.25 (package (name "rust-image") |