gusb: refactor, enable vala

This exports the vapi files to share/vala/vapi
This commit is contained in:
Samuel Rivas 2015-09-19 19:55:24 +02:00
parent a23b96c74d
commit 7cfcbae958

View File

@ -1,6 +1,6 @@
{stdenv, fetchurl
, automake, autoconf, libtool, which, gtkdoc, gettext, pkgconfig, gobjectIntrospection, libxslt
, glib, systemd, libusb1
, glib, systemd, libusb1, vala
}:
stdenv.mkDerivation rec {
name = "gusb-${version}";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
buildInputs = [
pkgconfig autoconf automake libtool which gtkdoc gettext gobjectIntrospection libxslt
systemd libusb1
systemd libusb1 vala
glib
];