1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];
pythonPath = [ python2Packages.numpy python2Packages.opencv4 ];
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
dontConfigure = true;
patchPhase = ''
substituteInPlace facedetect \