mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Merge pull request #89976 from yrashk/lattice-diamond-libusb
lattice-diamond: add libusb-compat-0_1 dependency
This commit is contained in:
commit
c87a9ed5b6
|
@ -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 a new issue