pythonPackages.dlib: fix build
This commit is contained in:
parent
93b10cd879
commit
4779989c4e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user