grepm: deprecate phases

This commit is contained in:
Felix Buehler 2021-07-14 14:09:53 +02:00
parent 64f7cb574a
commit 7ea0638338

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation {
sha256 = "0ppprhfw06779hz1b10qvq62gsw73shccsav982dyi6xmqb6jqji"; sha256 = "0ppprhfw06779hz1b10qvq62gsw73shccsav982dyi6xmqb6jqji";
}; };
phases = [ "installPhase" ]; dontUnpack = true;
buildInputs = [ perlPackages.grepmail mutt ]; buildInputs = [ perlPackages.grepmail mutt ];