libsigrok: remove librevisa dependency
This commit is contained in:
parent
085f93ddc6
commit
9c54dd3ee2
@ -8,7 +8,6 @@
|
||||
, libftdi1
|
||||
, check
|
||||
, libserialport
|
||||
, librevisa
|
||||
, doxygen
|
||||
, glibmm
|
||||
, python
|
||||
@ -31,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ doxygen pkg-config python ];
|
||||
buildInputs = [
|
||||
libzip glib libusb1 libftdi1 check libserialport librevisa glibmm hidapi
|
||||
libzip glib libusb1 libftdi1 check libserialport glibmm hidapi
|
||||
] ++ lib.optionals stdenv.isLinux [ libieee1284 bluez ];
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user