all-packages.nix: added low-priority 'gitSVN' expression, a variant of git with SVN support (but no GUI)
svn path=/nixpkgs/trunk/; revision=26827
This commit is contained in:
@@ -24,6 +24,11 @@ rec {
|
||||
];
|
||||
};
|
||||
|
||||
# Git with SVN support, but without GUI.
|
||||
gitSVN = lowPrio (appendToName "with-svn" (git.override {
|
||||
svnSupport = true;
|
||||
}));
|
||||
|
||||
# The full-featured Git.
|
||||
gitFull = appendToName "full" (git.override {
|
||||
svnSupport = true;
|
||||
|
||||
Reference in New Issue
Block a user