[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37493] [bug#37519] [PATCH v2 2/2] gnu: add iwd.
From: |
Ludovic Courtès |
Subject: |
[bug#37493] [bug#37519] [PATCH v2 2/2] gnu: add iwd. |
Date: |
Sat, 28 Sep 2019 22:56:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Brice Waegeneire <address@hidden> skribis:
> * gnu/packages/networking.scm (iwd): New variable.
On my machine I see one test failure:
--8<---------------cut here---------------start------------->8---
FAIL: unit/test-eapol
=====================
test-eapol: unit/test-eapol.c:2959: eapol_sm_test_tls: Assertion
`l_tls_set_auth_data(s->tls, CERTDIR "cert-server.pem", CERTDIR
"cert-server-key-pkcs8.pem", NULL)' failed.
FAIL unit/test-eapol (exit status: 134)
--8<---------------cut here---------------end--------------->8---
Could you take a look?
Also, I had applied the cosmetic changes below.
We’re almost there, thank you! :-)
Ludo’.
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 5a9340c3bd..213ac4cfc1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2626,11 +2626,12 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and
RIP. ")
;; Don't try to 'mkdir /var'.
(substitute* "Makefile.in"
(("\\$\\(MKDIR_P\\) -m 700")
- "true")))))))
- (home-page "https://git.kernel.org/cgit/network/wireless/iwd.git/")
+ "true"))
+ #t)))))
+ (home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/")
(synopsis "Internet Wireless Daemon")
- (description "iwd is a wireless daemon for Linux written by Intel that
-aims to replace WPA supplicant. It optimize resource utilization by not
-depending on any external libraries and instead utilizing features provided by
-the Linux Kernel to the maximum extent possible.")
+ (description "iwd is a wireless daemon for Linux that aims to replace WPA
+Supplicant. It optimizes resource utilization by not depending on any external
+libraries and instead utilizing features provided by the Linux kernel to the
+maximum extent possible.")
(license license:lgpl2.1+)))