Merge pull request #130170 from Stunkymonkey/pdfdiff-phase
pdfdiff: deprecate phases
This commit is contained in:
commit
fa084c8474
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue