Merge pull request #130485 from Stunkymonkey/facedetect-phases

This commit is contained in:
Sandro 2021-07-17 22:38:27 +02:00 committed by GitHub
commit 99c472a5bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ python2Packages.python python2Packages.wrapPython ];
pythonPath = [ python2Packages.numpy python2Packages.opencv4 ];
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
dontConfigure = true;
patchPhase = ''
substituteInPlace facedetect \