More meta.platforms
svn path=/nixpkgs/trunk/; revision=23168
This commit is contained in:
parent
c55090ec78
commit
83a87e9959
@ -10,5 +10,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "An interactive process viewer for Linux";
|
||||
homepage = "http://htop.sourceforge.net";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A program to configure the Linux IP packet filtering ruleset";
|
||||
homepage = http://www.netfilter.org/projects/iptables/index.html;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -159,8 +159,6 @@ with (import ./release-lib.nix);
|
||||
inetutils = linux;
|
||||
inkscape = linux;
|
||||
iputils = linux;
|
||||
iproute = linux;
|
||||
iptables = linux;
|
||||
irssi = linux;
|
||||
jfsutils = linux;
|
||||
jfsrec = linux;
|
||||
@ -228,7 +226,6 @@ with (import ./release-lib.nix);
|
||||
openssh = linux;
|
||||
openssl = all;
|
||||
pam_console = linux;
|
||||
pam_ldap = linux;
|
||||
pam_login = linux;
|
||||
pam_unix2 = linux;
|
||||
pan = gtkSupported;
|
||||
|
Loading…
x
Reference in New Issue
Block a user