Merge pull request #130168 from Stunkymonkey/grepm-phase

grepm: deprecate phases
This commit is contained in:
Guillaume Girol 2021-07-14 14:10:01 +00:00 committed by GitHub
commit 983d828e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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