gnome3.gnome-boxes: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
This commit is contained in:
parent
77c23a5933
commit
88b9a966bb
@ -34,7 +34,7 @@
|
|||||||
, mtools
|
, mtools
|
||||||
, cdrkit
|
, cdrkit
|
||||||
, libcdio
|
, libcdio
|
||||||
, libusb
|
, libusb1
|
||||||
, libarchive
|
, libarchive
|
||||||
, acl
|
, acl
|
||||||
, libgudev
|
, libgudev
|
||||||
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
|||||||
librsvg
|
librsvg
|
||||||
libsecret
|
libsecret
|
||||||
libsoup
|
libsoup
|
||||||
libusb
|
libusb1
|
||||||
libvirt
|
libvirt
|
||||||
libvirt-glib
|
libvirt-glib
|
||||||
libxml2
|
libxml2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user