jwhois: Add missing meta.platforms
This commit is contained in:
parent
bc5692f3ec
commit
8d685306c5
|
@ -16,5 +16,6 @@ stdenv.mkDerivation {
|
||||||
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
|
description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
|
||||||
homepage = http://www.gnu.org/software/jwhois/;
|
homepage = http://www.gnu.org/software/jwhois/;
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue