mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
ubidump: deprecate phases
This commit is contained in:
parent
81dc87436c
commit
833a6087b9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue