htop: fix supported platforms list

This commit is contained in:
zimbatm 2016-03-20 19:35:59 +00:00
parent f2e051b29e
commit 57dd725e85

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "An interactive process viewer for Linux";
homepage = https://hisham.hm/htop/;
license = licenses.gpl2Plus;
platforms = platforms.all;
platforms = with platforms; [ linux freebsd openbsd darwin ];
maintainers = with maintainers; [ rob simons relrod nckx ];
};
}