about summary refs log tree commit diff
path: root/pkgs/tools/misc/bmon
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
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
2021-07-12bmon: build on darwinSebastián Mancilla1-2/+2
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-10-11bmon: fix cross-compilationBen Wolsieffer1-0/+5
$PKG_CONFIG must be an absolute path
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-25confuse: remove and replace with libconfusec0bw3b1-2/+2
- confuse is a duplicate of libconfuse - upstream name is libconfuse so keep this one - replace confuse with libconfuse in packages depending on it
2016-12-31bmon: 3.9 -> 4.0Pascal Wittmann1-6/+4
2016-11-13bmon: 3.8 -> 3.9Pascal Wittmann1-3/+5
2015-07-29bmon: update from 3.7 to 3.8Pascal Wittmann1-2/+2
2015-06-30bmon: update from 3.6 to 3.7Pascal Wittmann1-5/+2
2015-06-14bmon: fix build by including a proper headerVladimír Čunát1-0/+3
2014-11-25bmon: update from 3.5 to 3.6Pascal Wittmann1-2/+2
2014-09-22bmon: update from 3.1 to 3.5 and added myself as maintainerPascal Wittmann1-14/+18
2013-07-25bmon: new packageBjørn Forsman1-0/+25
bmon is a ncurses network bandwidth monitor. Homepage: http://www.carisma.slowglass.com/~tgr/bmon/