make top less red

This commit is contained in:
Aristid Breitkreuz 2014-10-22 21:21:01 +02:00
parent 48dc0eacb8
commit 0ab9b14e17
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ stdenv.mkDerivation {
CC = stdenv.cross.config + "-gcc";
};
# Too red
configureFlags = [ "--disable-modern-top" ];
meta = {
homepage = http://sourceforge.net/projects/procps-ng/;
description = "Utilities that give information about processes using the /proc filesystem";