mu: minor cleanup

This commit is contained in:
Peter Hoeg 2020-04-21 08:31:45 +08:00 committed by Frederik Rietdijk
parent edeaab2929
commit e43a6c9468

View file

@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
preConfigure = "./autogen.sh";
preBuild = ''
# Fix mu4e-builddir (set it to $out)
substituteInPlace mu4e/mu4e-meta.el.in \
@ -43,7 +41,7 @@ stdenv.mkDerivation rec {
description = "A collection of utilties for indexing and searching Maildirs";
license = licenses.gpl3Plus;
homepage = "https://www.djcbsoftware.nl/code/mu/";
platforms = platforms.mesaPlatforms;
maintainers = with maintainers; [ antono the-kenny peterhoeg ];
platforms = platforms.mesaPlatforms;
};
}