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
|
||||
, cdrkit
|
||||
, libcdio
|
||||
, libusb
|
||||
, libusb1
|
||||
, libarchive
|
||||
, acl
|
||||
, libgudev
|
||||
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||
librsvg
|
||||
libsecret
|
||||
libsoup
|
||||
libusb
|
||||
libusb1
|
||||
libvirt
|
||||
libvirt-glib
|
||||
libxml2
|
||||
|
Loading…
x
Reference in New Issue
Block a user