disable making notmuch docs for now, due to automake issues
authorAmin Bandali <amin@gnu.org>
Mon, 10 Sep 2018 17:24:00 +0000 (13:24 -0400)
committerAmin Bandali <amin@gnu.org>
Mon, 10 Sep 2018 17:24:00 +0000 (13:24 -0400)
fix doesn't seem to be applied to nixpkgs unstable yet ?  either that,
or some package might somehow be using an unpatched version.

https://github.com/NixOS/nixpkgs/pull/42649
http://git.savannah.gnu.org/cgit/automake.git/commit/?id=13f00eb4493c217269b76614759e452d8302955e

.gitmodules

index 8e4e870..1652929 100644 (file)
        load-path = emacs
        info-path = doc/_build/texinfo
        build-nix-shell-packages = pkgconfig gitMinimal xapian gmime talloc zlib pythonPackages.sphinx pythonPackages.python texinfo
-       build-step = ./configure
+       build-step = ./configure --without-docs
        build-step = make
-       build-step = make sphinx-texinfo
-       build-step = borg-makeinfo
+       build-step = make sphinx-texinfo
+       build-step = borg-makeinfo
 [submodule "org"]
        path = lib/org
        url = git@code.orgmode.org:bzg/org-mode.git