From 045feb371c06593b509ac199c9e55e81f6042492 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 10 Sep 2018 13:24:00 -0400 Subject: [PATCH] disable making notmuch docs for now, due to automake issues 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8e4e870..1652929 100644 --- a/.gitmodules +++ b/.gitmodules @@ -149,10 +149,10 @@ 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 -- 2.20.1