unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 61727@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>,
	Steve George <steve@futurile.net>
Subject: [bug#61727] [PATCH 4/6] gnu: Add rust-if-addrs
Date: Thu, 23 Feb 2023 08:42:39 +0000	[thread overview]
Message-ID: <20230223084241.3762-4-steve@futurile.net> (raw)
In-Reply-To: <20230223084241.3762-1-steve@futurile.net>

* gnu/packages/crates-io.scm (rust-if-addrs): New variable.
---

 gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c79d2d15d5..26b607753b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27015,6 +27015,31 @@ (define-public rust-ieee754-0.2
 floating-point numbers.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-if-addrs-0.6
+    (package
+      (name "rust-if-addrs")
+      (version "0.6.7")
+      (source (origin
+                (method url-fetch)
+                (uri (crate-uri "if-addrs" version))
+                (file-name (string-append name "-" version ".tar.gz"))
+                (sha256
+                  (base32 "1pkkkwm9znn07xq9s6glf8lxzn2rdxvy8kwkw6czrw64ywhy8wr2"))))
+      (build-system cargo-build-system)
+      (arguments
+        `(#:skip-build? #f
+          #:cargo-inputs
+          (("rust-if-addrs-sys" ,rust-if-addrs-sys-0.3)
+           ("rust-libc" ,rust-libc-0.2)
+           ("rust-winapi" ,rust-winapi-0.3)
+           ("rust-cc" ,rust-cc-1))))
+      (native-inputs (list iproute))
+      (home-page "https://github.com/messense/if-addrs")
+      (synopsis "Return interface IP addresses on POSIX and Windows systems")
+      (description "Returns the IP addresses for all network interfaces,
+on both POSIX and Microsoft Windows hosts.")
+      (license (list license:expat license:bsd-3))))
+
 (define-public rust-if-addrs-sys-0.3
     (package
       (name "rust-if-addrs-sys")
-- 
2.39.1





  parent reply	other threads:[~2023-02-23  8:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  8:38 [bug#61727] Add rust libs for IP address and DNS Steve George
2023-02-23  8:42 ` [bug#61727] [PATCH 1/6] gnu: Update rust-base64 Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 2/6] gnu: Add rust-dns-sd Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 3/6] gnu: Add rust-if-addrs-sys Steve George
2023-02-23  8:42   ` Steve George [this message]
2023-02-23  8:42   ` [bug#61727] [PATCH 5/6] gnu: Add rust-libmdns Steve George
2023-02-23  8:42   ` [bug#61727] [PATCH 6/6] gnu: Add rust-aes-ctr Steve George
2023-03-13 13:01   ` bug#61727: [PATCH 1/6] gnu: Update rust-base64 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230223084241.3762-4-steve@futurile.net \
    --to=steve@futurile.net \
    --cc=61727@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).