uhd: Remove orc unneeded dep
This commit is contained in:
parent
6dc7131d26
commit
9723ccbc34
|
@ -4,7 +4,6 @@
|
||||||
, cmake
|
, cmake
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, python
|
, python
|
||||||
, orc
|
|
||||||
, libusb1
|
, libusb1
|
||||||
, boost
|
, boost
|
||||||
}:
|
}:
|
||||||
|
@ -49,7 +48,6 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
(python.withPackages (ps: with ps; [ Mako six requests ]))
|
(python.withPackages (ps: with ps; [ Mako six requests ]))
|
||||||
orc
|
|
||||||
libusb1
|
libusb1
|
||||||
boost
|
boost
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue