Git: Fix caller.

svn path=/nixpkgs/trunk/; revision=11059
This commit is contained in:
Ludovic Courtès 2008-03-11 14:19:54 +00:00
parent 90e3e57995
commit 59708608cb

View file

@ -4971,6 +4971,7 @@ rec {
git = import ../applications/version-management/git {
inherit fetchurl stdenv curl openssl zlib expat perl gettext
asciidoc texinfo xmlto docbook2x
docbook_xsl docbook_xml_dtd_42 libxslt;
emacs = if (getConfig ["git" "useEmacs"] true) then emacs else null;
};