gnu: iotop: Rename to iotop-python.
This package is in maintenance mode, and is slower whilst having fewer features than the C implementation added in a following commit. * gnu/packages/linux.scm (iotop-python): New variable name of… (iotop): …this removed variable.master
parent
00dcdfd731
commit
4275299e11
|
@ -3183,13 +3183,13 @@ settings.")
|
||||||
the command line or a script.")
|
the command line or a script.")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public iotop
|
(define-public iotop-python
|
||||||
;; The last release is from 2013 and gives a misleading CONFIG_TASK_DELAY_ACCT
|
;; The last release is from 2013 and gives a misleading CONFIG_TASK_DELAY_ACCT
|
||||||
;; error on ‘newer’ kernels.
|
;; error on ‘newer’ kernels.
|
||||||
(let ((revision "0")
|
(let ((revision "0")
|
||||||
(commit "a14256a3ff74eeee59493ac088561f1bafab85a7"))
|
(commit "a14256a3ff74eeee59493ac088561f1bafab85a7"))
|
||||||
(package
|
(package
|
||||||
(name "iotop")
|
(name "iotop-python")
|
||||||
(version (git-version "0.6" revision commit))
|
(version (git-version "0.6" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Reference in New Issue