mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
aws-workspaces: libusb -> libusb1
This commit is contained in:
parent
d9f767600f
commit
27b9b54fe8
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib
|
{ stdenv, lib
|
||||||
, makeWrapper, dpkg, fetchurl, autoPatchelfHook
|
, makeWrapper, dpkg, fetchurl, autoPatchelfHook
|
||||||
, curl, libkrb5, lttng-ust, libpulseaudio, gtk3, openssl_1_1, icu70, webkitgtk, librsvg, gdk-pixbuf, libsoup, glib-networking, graphicsmagick_q16, libva, libusb, hiredis
|
, curl, libkrb5, lttng-ust, libpulseaudio, gtk3, openssl_1_1, icu70, webkitgtk, librsvg, gdk-pixbuf, libsoup, glib-networking, graphicsmagick_q16, libva, libusb1, hiredis
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
glib-networking
|
glib-networking
|
||||||
graphicsmagick_q16
|
graphicsmagick_q16
|
||||||
hiredis
|
hiredis
|
||||||
libusb
|
libusb1
|
||||||
libva
|
libva
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user