3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #130188 from Stunkymonkey/notmuch-mutt-phases

notmuch-mutt: deprecate phases
This commit is contained in:
Sandro 2021-07-20 11:17:38 +02:00 committed by GitHub
commit f0a7983456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
src = notmuch.src;
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
dontConfigure = true;
dontBuild = true;
installPhase = ''
${coreutils}/bin/install -Dm755 \
@ -36,7 +37,6 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
inherit version;
description = "Mutt support for notmuch";
homepage = "https://notmuchmail.org/";
license = with licenses; gpl3;