summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iotop
Commit message (Collapse)AuthorAge
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* iotop: use python3Maximilian Bosch2019-08-19
| | | | | | | | | | | | | The support of python2 will be dropped by the end of 2019, so python3 should be used by default here. In fact, this package supports both python v2 and v3, however the installation with python3 broke because of a bug in setup.py which is only fixed in the upstream's master[1]. Additionally, distros like debian already use iotop along with python3[2], so this should be a sensible thing to do. [1] https://repo.or.cz/iotop.git?a=commit;h=99c8d7cedce81f17b851954d94bfa73787300599 [2] https://packages.debian.org/de/buster/iotop
* iotop: add licenseMarkus Kowalewski2018-08-16
|
* iotop: use python2Frederik Rietdijk2016-10-18
|
* Python: more evaluation fixups.Vladimír Čunát2016-10-14
|
* Do not use top-level buildPythonPackage or buildPythonApplicationFrederik Rietdijk2016-09-26
| | | | but instead use the one in pythonPackages.
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
|
* buildPythonPackage: fix more borken packagesDomen Kožar2014-02-21
|
* iotop: Update to 0.6Eelco Dolstra2013-09-17
| | | | Also, install the man page in the right place.
* * buildPythonPackage: added an argument `pythonPath' to specify PythonEelco Dolstra2011-03-28
| | | | | | | | | | | | dependencies that are *not* propagated to the user environment (as opposed to `propagatedBuildInputs'). For instance, if you install `iotop', you typically don't want its Python dependencies polluting the user environment. * buildPythonPackage: some cleanup (e.g. use function argument defaults instead of `if attrs ? foo then attrs.foo else []'). svn path=/nixpkgs/branches/modular-python/; revision=26571
* svn path=/nixpkgs/branches/modular-python/; revision=26568Eelco Dolstra2011-03-28
|
* * iotop: don't use pythonFull.Eelco Dolstra2011-03-28
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26567
* Adding IOtopMichael Raskin2010-11-23
svn path=/nixpkgs/trunk/; revision=24818