nanopb: include C sources (#91055)

This commit is contained in:
Wael Nasreddine 2020-07-02 22:43:30 -07:00 committed by GitHub
parent ceb5d5a0ef
commit f969d3b829
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,8 @@ in stdenv.mkDerivation rec {
--subst-var-by python ${pythonRuntime}/bin/python \
--subst-var-by out $out
chmod +x $out/bin/protoc-gen-nanopb
cp ../pb_common.c ../pb_decode.c ../pb_encode.c $out/include/
'';
passthru.tests = {