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

This commit is contained in:
Bruno BELANYI 2021-08-31 20:10:41 +02:00
parent 2d40fc3d00
commit 5fdf108c40

View file

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