mu: Bump to 0.9.9.6.
This commit is contained in:
@@ -1,19 +1,25 @@
|
|||||||
{ fetchurl, stdenv, sqlite, pkgconfig, xapian, glib, gmime, texinfo, emacs, guile
|
{ fetchurl, stdenv, sqlite, pkgconfig, autoconf, automake
|
||||||
|
, xapian, glib, gmime, texinfo , emacs, guile
|
||||||
, gtk3, webkit, libsoup, icu, withMug ? false /* doesn't build with current gtk3 */ }:
|
, gtk3, webkit, libsoup, icu, withMug ? false /* doesn't build with current gtk3 */ }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.9.9.5";
|
version = "0.9.9.6";
|
||||||
name = "mu-${version}";
|
name = "mu-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://mu0.googlecode.com/files/mu-${version}.tar.gz";
|
url = "https://github.com/djcb/mu/archive/v${version}.tar.gz";
|
||||||
sha256 = "1hwkliyb8fjrz5sw9fcisssig0jkdxzhccw0ld0l9a10q1l9mqhp";
|
sha256 = "1jr9ss29yi6d62hd4ap07p2abgf12hwqfhasv3gwdkrx8dzwmr2a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ sqlite pkgconfig xapian glib gmime texinfo emacs guile libsoup icu ]
|
[ sqlite pkgconfig autoconf automake xapian
|
||||||
|
glib gmime texinfo emacs guile libsoup icu ]
|
||||||
++ stdenv.lib.optional withMug [ gtk3 webkit ];
|
++ stdenv.lib.optional withMug [ gtk3 webkit ];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
autoreconf -i
|
||||||
|
'';
|
||||||
|
|
||||||
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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user