about summary refs log tree commit diff
path: root/pkgs/tools/system/htop
AgeCommit message (Collapse)AuthorFilesLines
2024-01-10htop: 3.2.2 -> 3.3.0Aaron Jheng1-2/+2
2023-08-31htop: fix configure.am error with --enable-sensorsPhilip Taron1-1/+1
Commit 23c81659b5de67f4cf032e31c024a8b1a283fc45 didn't get the configure flag quite right. According to https://github.com/htop-dev/htop/blob/main/configure.ac#L671, it's `--enable-sensors`, not `--with-sensors`. I tested this out locally with ``` programs.htop = { enable = true; package = pkgs.htop.overrideAttrs (prev: { configureFlags = [ "--enable-unicode" "--sysconfdir=/etc" "--enable-affinity" "--enable-capabilities" "--enable-delayacct" "--enable-sensors" ]; }); }; ```
2023-08-01treewide: Add meta.mainProgramRobert Hensing1-0/+1
Based on ofborg feedback. Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-02-24htop-vim: unstable-2022-05-24 -> unstable-2023-02-16Thiago Kenji Okada1-4/+4
2023-02-09htop: 3.2.1 -> 3.2.2R. Ryantm1-2/+2
2023-01-22htop: enable extra featuresnovenary1-2/+12
2023-01-22treewide: systemdSupport: use lib.meta.availableOnAdam Joseph1-2/+1
Many packages have some kind of flag indicating whether or not to build with systemd support. Most of these default to `stdenv.isLinux`, but systemd does not build on (and is marked `broken` for) `isStatic`. Only a few packages have the needed `&& !isStatic` in the default value for their parameter. This commit moves the logic for the default value of these flags into `systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using `lib.meta.availableOn`. This provides three benefits: 1. The default values are set correctly (i.e. including `&& isStatic`) 2. The default values are set consistently 3. The way is paved for any future non-Linux systemd platforms (FreeBSD is reported to have experimental systemd support)
2023-01-04pkgsStatic.htop: fix buildDmitry Bogatov1-3/+3
2022-06-06htop-vim: unstable-2021-10-11 -> unstable-2022-05-24Thiago Kenji Okada1-5/+4
2022-06-06htop: 3.2.0 -> 3.2.1Sandro Jäckel1-2/+2
2022-05-02htop: remove linux only hint from description Sandro1-1/+1
because it also works on darwin
2022-05-02htop: 3.1.2 -> 3.2.0Sandro Jäckel1-2/+2
2022-05-02htop: add SuperSandro2000 as maintainerSandro Jäckel1-1/+1
2022-05-02htop: make changelog url better clickableSandro Jäckel1-1/+1
2022-05-02htop: remove with lib over entire fileSandro Jäckel1-8/+6
2021-12-07htop: 3.1.1 -> 3.1.2R. Ryantm1-2/+2
2021-11-24htop-vim: add meta.mainProgramSamuel Gräfenstein1-0/+1
2021-11-20htop-vim: init at unstable-2021-10-11Thiago Kenji Okada1-0/+21
2021-10-25htop: 3.1.0 -> 3.1.1Sean Buckley1-2/+2
2021-10-05htop: set sysconfdir to /etcMaciej Krüger1-1/+1
2021-09-22htop: 3.0.5 -> 3.1.0R. RyanTM1-2/+2
2021-08-17htop: optionally enable sensors and systemd support on LinuxBernardo Meurer1-4/+27
2021-04-01htop: update platforms metadataDaniel Nagy1-1/+1
2021-04-01htop: add changelogDaniel Nagy1-0/+1
2021-01-19htop: 3.0.4 -> 3.0.5R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-12-22htop: 3.0.3 -> 3.0.4Fabian Affolter1-2/+2
2020-12-07htop: 3.0.2 -> 3.0.3R. RyanTM1-2/+2
2020-10-01htop: 3.0.1 -> 3.0.2Konrad Borowski1-6/+6
2020-09-03htop: 3.0.0 -> 3.0.1Izorkin1-12/+2
2020-08-30htop: disable use glyphs for checkmarksIzorkin1-5/+16
2020-08-29htop: 2.2.0 -> 3.0.0Konrad Borowski1-10/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-29htop: switch to python 3Jan Tojnar1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-04-10htop: 2.1.0 -> 2.2.0Tim Steinbach1-2/+2
2018-02-05htop: 2.02 -> 2.1.0Bart Brouns1-3/+8
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+1
Goodbye, and thanks for all the Nix...
2016-07-23htop: 2.0.1 -> 2.0.2mimadrid1-2/+2
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons1-1/+1
2016-03-21htop: fix build on darwinMitch Tishmack1-2/+5
2016-03-20htop: fix platforms attributeAneesh Agrawal1-1/+1
See comments at https://github.com/NixOS/nixpkgs/commit/57dd725e853b54c578e3b73f520756be3ff2359c. These values are already lists and need to be concatenated together instead of placed in another list.
2016-03-20htop: fix supported platforms listzimbatm1-1/+1
2016-03-19htop: merge both implementationszimbatm1-0/+21
htop 2.0+ is now cross-platform