GNU bug report logs - #71278
[PATCH rust-team 00/44] Add eww.

Previous Next

Package: guix-patches;

Reported by: Murilo <murilo <at> disroot.org>

Date: Thu, 30 May 2024 15:14:02 UTC

Severity: normal

Tags: patch

Full log


Message #137 received at 71278 <at> debbugs.gnu.org (full text, mbox):

From: Murilo <murilo <at> disroot.org>
To: 71278 <at> debbugs.gnu.org
Cc: Murilo <murilo <at> disroot.org>
Subject: [PATCH 44/44] gnu: Add rust-deepsize-derive-0.1.
Date: Thu, 30 May 2024 12:18:11 -0300
* gnu/packages/crates-io.scm (rust-deepsize-derive-0.1): New variable.

Change-Id: Iff875deb34467b998a430e255f282d5916f1fb00
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f3f8fee894..77ceeec00e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20195,6 +20195,30 @@ (define-public rust-deepsize-0.2
 stack and heap")
     (license license:expat)))
 
+(define-public rust-deepsize-derive-0.1
+  (package
+    (name "rust-deepsize-derive")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "deepsize_derive" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "15i7qybxhdp2y2h3xksyiqrwqki8xrvl60j1asjc3j1v3za020cr"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
+                       ("rust-quote" ,rust-quote-1)
+                       ("rust-syn" ,rust-syn-1))))
+    (home-page "https://github.com/Aeledfyr/deepsize/")
+    (synopsis
+     "Crate for measuring the total size of object on the stack and heap")
+    (description
+     "This package provides a crate for measuring the total size of object on the
+stack and heap")
+    (license license:expat)))
+
 (define-public rust-defer-0.1
   (package
     (name "rust-defer")
-- 
2.41.0





This bug report was last modified 1 year and 18 days ago.

Previous Next


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