pdfdiff: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-14 14:12:46 +02:00
parent 64f7cb574a
commit 339365aa67

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 = ''