Fix missed argument

svn path=/nixpkgs/trunk/; revision=20113
This commit is contained in:
Michael Raskin 2010-02-18 16:26:35 +00:00
parent cdf6235ac9
commit c3e3bc52dc

View file

@ -19,7 +19,7 @@ rec {
# The full-featured Git.
gitFull = import ./git {
inherit fetchurl stdenv curl openssl zlib expat perl gettext
inherit fetchurl stdenv curl openssl zlib expat perl python gettext
asciidoc texinfo xmlto docbook2x
docbook_xsl docbook_xml_dtd_45 libxslt
cpio tcl tk makeWrapper subversion;