Merge pull request #130170 from Stunkymonkey/pdfdiff-phase
pdfdiff: deprecate phases
This commit is contained in:
commit
fa084c8474
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user