When adding a [@@deriving protobuf] stanza to a type it works, but when any other deriver is added to the build (using dune at least), e.g. ppx_deriving.show or ppx_deriving_yojson compilation breaks with
Error: Cannot locate deriver protobuf
All the other derivers work fine with each other.