Merge pull request #130749 from Stunkymonkey/ubidump-phases

ubidump: deprecate phases
This commit is contained in:
Sandro 2021-07-20 12:46:17 +02:00 committed by GitHub
commit 1603717fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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