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

+1
+1
pkgs/tools/misc/psmisc/default.nix
··· 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 }; 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 }