ola: build with ftdidmx support
This commit is contained in:
parent
f2f39a2aff
commit
2494ce82be
1 changed files with 12 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
, bison
|
||||
, flex
|
||||
, pkg-config
|
||||
, libftdi1
|
||||
, libuuid
|
||||
, cppunit
|
||||
, protobuf
|
||||
|
@ -26,7 +27,17 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook bison flex pkg-config perl ];
|
||||
buildInputs = [ libuuid cppunit protobuf zlib avahi libmicrohttpd python3 ];
|
||||
buildInputs = [
|
||||
# required for ola-ftdidmx plugin (support for 'dumb' FTDI devices)
|
||||
libftdi1
|
||||
libuuid
|
||||
cppunit
|
||||
protobuf
|
||||
zlib
|
||||
avahi
|
||||
libmicrohttpd
|
||||
python3
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
python3.pkgs.protobuf
|
||||
python3.pkgs.numpy
|
||||
|
|
Loading…
Reference in a new issue