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
+1 -1
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 \