diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-12-31 15:46:12 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:22:04 +0200 |
commit | 0b1ae030a9774db71f378b51924237b4ed169b10 (patch) | |
tree | f3c40acbe87d4b0bcb4392aba718dd2511684869 | |
parent | b5a5b5909826175e052206736a2ea072ee8e201b (diff) | |
download | guix-0b1ae030a9774db71f378b51924237b4ed169b10.tar.gz guix-0b1ae030a9774db71f378b51924237b4ed169b10.zip |
gnu: Remove rust-rustc-ap-rustc-lexer-725.
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-lexer-725): Delete variable.
Change-Id: Icec2710f513f0345343b02236c8c4c1ae5f7a0ef
-rw-r--r-- | gnu/packages/crates-io.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7caf0cfa8f..b00b1991c8 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -67562,34 +67562,6 @@ reading and writing BAM files.") library.") (license license:expat))) -(define-public rust-rustc-ap-rustc-lexer-725 - (package - (name "rust-rustc-ap-rustc-lexer") - (version "725.0.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "rustc-ap-rustc_lexer" version)) - (file-name - (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "13pnbln1mnv51p1kgf6ljmzypp9q0j4aplxac5val0x2z0p78l7r")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-unicode-xid" ,rust-unicode-xid-0.2)) - #:cargo-development-inputs - (("rust-expect-test" ,rust-expect-test-1)))) - (home-page "https://github.com/alexcrichton/rustc-auto-publish") - (synopsis "Automatically published versions of rustc macros") - (description - "Use the lexer used in the Rust compiler with this crate. -It is automatically published using the compiler repository at -@url{https://www.github.com/rust-lang/rust}.") - (license (list license:expat license:asl2.0)))) - (define-public rust-rustc-demangle-0.1 (package (name "rust-rustc-demangle") |