Skip to content

Commit

Permalink
svn-all-fast-export: update patch sha256, --prefix is now used
Browse files Browse the repository at this point in the history
also, rename to svn-all-fast-export, but keep an alias to the old name

(cherry picked from commit 594130f)
  • Loading branch information
flokli authored and Mic92 committed Apr 4, 2018
1 parent 120b013 commit a749692
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Expand Up @@ -117,11 +117,14 @@ rec {
git = gitSVN;
};

svn_all_fast_export = libsForQt5.callPackage ./svn-all-fast-export { };
svn-all-fast-export = libsForQt5.callPackage ./svn-all-fast-export { };

tig = callPackage ./tig { };

topGit = callPackage ./topgit { };

transcrypt = callPackage ./transcrypt { };

# aliases
svn_all_fast_export = svn-all-fast-export;
}
Expand Up @@ -17,8 +17,8 @@ stdenv.mkDerivation {
patches = [
(fetchpatch {
name = "pr40.patch";
sha256 = "1qndhk5csf7kddk3giailx7r0cdipq46lj73nkcws43n4n93synk";
url = https://github.com/svn-all-fast-export/svn2git/pull/40.diff;
sha256 = "0mwncklzncsifql9zlxlbj3clsif5p2v1xs8nmxrw44mqvaysjw3";
url = https://github.com/svn-all-fast-export/svn2git/compare/f00d5a5...flokli:nixos-20180326.patch;
})
];

Expand All @@ -31,8 +31,6 @@ stdenv.mkDerivation {
"SVN_INCLUDE=${subversion.dev}/include/subversion-1"
];

installPhase = "make install INSTALL_ROOT=$out";

meta = with stdenv.lib; {
homepage = https://github.com/svn-all-fast-export/svn2git;
description = "A fast-import based converter for an svn repo to git repos";
Expand Down

0 comments on commit a749692

Please sign in to comment.