guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

258/334: gnu: rust-derive-more: Remove duplicate definition.


From: guix-commits
Subject: 258/334: gnu: rust-derive-more: Remove duplicate definition.
Date: Sat, 15 Aug 2020 16:27:26 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 0b1e98b437501e07133338e2fae7eaf3cc43f059
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Aug 6 03:08:23 2020 +0200

    gnu: rust-derive-more: Remove duplicate definition.
    
    * gnu/packages/crates-io.scm (rust-derive-more-0.99): Remove duplicate
    definition.
---
 gnu/packages/crates-io.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 974f528..88aa0e2 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5674,30 +5674,6 @@ boilerplate code.  It does this by allowing you to 
derive lots of commonly used
 traits for both structs and enums.")
     (license license:expat)))
 
-(define-public rust-derive-more-0.99
-  (package
-    (name "rust-derive-more")
-    (version "0.99.9")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "derive_more" version))
-      (file-name (string-append name "-" version ".tar.gz"))
-      (sha256
-       (base32 "0xizcpj39rx0474mbbx8m0xww98qh92zsg82gf52qnvbryqri299"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:tests? #f ; XXX: Fix-me.
-       #:cargo-inputs
-       (("rust-proc-macro2" ,rust-proc-macro2-1.0)
-        ("rust-peg" ,rust-peg-0.5)
-        ("rust-quote" ,rust-quote-1.0)
-        ("rust-syn" ,rust-syn-1.0))))
-    (home-page "https://crates.io/crates/derive_more";)
-    (synopsis "Some more derive(Trait) options")
-    (description "Some more derive(Trait) options")
-  (license license:expat)))
-
 (define-public rust-derive-new-0.5
   (package
     (name "rust-derive-new")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]