3
0
Fork 0
forked from mirrors/nixpkgs

fluent-bit: does not build on darwin

This commit is contained in:
Franz Pletz 2022-11-10 23:55:06 +01:00
parent 63f8fdcf07
commit 2e05240fdf
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = "https://fluentbit.io";
maintainers = with maintainers; [ samrose fpletz ];
license = licenses.asl20;
platforms = platforms.unix;
platforms = platforms.linux;
};
}