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