pkgs: matrix-notifier: do not set 'phases'

This commit is contained in:
Bruno BELANYI 2021-08-31 20:10:41 +02:00
parent b0e4475586
commit add6326fdf
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ stdenvNoCC.mkDerivation rec {
sha256 = "sha256-JiKPDrr9wyD2q5Vsac+OkFdvrDkx6mj/oC7XDVnka74=";
};
phases = [ "installPhase" "fixupPhase" ];
nativeBuildInputs = [
makeWrapper
];