Commit ce0a59cb authored by Martin Povišer's avatar Martin Povišer
Browse files

python3.pkgs.libiio: fix build

Add missing setuptools dependency.
parent eaf667bb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, python
, libusb1
, runtimeShell
, lib
}:

stdenv.mkDerivation rec {
@@ -32,7 +33,7 @@ stdenv.mkDerivation rec {
    python
    libxml2
    libusb1
  ];
  ] ++ lib.optional python.isPy3k python.pkgs.setuptools;

  cmakeFlags = [
    "-DUDEV_RULES_INSTALL_DIR=${placeholder "out"}/lib/udev/rules.d"