mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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