git.el: added fill-paragraph patch

The patch makes Emacs recognize "--- log message follows this line ---"
as a paragraph separator. It's going to be part of the distribution in
the foreseeable future.

svn path=/nixpkgs/trunk/; revision=14258
This commit is contained in:
Peter Simons
2009-02-26 10:54:44 +00:00
parent 5ee528446d
commit 6febac4529
2 changed files with 12 additions and 1 deletions
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "0q5jnix65zn58dhd9xc3sjpamli0lh1bnsz1b9riwwicgwssrk7q";
};
patches = [ ./docbook2texi.patch ];
patches = [ ./docbook2texi.patch ./fill-paragraph.patch ];
buildInputs = [curl openssl zlib expat gettext cpio makeWrapper]
++ # documentation tools