Merge pull request #89976 from yrashk/lattice-diamond-libusb

lattice-diamond: add libusb-compat-0_1 dependency
This commit is contained in:
Lassulus 2020-08-22 13:31:54 +02:00 committed by GitHub
commit c87a9ed5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ stdenv, rpmextract, patchelf, makeWrapper, file, requireFile, glib, zlib,
freetype, fontconfig, xorg }:
freetype, fontconfig, xorg, libusb-compat-0_1 }:
stdenv.mkDerivation {
name = "diamond-3.10";
@ -98,6 +98,7 @@ stdenv.mkDerivation {
libPath = stdenv.lib.makeLibraryPath [
glib zlib freetype fontconfig
xorg.libSM xorg.libICE xorg.libXrender xorg.libXext xorg.libX11 xorg.libXt
libusb-compat-0_1
];
meta = {