pulseview: remove librevisa dependency
This commit is contained in:
parent
9c54dd3ee2
commit
865ce72890
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ mkDerivation, lib, fetchurl, fetchpatch, pkg-config, cmake, glib, boost, libsigrok
|
||||
, libsigrokdecode, libserialport, libzip, udev, libusb1, libftdi1, glibmm
|
||||
, pcre, librevisa, python3, qtbase, qtsvg, qttools
|
||||
, pcre, python3, qtbase, qtsvg, qttools
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
|
@ -16,7 +16,7 @@ mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
glib boost libsigrok libsigrokdecode libserialport libzip udev libusb1 libftdi1 glibmm
|
||||
pcre librevisa python3
|
||||
pcre python3
|
||||
qtbase qtsvg qttools
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue