Merge pull request #49070 from r-ryantm/auto-update/python3.6-dlib
python36Packages.dlib: 19.13 -> 19.16
This commit is contained in:
13
pkgs/development/python-modules/dlib/default.nix
Normal file
13
pkgs/development/python-modules/dlib/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ buildPythonPackage, dlib, python, pytest }:
|
||||
|
||||
buildPythonPackage {
|
||||
inherit (dlib) name src nativeBuildInputs buildInputs meta;
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} nix_run_setup test --no USE_AVX_INSTRUCTIONS
|
||||
'';
|
||||
|
||||
patches = [ ./build-cores.patch ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
}
|
||||
Reference in New Issue
Block a user