enpass: remove phases

This commit is contained in:
Felix Buehler 2021-07-20 13:56:28 +02:00
parent 915a8aac33
commit c4f0723b9f

View file

@ -61,7 +61,6 @@ let
nativeBuildInputs = [ makeWrapper ];
buildInputs = [dpkg];
phases = [ "unpackPhase" "installPhase" ];
unpackPhase = "dpkg -X $src .";
installPhase=''