mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
gusb: refactor, enable vala
This exports the vapi files to share/vala/vapi
This commit is contained in:
parent
a23b96c74d
commit
7cfcbae958
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue