GNU bug report logs - #49451
Adding package aparte (rust XMPP TUI client)

Previous Next

Package: guix-patches;

Reported by: southerntofu <at> thunix.net

Date: Wed, 7 Jul 2021 06:29:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: southerntofu <southerntofu <at> thunix.net>
To: 49451 <at> debbugs.gnu.org
Subject: [bug#49451] [PATCH 08/20] gnu: Add rust-hsluv
Date: Sun, 11 Jul 2021 17:29:25 -0400
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2ac2230490..5daaffaa52 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20327,6 +20327,29 @@ Hash-based Message Authentication Code algorithm} for SHA1.")
        (("rust-libc" ,rust-libc-0.2)
         ("rust-winutil" ,rust-winutil-0.1))))))
 
+(define-public rust-hsluv-0.1
+  (package
+    (name "rust-hsluv")
+    (version "0.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "hsluv" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "0g5p4x9np7292fxinqj34vlys5v20hg5yqqr8vvqbw8xcl5l3rax"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t))
+    (home-page
+      "https://github.com/bb010g/rust-hsluv")
+    (synopsis
+      "Human-friendly HSL, Rust implementation (revision 4)")
+    (description
+      "Human-friendly HSL, Rust implementation (revision 4)")
+    (license license:expat)))
+
 (define-public rust-html5ever-0.25
   (package
     (name "rust-html5ever")
-- 
2.30.2





This bug report was last modified 2 years and 76 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.