···13 meta = {
14 homepage = http://psmisc.sourceforge.net/;
15 description = "A set of small useful utilities that use the proc filesystem (such as fuser, killall and pstree)";
016 };
17}
···13 meta = {
14 homepage = http://psmisc.sourceforge.net/;
15 description = "A set of small useful utilities that use the proc filesystem (such as fuser, killall and pstree)";
16+ platforms = stdenv.lib.platforms.linux;
17 };
18}