mu: minor cleanup
This commit is contained in:
parent
edeaab2929
commit
e43a6c9468
@ -22,8 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preConfigure = "./autogen.sh";
|
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
# Fix mu4e-builddir (set it to $out)
|
# Fix mu4e-builddir (set it to $out)
|
||||||
substituteInPlace mu4e/mu4e-meta.el.in \
|
substituteInPlace mu4e/mu4e-meta.el.in \
|
||||||
@ -43,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A collection of utilties for indexing and searching Maildirs";
|
description = "A collection of utilties for indexing and searching Maildirs";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
homepage = "https://www.djcbsoftware.nl/code/mu/";
|
homepage = "https://www.djcbsoftware.nl/code/mu/";
|
||||||
platforms = platforms.mesaPlatforms;
|
|
||||||
maintainers = with maintainers; [ antono the-kenny peterhoeg ];
|
maintainers = with maintainers; [ antono the-kenny peterhoeg ];
|
||||||
|
platforms = platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user