gnu: powertop: Update to 2.7.

* gnu/packages/linux.scm (powertop): Update to 2.7.
  [arguments]: Add "pciutils" to inputs.
master
Efraim Flashner 2015-09-30 20:39:40 +03:00
parent 88377435ca
commit cfd745d6bb
1 changed files with 3 additions and 4 deletions

View File

@ -1159,7 +1159,7 @@ devices. It replaces 'iwconfig', which is deprecated.")
(define-public powertop (define-public powertop
(package (package
(name "powertop") (name "powertop")
(version "2.5") (version "2.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1168,12 +1168,11 @@ devices. It replaces 'iwconfig', which is deprecated.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02rwqbpasdayl201v0549gbp2f82rd0hqiv3i111r7npanjhhb4b")))) "1jkqqr3l1x98m7rgin1dgfzxqwj4vciw9lyyq1kl9bdswa818jwd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
;; TODO: Add pciutils.
`(("zlib" ,zlib) `(("zlib" ,zlib)
;; ("pciutils" ,pciutils) ("pciutils" ,pciutils)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("libnl" ,libnl))) ("libnl" ,libnl)))
(native-inputs (native-inputs