mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
openfpgaloader: add optional dependencies
This avoids the following missing features: hidapi-libusb not found: cmsis_dap support disabled zlib library not found: can't flash intel/altera devices
This commit is contained in:
parent
d9d051d6dd
commit
c00e3a79c1
@ -6,6 +6,8 @@
|
||||
, libftdi1
|
||||
, libusb1
|
||||
, udev
|
||||
, hidapi
|
||||
, zlib
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@ -25,6 +27,8 @@ stdenv.mkDerivation rec {
|
||||
libftdi1
|
||||
libusb1
|
||||
udev
|
||||
hidapi
|
||||
zlib
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user