logstash_forwarder: specify platforms
This commit is contained in:
parent
963b97088f
commit
8b98d7dc08
@ -15,5 +15,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
homepage = https://github.com/elasticsearch/logstash-forwarder;
|
homepage = https://github.com/elasticsearch/logstash-forwarder;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user