Merge pull request #130768 from Stunkymonkey/enpass-phases

enpass: remove phases
This commit is contained in:
Sandro 2021-07-21 16:30:33 +02:00 committed by GitHub
commit c2867de31e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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