summary refs log tree commit diff
path: root/pkgs/os-specific/linux/psmisc
Commit message (Collapse)AuthorAge
* psmisc: 23.3 -> 23.4R. RyanTM2021-02-08
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
|
* psmisc: 23.2 -> 23.3R. RyanTM2019-12-01
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* psmisc: fix cross-compilingvolth2018-10-12
|
* psmisc: get src from GitLabRyan Mulligan2018-09-26
|
* psmisc: 23.1 -> 23.2R. RyanTM2018-09-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/psmisc/versions
* Revert "psmisc: 23.1 -> 23.2 (#45169)" (#45918)Will Dietz2018-09-01
| | | | | | | | | | | | | | 23.2 isn't an actual release yet (for example, not listed here: https://gitlab.com/psmisc/psmisc/tags ) and 23.2 apparently has caused problems elsewhere, https://github.com/void-linux/void-packages/issues/2288 If this doesn't make branch-off might need to be picked over. I have not experienced problems with this yet AFAIK. This reverts commit b4411ab4797596b32740f78a89020a1c3e8c3af4.
* psmisc: 23.1 -> 23.2 (#45169)R. RyanTM2018-08-19
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/psmisc/versions.
* psmisc: add licensePascal Wittmann2018-08-06
| | | | see issue #43716
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* psmisc: 23.0 -> 23.1Tuomas Tynkkynen2017-07-04
|
* psmisc: 22.21 -> 23.0Will Dietz2017-06-13
| | | | No longer need fuser patch, fixes musl compat.
* psmisc: (from upstream) Typo in fuser makes -M on all the timeBjørn Forsman2014-04-27
|
* psmisc: the tarball got updated upstreamMathijs Kwik2014-03-24
| | | | | | | | looking at our git history, I think it is very peculiar that we managed to have this version (22.21) 2 months before release :) So I think we were using some beta/rc that accidentally got called 22.21
* psmisc: update from 22.19 to 22.21Nixpkgs Monitor2013-12-16
|
* psmisc: update to version 22.19Peter Simons2012-07-02
| | | | Patch submitted by Jan Malakhovski <oxij@oxij.org>.
* pkgs/os-specific/linux/psmisc: updated to version 22.13Peter Simons2010-10-25
| | | | svn path=/nixpkgs/trunk/; revision=24471
* pkgs/os-specific/linux/psmisc: added an assert to ensure that no build is ↵Peter Simons2010-10-25
| | | | | | attempted on non-Linux platforms svn path=/nixpkgs/trunk/; revision=24470
* Moved tools/misc/psmisc to os-specific/linux/psmisc.Peter Simons2010-10-25
svn path=/nixpkgs/trunk/; revision=24469