pythonPackages.dlib: fix build

This commit is contained in:
Robert Schütz 2018-03-18 16:04:52 +01:00
parent 93b10cd879
commit 4779989c4e

View File

@ -1463,6 +1463,8 @@ in {
inherit (pkgs.dlib) name src nativeBuildInputs meta;
buildInputs = pkgs.dlib.buildInputs ++ [ self.boost ];
checkInputs = with self; [ pytest ];
};
datadog = buildPythonPackage rec {