svn path=/nixpkgs/trunk/; revision=23535

+1
+1
pkgs/tools/misc/psmisc/default.nix
··· 13 13 meta = { 14 14 homepage = http://psmisc.sourceforge.net/; 15 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; 16 17 }; 17 18 }