GNU bug report logs - #71055
[PATCH 8/9] Added rust-winsafe

Previous Next

Package: guix-patches;

Reported by: Julian Flake <flake <at> uni-koblenz.de>

Date: Sun, 19 May 2024 11:56:04 UTC

Severity: normal

Tags: patch

Done: Julian Flake <flake <at> uni-koblenz.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Julian Flake <flake <at> uni-koblenz.de>
Subject: bug#71055: closed (close false issues)
Date: Sun, 19 May 2024 12:40:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#71055: [PATCH 8/9] Added rust-winsafe

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71055 <at> debbugs.gnu.org.

-- 
71055: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71055
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julian Flake <flake <at> uni-koblenz.de>
To: 71053-done <at> debbugs.gnu.org, 71054-done <at> debbugs.gnu.org,
 71055-done <at> debbugs.gnu.org, 71056-done <at> debbugs.gnu.org,
 71057-done <at> debbugs.gnu.org, 71058-done <at> debbugs.gnu.org,
 71059-done <at> debbugs.gnu.org
Subject: close false issues
Date: Sun, 19 May 2024 14:39:43 +0200
should've been part of the series 71052

[Message part 3 (message/rfc822, inline)]
From: Julian Flake <flake <at> uni-koblenz.de>
To: guix-patches <at> gnu.org
Cc: Julian Flake <flake <at> uni-koblenz.de>
Subject: [PATCH 8/9] Added rust-winsafe
Date: Sun, 19 May 2024 13:54:41 +0200
Change-Id: Iba8c0af1ffec1d29d2442b09518a8a35e86a14e0
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3a07c11996..8efbaa67a4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -80027,6 +80027,23 @@ (define-public rust-zvariant-utils-1
     (description "Various utilities used internally by the zvariant crate.")
     (license license:expat)))
 
+(define-public rust-winsafe-0.0.19
+  (package
+    (name "rust-winsafe")
+    (version "0.0.19")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "winsafe" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0169xy9mjma8dys4m8v4x0xhw2gkbhv2v1wsbvcjl9bhnxxd2dfi"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/rodrigocfd/winsafe")
+    (synopsis "Windows API and GUI in safe, idiomatic Rust.")
+    (description "Windows API and GUI in safe, idiomatic Rust containing low-level Win32 API constants, functions, structs and high-level structs to build native Win32 GUI application.")
+    (license license:expat)))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.41.0




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

Previous Next


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