Skip to content

Commit

Permalink
Merge pull request #89976 from yrashk/lattice-diamond-libusb
Browse files Browse the repository at this point in the history
lattice-diamond: add libusb-compat-0_1 dependency
  • Loading branch information
Lassulus committed Aug 22, 2020
2 parents 280147c + a166115 commit c87a9ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/lattice-diamond/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit c87a9ed

Please sign in to comment.