Add `gitFull'.
svn path=/nixpkgs/trunk/; revision=19525
This commit is contained in:
parent
45d18b9b4a
commit
b8bb0ce6dd
@ -17,6 +17,17 @@ rec {
|
||||
perlLibs = [perlPackages.LWP perlPackages.URI perlPackages.TermReadKey subversion];
|
||||
};
|
||||
|
||||
# The full-featured Git.
|
||||
gitFull = import ./git {
|
||||
inherit fetchurl stdenv curl openssl zlib expat perl gettext
|
||||
asciidoc texinfo xmlto docbook2x
|
||||
docbook_xsl docbook_xml_dtd_45 libxslt
|
||||
cpio tcl tk makeWrapper subversion;
|
||||
svnSupport = true;
|
||||
guiSupport = true;
|
||||
perlLibs = [perlPackages.LWP perlPackages.URI perlPackages.TermReadKey subversion];
|
||||
};
|
||||
|
||||
gitGit = import ./git/git-git.nix {
|
||||
inherit fetchurl sourceFromHead stdenv curl openssl zlib expat perl gettext
|
||||
asciidoc texinfo xmlto docbook2x
|
||||
|
@ -6952,6 +6952,7 @@ let
|
||||
inherit pkgs;
|
||||
});
|
||||
git = gitAndTools.git;
|
||||
gitFull = gitAndTools.gitFull;
|
||||
|
||||
gnucash = import ../applications/office/gnucash {
|
||||
inherit fetchurl stdenv pkgconfig libxml2 goffice enchant
|
||||
|
Loading…
Reference in New Issue
Block a user