guix-commits
[Top][All Lists]
Advanced

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

48/66: gnu: Add rust-claxon-0.4.


From: guix-commits
Subject: 48/66: gnu: Add rust-claxon-0.4.
Date: Tue, 24 Oct 2023 07:55:01 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2e5cf709e1bb5c7e89884498bd9ec77811eff3fc
Author: Steve George <steve@futurile.net>
AuthorDate: Mon Oct 23 23:21:32 2023 +0100

    gnu: Add rust-claxon-0.4.
    
    * gnu/packages/crates-io.scm (rust-claxon-0.4): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c0d49eb9ab..90d841666b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12642,6 +12642,25 @@ usage.")
     (description "This package provides Rust bindings for libclang.")
     (license license:asl2.0)))
 
+(define-public rust-claxon-0.4
+  (package
+    (name "rust-claxon")
+    (version "0.4.3")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "claxon" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1206mxvw833ysg10029apcsjjwly8zmsvksgza5cm7ma4ikzbysb"))))
+    (build-system cargo-build-system)
+    (arguments
+     (list #:skip-build? #t)) ; Cut the dependency graph.
+    (home-page "https://github.com/ruuda/claxon#readme";)
+    (synopsis "FLAC decoding library")
+    (description "This package provides a FLAC decoding library.")
+    (license license:asl2.0)))
+
 (define-public rust-cipher-0.4
   (package
     (name "rust-cipher")



reply via email to

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