3
0
Fork 0
forked from mirrors/nixpkgs

fping: set meta.platforms

This commit is contained in:
Bjørn Forsman 2014-10-27 18:20:46 +01:00
parent d2e2bdd81e
commit d12da7007c

View file

@ -12,5 +12,6 @@ stdenv.mkDerivation rec {
homepage = "http://fping.org/"; homepage = "http://fping.org/";
description = "Send ICMP echo probes to network hosts"; description = "Send ICMP echo probes to network hosts";
maintainers = with stdenv.lib.maintainers; [ the-kenny ]; maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; all;
}; };
} }