Git: Fix caller.
svn path=/nixpkgs/trunk/; revision=11059
This commit is contained in:
parent
90e3e57995
commit
59708608cb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue