guix-commits
[Top][All Lists]
Advanced

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

68/187: gnu: Remove rust-palette-derive-0.5.


From: guix-commits
Subject: 68/187: gnu: Remove rust-palette-derive-0.5.
Date: Mon, 24 Oct 2022 10:58:05 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 77359ddf0e9fe11c5ac3b0d946f8f1fca8061e86
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 12:37:38 2022 +0300

    gnu: Remove rust-palette-derive-0.5.
    
    * gnu/packages/crates-io.scm (rust-palette-derive-0.5): Delete variable.
---
 gnu/packages/crates-io.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index bbd26fa0f2..3019ae8166 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -38317,32 +38317,6 @@ memory page size.")
      "This package pipes your Rust output through an external pager.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-palette-derive-0.5
-  (package
-    (name "rust-palette-derive")
-    (version "0.5.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "palette_derive" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1x5icddb877923rpl27bg4cjsf1x0d3layxmgwa3mpb01rh5yjqb"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-proc-macro2" ,rust-proc-macro2-1)
-        ("rust-syn" ,rust-syn-1)
-        ("rust-quote" ,rust-quote-1))))
-    (home-page "https://github.com/Ogeon/palette";)
-    (synopsis "Automatically implement traits from the palette crate")
-    (description
-     "Automatically implement traits from the palette crate.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-pancurses-0.16
   (package
     (name "rust-pancurses")



reply via email to

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