telepathy-glib: Generate vala bindings
This commit is contained in:
parent
9f5beec66f
commit
668a0bbfc7
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt
|
{ stdenv, fetchurl, dbus_glib, glib, python, pkgconfig, libxslt
|
||||||
, gobjectIntrospection }:
|
, gobjectIntrospection, valaSupport ? true, vala }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "telepathy-glib-0.22.0";
|
name = "telepathy-glib-0.22.0";
|
||||||
@ -9,9 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0mqrq2azw70rm50vy21acfnzn8mmh0w7dxh87mwr1lyk0jn1n232";
|
sha256 = "0mqrq2azw70rm50vy21acfnzn8mmh0w7dxh87mwr1lyk0jn1n232";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optional valaSupport "--enable-vala-bindings";
|
||||||
|
|
||||||
propagatedBuildInputs = [dbus_glib glib python gobjectIntrospection];
|
propagatedBuildInputs = [dbus_glib glib python gobjectIntrospection];
|
||||||
|
|
||||||
buildInputs = [pkgconfig libxslt];
|
buildInputs = [pkgconfig libxslt] ++ stdenv.lib.optional valaSupport vala;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://telepathy.freedesktop.org;
|
homepage = http://telepathy.freedesktop.org;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user