5 , gobject-introspection
12 stdenv.mkDerivation rec {
14 inherit (arrow-cpp) src version;
15 sourceRoot = "apache-arrow-${version}/c_glib";
30 inherit (arrow-cpp.meta) license platforms;
31 description = "GLib bindings for Apache Arrow";
32 homepage = "https://arrow.apache.org/docs/c_glib/";
33 maintainers = with maintainers; [ amarshall ];