Fix missed argument
svn path=/nixpkgs/trunk/; revision=20113
This commit is contained in:
parent
cdf6235ac9
commit
c3e3bc52dc
@ -19,7 +19,7 @@ rec {
|
|||||||
|
|
||||||
# The full-featured Git.
|
# The full-featured Git.
|
||||||
gitFull = import ./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
|
asciidoc texinfo xmlto docbook2x
|
||||||
docbook_xsl docbook_xml_dtd_45 libxslt
|
docbook_xsl docbook_xml_dtd_45 libxslt
|
||||||
cpio tcl tk makeWrapper subversion;
|
cpio tcl tk makeWrapper subversion;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user