ubidump: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-20 12:10:39 +02:00
parent 81dc87436c
commit 833a6087b9

View file

@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ crcmod python-lzo ];
phases = [ "unpackPhase" "patchPhase" "installPhase" "installCheckPhase" ];
dontBuild = true;
patchPhase = ''
sed -i '1s;^;#!${python3.interpreter}\n;' ubidump.py