mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
fping: set meta.platforms
This commit is contained in:
parent
d2e2bdd81e
commit
d12da7007c
@ -12,5 +12,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://fping.org/";
|
||||
description = "Send ICMP echo probes to network hosts";
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user