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 ];
dontConfigure = true;
dontBuild = true;
doCheck = false;
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
unpackPhase = "cp $src pdfdiff.py";
postPatch = ''