gitAndTools.svn-all-fast-export: link with libsvn_fs-1 explicitly
This commit is contained in:
parent
2fe11f12fb
commit
4477dedfba
@ -22,6 +22,10 @@ stdenv.mkDerivation {
|
|||||||
"SVN_INCLUDE=${subversion.dev}/include/subversion-1"
|
"SVN_INCLUDE=${subversion.dev}/include/subversion-1"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lsvn_fs-1"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/svn-all-fast-export/svn2git;
|
homepage = https://github.com/svn-all-fast-export/svn2git;
|
||||||
description = "A fast-import based converter for an svn repo to git repos";
|
description = "A fast-import based converter for an svn repo to git repos";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user