···3333 make systemdinstall $makeFlags
3434 '';
35353636- meta = {
3737- platforms = stdenv.lib.platforms.linux;
3838- maintainers = with stdenv.lib.maintainers; [raskin];
3636+ meta = with stdenv.lib; {
3737+ platforms = platforms.linux;
3838+ maintainers = with maintainers; [ raskin ];
3939 description = ''Console system performance monitor'';
40404141 longDescription = ''
4242 Atop is an ASCII full-screen performance monitor that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etc. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks and network layers, and for every active process it shows the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code.
4343 '';
4444 inherit version;
4545+ license = licenses.gpl2;
4546 downloadPage = http://atoptool.nl/downloadatop.php;
4647 };
4748}