mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gitAndTools.svn-all-fast-export: link with libsvn_fs-1 explicitly
This commit is contained in:
parent
2fe11f12fb
commit
4477dedfba
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ stdenv.mkDerivation {
|
|||
"SVN_INCLUDE=${subversion.dev}/include/subversion-1"
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lsvn_fs-1"
|
||||
];
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue