[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74551] [PATCH 01/49] gnu: Add rust-deelevate-0.2.
From: |
Jordan Moore |
Subject: |
[bug#74551] [PATCH 01/49] gnu: Add rust-deelevate-0.2. |
Date: |
Tue, 26 Nov 2024 16:38:36 -0500 |
* gnu/packages/crates-windows.scm (rust-deelevate-0.2): New variable.
Change-Id: Ib24303deeb61c171b4a52f65f2fff59c4b004962
---
gnu/packages/crates-windows.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index 7437ce91c7..d89135bcee 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -272,6 +272,30 @@ (define-public rust-conpty-0.5
"This package provides a library which provides an interface for
@code{ConPTY}.")
(license license:expat)))
+(define-public rust-deelevate-0.2
+ (package
+ (name "rust-deelevate")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "deelevate" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0kj2kcqv47l3iacpamgzbn742yf9d09h0xgwbadxs1l9qkw9fwqw"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-pathsearch" ,rust-pathsearch-0.2)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-shared-library" ,rust-shared-library-0.1)
+ ("rust-termwiz" ,rust-termwiz-0.15)
+ ("rust-winapi" ,rust-winapi-0.3))))
+ (home-page "https://crates.io/crates/deelevate")
+ (synopsis "Drop privileges on Windows")
+ (description "This package provides Drop privileges on Windows.")
+ (license license:expat)))
+
(define-public rust-dunce-1
(package
(name "rust-dunce")
--
2.46.0
- [bug#74551] [PATCH 00/49] Add starship shell utility, Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 01/49] gnu: Add rust-deelevate-0.2.,
Jordan Moore <=
- [bug#74551] [PATCH 03/49] gnu: Add rust-tauri-winrt-notification-0.2., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 02/49] gnu: rust-dunce-1: Update to 1.0.5., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 06/49] gnu: Add rust-windows-core-0.56., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 05/49] gnu: Add rust-windows-0.56., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 04/49] gnu: Add rust-winsafe-0.0.19., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 07/49] gnu: Add rust-windows-interface-0.56., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 08/49] gnu: Add rust-windows-version-0.1., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 09/49] gnu: Add rust-mac-notification-sys-0.6., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 10/49] gnu: Add rust-arraydeque-0.5., Jordan Moore, 2024/11/26
- [bug#74551] [PATCH 12/49] gnu: rust-clap-4: Update to 4.5.21., Jordan Moore, 2024/11/26