11 stdenv.mkDerivation rec {
12 pname = "notmuch-mutt";
13 version = notmuch.version;
19 nativeBuildInputs = [ makeWrapper ];
24 ++ (with perlPackages; [
41 ${coreutils}/bin/install -Dm755 \
42 ./contrib/notmuch-mutt/notmuch-mutt \
45 wrapProgram $out/bin/notmuch-mutt \
46 --prefix PERL5LIB : $PERL5LIB
50 description = "Mutt support for notmuch";
51 mainProgram = "notmuch-mutt";
52 homepage = "https://notmuchmail.org/";
53 license = with licenses; gpl3;
54 maintainers = with maintainers; [ peterhoeg ];
55 platforms = platforms.unix;