GNU bug report logs -
#37519
[PATCH v2] gnu: add iwd.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Hello,
(Now with the patch…)
Brice Waegeneire <brice <at> waegenei.re> skribis:
> * gnu/packages/networking.scm (iwd): New variable.
I changed it as follows so that the test is really disabled and
committed.
Thanks!
Ludo’.
[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bc768c6697..07b056adab 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2621,14 +2621,13 @@ protocol daemons for BGP, IS-IS, LDP, OSPF, PIM, and RIP. ")
dbus "/share/dbus-1/system-services")))
#:phases
(modify-phases %standard-phases
- (add-before 'configure 'pre-configure
+ (add-before 'bootstrap 'pre-bootstrap
(lambda _
- ;; Test disabled because it need the kernel module
- ;; pkcs8_key_parser loaded.
(substitute* "Makefile.am"
- (("unit\\/test-eapol.*? ") ""))
- ;; Don't try to 'mkdir /var'.
- (substitute* "Makefile.in"
+ ;; Test disabled because it needs the kernel module
+ ;; 'pkcs8_key_parser' loaded.
+ (("unit\\/test-eapol.*? ") "")
+ ;; Don't try to 'mkdir /var'.
(("\\$\\(MKDIR_P\\) -m 700") "true"))
#t)))))
(home-page "https://git.kernel.org/pub/scm/network/wireless/iwd.git/")
This bug report was last modified 5 years and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.