lattice-diamond: add libusb-compat-0_1 dependency
Lattice Diamond won't be able to produce a PROM file without libusb 0.1 so one has to be supplied.
This commit is contained in:
parent
5e60482a1a
commit
a1661151c6
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user