GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
Message #755 received at 69257 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-konst-kernel-0.3): Add variable.
Change-Id: I5fbe2abfef2ea1ea26883a45cd2f3912a888d4b5
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b8e789e763..4493bb97b4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36401,6 +36401,28 @@ (define-public rust-konst-0.2
"Const equivalents of std functions, compile-time comparison, and parsing.")
(license license:zlib)))
+(define-public rust-konst-kernel-0.3
+ (package
+ (name "rust-konst-kernel")
+ (version "0.3.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "konst_kernel" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "140pxwbaqzchks1a962d8m99dx7b5glbhffgh6520vkb6y6fmins"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-typewit" ,rust-typewit-1))
+ #:cargo-development-inputs (("rust-arrayvec" ,rust-arrayvec-0.7))))
+ (home-page "https://github.com/rodrimati1992/konst/")
+ (synopsis "Foundational functionality shared by konst and const_panic")
+ (description
+ "This package provides the foundational const functionality shared
+between konst and const_panic.")
+ (license license:zlib)))
+
(define-public rust-konst-macro-rules-0.2
(package
(name "rust-konst-macro-rules")
--
2.41.0
This bug report was last modified 1 year and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.