make top less red
This commit is contained in:
parent
48dc0eacb8
commit
0ab9b14e17
|
@ -18,6 +18,9 @@ stdenv.mkDerivation {
|
||||||
CC = stdenv.cross.config + "-gcc";
|
CC = stdenv.cross.config + "-gcc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Too red
|
||||||
|
configureFlags = [ "--disable-modern-top" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sourceforge.net/projects/procps-ng/;
|
homepage = http://sourceforge.net/projects/procps-ng/;
|
||||||
description = "Utilities that give information about processes using the /proc filesystem";
|
description = "Utilities that give information about processes using the /proc filesystem";
|
||||||
|
|
Loading…
Reference in New Issue