summary refs log tree commit diff
path: root/pkgs/tools/networking/mu
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2020-04-21 08:31:45 +0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-04-21 19:36:47 +0200
commite43a6c946882ac8d1c8a63bd7925d242f2fda44d (patch)
tree1759415c72c5ea22328b42d7e894e5f80295d814 /pkgs/tools/networking/mu
parentedeaab29298042ba9d0c41235dd294e83826df71 (diff)
downloadnixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.tar
nixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.tar.gz
nixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.tar.bz2
nixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.tar.lz
nixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.tar.xz
nixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.tar.zst
nixpkgs-e43a6c946882ac8d1c8a63bd7925d242f2fda44d.zip
mu: minor cleanup
Diffstat (limited to 'pkgs/tools/networking/mu')
-rw-r--r--pkgs/tools/networking/mu/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index ae1ca3f7761..aa1e004d1af 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -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;
   };
 }