Make svn2git visible to nix-env
This commit is contained in:
parent
9657be0b95
commit
525c901ce9
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/nirvdrum/svn2git;
|
||||
description = "Ruby tool for importing existing svn projects into git";
|
||||
description = "Tool for importing Subversion repositories into git";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.the-kenny ];
|
||||
|
@ -11490,14 +11490,13 @@ let
|
||||
gitAndTools = recurseIntoAttrs (import ../applications/version-management/git-and-tools {
|
||||
inherit pkgs;
|
||||
});
|
||||
git = gitAndTools.git;
|
||||
gitFull = gitAndTools.gitFull;
|
||||
|
||||
inherit (gitAndTools) git gitFull gitSVN git-cola svn2git;
|
||||
|
||||
gitMinimal = git.override {
|
||||
withManual = false;
|
||||
pythonSupport = false;
|
||||
};
|
||||
gitSVN = gitAndTools.gitSVN;
|
||||
git-cola = gitAndTools.git-cola;
|
||||
|
||||
gitRepo = callPackage ../applications/version-management/git-repo {
|
||||
python = python27;
|
||||
|
Loading…
Reference in New Issue
Block a user