diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-22 21:47:19 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:18 +0200 |
commit | 3908c6ea2d514fcf1620c698de83231d5d48821b (patch) | |
tree | 7be2c02d261320fbdf85dcedf9716fd1cc2bdaad | |
parent | d9bed7c02b41c8687024a3ef3a0311d4db62c478 (diff) |
gnu: Remove rust-bitfield-0.13.
* gnu/packages/crates-io.scm (rust-bitfield-0.13): Delete variable.
Change-Id: Id6bb98fe6a63aa3cbe96b592d29360de06dc0671
-rw-r--r-- | gnu/packages/crates-io.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index e13f6d44b8..6bca32c197 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -6122,25 +6122,6 @@ types.") @code{rust-bitcoin}.") (license license:cc0))) -(define-public rust-bitfield-0.13 - (package - (name "rust-bitfield") - (version "0.13.2") - (source - (origin - (method url-fetch) - (uri (crate-uri "bitfield" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "06g7jb5r2b856vnhx76081fg90jvmy61kjqcfjysgmd5hclvvbs6")))) - (build-system cargo-build-system) - (arguments `(#:skip-build? #t)) - (home-page "https://github.com/dzamlo/rust-bitfield") - (synopsis "Macros to generate bitfield-like struct") - (description - "This crate provides macros to generate bitfield-like struct.") - (license (list license:expat license:asl2.0)))) - (define-public rust-bitflags-2 (package (name "rust-bitflags") |