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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user