mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: iw: Update to 4.3.
* gnu/packages/linux.scm (iw): Update to 4.3. [source]: Use kernel mirror. [home-page]: Update to new home-page.
This commit is contained in:
parent
30897c60a4
commit
2f9e312a39
1 changed files with 5 additions and 5 deletions
|
@ -1168,15 +1168,15 @@ (define-public libnl
|
|||
(define-public iw
|
||||
(package
|
||||
(name "iw")
|
||||
(version "3.17")
|
||||
(version "4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://www.kernel.org/pub/software/network/iw/iw-"
|
||||
"mirror://kernel.org/software/network/iw/iw-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14zsapqhivk0ws5z21y1ys2c2czi05mzk7bl2yb7qxcfrnsjx9j8"))))
|
||||
"085jyvrxzarvn5jl0fk618jjxy50nqx7ifngszc4jxk6a4ddibd6"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("libnl" ,libnl)))
|
||||
|
@ -1184,11 +1184,11 @@ (define-public iw
|
|||
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
"CC=gcc")
|
||||
#:phases (alist-delete 'configure %standard-phases)))
|
||||
(home-page "http://wireless.kernel.org/en/users/Documentation/iw")
|
||||
(home-page "https://wireless.wiki.kernel.org/")
|
||||
(synopsis "Tool for configuring wireless devices")
|
||||
(description
|
||||
"iw is a new nl80211 based CLI configuration utility for wireless
|
||||
devices. It replaces 'iwconfig', which is deprecated.")
|
||||
devices. It replaces @code{iwconfig}, which is deprecated.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public powertop
|
||||
|
|
Loading…
Reference in a new issue