···16 description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
17 homepage = http://www.gnu.org/software/jwhois/;
18 license = "GPL";
019 };
20}
···16 description = "A client for the WHOIS protocol allowing you to query the owner of a domain name";
17 homepage = http://www.gnu.org/software/jwhois/;
18 license = "GPL";
19+ platforms = stdenv.lib.platforms.linux;
20 };
21}