summary refs log tree commit diff
path: root/pkgs/tools/misc/bmon
Commit message (Collapse)AuthorAge
* bmon: unbreak on aarch64-darwinWeijia Wang2023-01-19
|
* treewide: mark packages broken that never built on PLATFORMRick van Schijndel2022-12-13
| | | | | | | | | | | | | | | | | | | Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
* bmon: build on darwinSebastián Mancilla2021-07-12
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* 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
* bmon: fix cross-compilationBen Wolsieffer2020-10-11
| | | | $PKG_CONFIG must be an absolute path
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* confuse: remove and replace with libconfusec0bw3b2018-11-25
| | | | | | - confuse is a duplicate of libconfuse - upstream name is libconfuse so keep this one - replace confuse with libconfuse in packages depending on it
* bmon: 3.9 -> 4.0Pascal Wittmann2016-12-31
|
* bmon: 3.8 -> 3.9Pascal Wittmann2016-11-13
|
* bmon: update from 3.7 to 3.8Pascal Wittmann2015-07-29
|
* bmon: update from 3.6 to 3.7Pascal Wittmann2015-06-30
|
* bmon: fix build by including a proper headerVladimír Čunát2015-06-14
|
* bmon: update from 3.5 to 3.6Pascal Wittmann2014-11-25
|
* bmon: update from 3.1 to 3.5 and added myself as maintainerPascal Wittmann2014-09-22
|
* bmon: new packageBjørn Forsman2013-07-25
bmon is a ncurses network bandwidth monitor. Homepage: http://www.carisma.slowglass.com/~tgr/bmon/