GNU bug report logs - #68819
[PATCH 00/49 rust-team] Update i3status-rust to 0.32.3.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Tue, 30 Jan 2024 15:05: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


View this message in rfc822 format

From: Herman Rimm <herman <at> rimm.ee>
To: 68819 <at> debbugs.gnu.org
Cc: Herman Rimm <herman <at> rimm.ee>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#68819] [PATCH 41/49] gnu: Deprecate rust-nl80211-0.0.2.
Date: Tue, 30 Jan 2024 16:25:24 +0100
* gnu/packages/crates-io.scm (rust-nl80211-0.0.2): Deprecate in favor of
  rust-neli-wifi-0.6.

Change-Id: I5c07d3522053949723ae80ee52ca09d7a25d0386
---
 gnu/packages/crates-io.scm | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8d059e8d7c..fe2c1cd979 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39832,30 +39832,6 @@ (define-public rust-nix-0.8
         ("rust-libc" ,rust-libc-0.2)
         ("rust-void" ,rust-void-1))))))
 
-(define-public rust-nl80211-0.0.2
-  (package
-    (name "rust-nl80211")
-    (version "0.0.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "nl80211" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0jgx12qy0a004sc4qpr3ahgn9gma3rln9gsxiq4cdw6dd8h4dmx0"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-buffering" ,rust-buffering-0.3)
-        ("rust-hex" ,rust-hex-0.4)
-        ("rust-neli" ,rust-neli-0.4))))
-    (home-page "https://github.com/Eonm/nl80211")
-    (synopsis "Send commands to nl80211 and receive messages")
-    (description
-     "This crate provides a low level access to nl80211.  It can send commands
-to nl80211 and receive messages.")
-    (license license:expat)))
-
 (define-public rust-no-color-0.1
   (package
     (name "rust-no-color")
-- 
2.41.0





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

Previous Next


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