mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Merge pull request #9945 from samuelrivas/gusb-enable-vala
gusb: refactor, enable vala
This commit is contained in:
commit
6b096582df
@ -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 New Issue
Block a user