forked from mirrors/nixpkgs
fping: set meta.platforms
This commit is contained in:
parent
d2e2bdd81e
commit
d12da7007c
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue