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
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
sha256 = "0ppprhfw06779hz1b10qvq62gsw73shccsav982dyi6xmqb6jqji";
};
phases = [ "installPhase" ];
dontUnpack = true;
buildInputs = [ perlPackages.grepmail mutt ];