aravis: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
This commit is contained in:
parent
48271f8db9
commit
aa2b9c9e99
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk-doc, intltool
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, gtk-doc, intltool
|
||||||
, audit, glib, libusb, libxml2
|
, audit, glib, libusb1, libxml2
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, gstreamer ? null
|
, gstreamer ? null
|
||||||
, gst-plugins-base ? null
|
, gst-plugins-base ? null
|
||||||
@ -53,7 +53,7 @@ in
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ glib libxml2 ]
|
[ glib libxml2 ]
|
||||||
++ stdenv.lib.optional enableUsb libusb
|
++ stdenv.lib.optional enableUsb libusb1
|
||||||
++ stdenv.lib.optional enablePacketSocket audit
|
++ stdenv.lib.optional enablePacketSocket audit
|
||||||
++ stdenv.lib.optionals (enableViewer || enableGstPlugin) [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad ]
|
++ stdenv.lib.optionals (enableViewer || enableGstPlugin) [ gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad ]
|
||||||
++ stdenv.lib.optionals (enableViewer) [ libnotify gtk3 gnome3.adwaita-icon-theme ];
|
++ stdenv.lib.optionals (enableViewer) [ libnotify gtk3 gnome3.adwaita-icon-theme ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user