7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-0/IZ7eX6b4PTnlSSdoOH0FsORGK9hrLr1zlr/IHsJFQ=";
19 # Fix builds on clang15. Remove post-0.6.1.
21 name = "clang15fixes.patch";
22 url = "https://github.com/dvidelabs/flatcc/commit/5885e50f88248bc7ed398880c887ab23db89f05a.patch";
23 hash = "sha256-z2HSxNXerDFKtMGu6/vnzGRlqfz476bFMjg4DVfbObQ";
27 nativeBuildInputs = [ cmake ];
34 description = "FlatBuffers Compiler and Library in C for C";
35 mainProgram = "flatcc";
36 homepage = "https://github.com/dvidelabs/flatcc";
37 license = [ licenses.asl20 ];
38 maintainers = with maintainers; [ onny ];