summary refs log tree commit diff
path: root/pkgs/os-specific/linux/dstat
Commit message (Collapse)AuthorAge
* treewide: use quotes for urlPavol Rusnak2021-06-20
|
* dstat: add changelogDaniel Nagy2021-04-01
|
* dstat: 0.7.3 -> 0.7.4Daniel Nagy2021-01-18
| | | | | | | | | This change also switches dstat to python3. The patches introduced in this commit are inspired by archlinux[0][1]. [0]: https://github.com/archlinux/svntogit-community/blob/e688b126c561e842b459ea1cc88e725f1f2a29cc/trunk/PKGBUILD [1]: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/dstat&id=e688b126c561e842b459ea1cc88e725f1f2a29cc
* 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
* Merge pull request #80151 from ju1m/dstat_fix_pluginpathBenjamin Hipple2020-10-25
|\ | | | | dstat: fix pluginpath
| * dstat: fix pluginpathJulien Moutinho2020-02-15
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* treewide: name -> pname (#67513)volth2019-08-31
|
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* Python: replace mkPythonDerivation with buildPythonPackage and format="other";Frederik Rietdijk2017-03-21
| | | | | This way all Python packages use the same function, `buildPythonPackage`.
* dstat: fix bad interpreter: No such fileFrederik Rietdijk2016-12-10
|
* dstat: use python2Frederik Rietdijk2016-11-24
|
* dstat: 0.7.2 -> 0.7.3Gabriel Ebner2016-06-20
|
* Convert some *Flags from strings to listsTobias Geerinckx-Rice2015-11-26
|
* dstat: add python-wifi dependency for --wifiTobias Geerinckx-Rice2015-09-14
| | | | | | | This is limited to kernels with the (legacy) Wireless Extensions, and supported wireless cards. Also add myself as a maintainer. CC maintainer @jgeerds
* Add myself as maintainerJascha Geerds2015-06-22
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* add package dstatMathijs Kwik2012-08-05