facedetect: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-17 22:17:18 +02:00
parent 0ea3c6b06f
commit cdf1b40b54

View file

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