Commit graph

15 commits

Author SHA1 Message Date
Sebastián Mancilla 7deb6b2aef bmon: build on darwin 2021-07-12 19:35:55 -04:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Ben Wolsieffer 0c97fffb15 bmon: fix cross-compilation
$PKG_CONFIG must be an absolute path
2020-10-11 20:05:31 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
c0bw3b 9762e2c3bd confuse: remove and replace with libconfuse
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Pascal Wittmann 61027b7fce
bmon: 3.9 -> 4.0 2016-12-31 18:06:11 +01:00
Pascal Wittmann 181ed4c82b bmon: 3.8 -> 3.9 2016-11-13 21:50:11 +01:00
Pascal Wittmann 3df27bec74 bmon: update from 3.7 to 3.8 2015-07-29 22:36:55 +02:00
Pascal Wittmann e46933f554 bmon: update from 3.6 to 3.7 2015-06-30 18:22:25 +02:00
Vladimír Čunát a9c3392836 bmon: fix build by including a proper header 2015-06-14 20:40:35 +02:00
Pascal Wittmann 880f6a517e bmon: update from 3.5 to 3.6 2014-11-25 18:18:05 +01:00
Pascal Wittmann 363b6da6a7 bmon: update from 3.1 to 3.5 and added myself as maintainer 2014-09-22 00:06:29 +02:00
Bjørn Forsman 7b4b03616c bmon: new package
bmon is a ncurses network bandwidth monitor.

Homepage: http://www.carisma.slowglass.com/~tgr/bmon/
2013-07-25 12:43:40 +02:00