GNU bug report logs -
#76513
[PATCH rust-team 00/77] Add module (gnu packages typst) and packages
Previous Next
Full log
Message #626 received at 76513 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-self-replace-1): New variable.
Change-Id: If266e68ee2032c8802e6044b7ca46549e0fe5930
---
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 24ba4f377e..8970d9179e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -71058,6 +71058,30 @@ (define-public rust-self-cell-1
in stable Rust.")
(license license:asl2.0)))
+(define-public rust-self-replace-1
+ (package
+ (name "rust-self-replace")
+ (version "1.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "self-replace" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1drganasvf5b0x6c9g60jkfhzjc9in3r6cznjfw0lhmbbrdq3v03"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs (("rust-fastrand" ,rust-fastrand-2)
+ ("rust-tempfile" ,rust-tempfile-3)
+ ("rust-windows-sys" ,rust-windows-sys-0.52))))
+ (home-page "https://github.com/mitsuhiko/self-replace")
+ (synopsis
+ "Utility crate that allows executables to replace or uninstall themselves")
+ (description
+ "This package provides Utility crate that allows executables to replace or uninstall themselves.")
+ (license license:asl2.0)))
+
(define-public rust-selinux-0.4
(package
(name "rust-selinux")
--
2.48.1
This bug report was last modified 19 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.