mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
facedetect: deprecate phases
This commit is contained in:
parent
0ea3c6b06f
commit
cdf1b40b54
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue