forked from mirrors/nixpkgs
svnfs: link with libsvn_subr-1 explicitly
This commit is contained in:
parent
a54cc22d4d
commit
19061fb79e
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE="-I ${subversion.dev}/include/subversion-1";
|
||||
NIX_LDFLAGS="-lsvn_client-1";
|
||||
NIX_LDFLAGS="-lsvn_client-1 -lsvn_subr-1";
|
||||
|
||||
meta = {
|
||||
description = "FUSE filesystem for accessing Subversion repositories";
|
||||
|
|
Loading…
Reference in a new issue