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.
wip/yesman
Yurii Rashkovskii 4 years ago
parent 5e60482a1a
commit a1661151c6
  1. 3
      pkgs/development/tools/lattice-diamond/default.nix

@ -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…
Cancel
Save