uhd: Remove orc unneeded dep

This commit is contained in:
Doron Behar
2020-04-05 10:35:22 +02:00
committed by Bjørn Forsman
parent 6dc7131d26
commit 9723ccbc34
-2
View File
@@ -4,7 +4,6 @@
, cmake
, pkgconfig
, python
, orc
, libusb1
, boost
}:
@@ -49,7 +48,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
(python.withPackages (ps: with ps; [ Mako six requests ]))
orc
libusb1
boost
];