From 81c43a35947d1b80e97b1cd1105590c1cdda7c53 Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Fri, 14 Aug 2015 19:38:25 +0200 Subject: removing libiw (= wireless tools) --- i3.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/i3.scm b/i3.scm index 7f98490..5956f07 100644 --- a/i3.scm +++ b/i3.scm @@ -164,29 +164,6 @@ (license isc))) -(define-public libiw - (package - (name "libiw") - (version "30.pre9") - (source (origin - (method url-fetch) - (uri (string-append "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools." - version - ".tar.gz")) - (sha256 - (base32 "0qscyd44jmhs4k32ggp107hlym1pcyjzihiai48xs7xzib4wbndb")))) - (build-system gnu-build-system) - (arguments - `(#:make-flags (list "CC=gcc" (string-append "PREFIX=" %output)) - #:phases - (modify-phases %standard-phases - (delete 'configure) - (delete 'check)))) - (home-page "http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html") - (synopsis "Set of tools allowing to manipulate the Wireless Extensions") - (description " The Wireless Tools (WT) is a set of tools allowing to manipulate the Wireless Extensions. The Wireless Extension (WE) is a generic API allowing a driver to expose to the user space configuration and statistics specific to common Wireless LANs. The beauty of it is that a single set of tool can support all the variations of Wireless LANs, regardless of their type (as long as the driver support Wireless Extension). Another advantage is these parameters may be changed on the fly without restarting the driver (or Linux).") - (license gpl2))) - ;;; undeclared libl dependency caused this error during build : ;; ld: /gnu/store/shi6xf1psgkjyfps4x2572m6qwxf4lf3-libiw-30.pre9/lib/libiw.a(iwlib.so): undefined reference to symbol 'trunc@@GLIBC_2.2.5' -- cgit v1.2.3