Merge pull request #130170 from Stunkymonkey/pdfdiff-phase

pdfdiff: deprecate phases
This commit is contained in:
Guillaume Girol 2021-07-14 14:08:07 +00:00 committed by GitHub
commit fa084c8474
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,10 @@ py.buildPythonApplication rec {
buildInputs = [ pythonPackages.wrapPython ]; buildInputs = [ pythonPackages.wrapPython ];
dontConfigure = true;
dontBuild = true;
doCheck = false; doCheck = false;
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
unpackPhase = "cp $src pdfdiff.py"; unpackPhase = "cp $src pdfdiff.py";
postPatch = '' postPatch = ''