GNU bug report logs - #75391
[PATCH rust-team 00/12] gnu: Add wallust.

Previous Next

Package: guix-patches;

Reported by: Andrew Wong <wongandj <at> icloud.com>

Date: Sun, 5 Jan 2025 22:58:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


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

From: Andrew Wong <wongandj <at> icloud.com>
To: 75391 <at> debbugs.gnu.org
Cc: Andrew Wong <wongandj <at> icloud.com>
Subject: [PATCH 04/12] gnu: Add rust-vergen-git2-1.
Date: Sun,  5 Jan 2025 18:01:07 -0500
* gnu/packages/crates-io.scm (rust-vergen-git2-1): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d32eed0b66..9e04e17965 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -89660,6 +89660,35 @@ (define-public rust-vergen-3
        #:cargo-development-inputs (("rust-lazy-static" ,rust-lazy-static-1)
                                    ("rust-regex" ,rust-regex-1))))))
 
+(define-public rust-vergen-git2-1
+  (package
+    (name "rust-vergen-git2")
+    (version "1.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "vergen-git2" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1mri3bffr6578cigqrpcn8b0bfcgkvbskdxswg8ym7vlv1ly0qsy"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
+                       ("rust-derive-builder" ,rust-derive-builder-0.20)
+                       ("rust-git2" ,rust-git2-0.19)
+                       ("rust-rustversion" ,rust-rustversion-1)
+                       ("rust-time" ,rust-time-0.3)
+                       ("rust-vergen" ,rust-vergen-9)
+                       ("rust-vergen-lib" ,rust-vergen-lib-0.1))))
+    (home-page "https://github.com/rustyhorde/vergen")
+    (synopsis
+     "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro")
+    (description
+     "This package provides Generate cargo:rustc-env instructions via build.rs for use in your code via the
+env! macro.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-vergen-lib-0.1
   (package
     (name "rust-vergen-lib")
-- 
2.47.1





This bug report was last modified 191 days ago.

Previous Next


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