svnfs: link with libsvn_subr-1 explicitly

This commit is contained in:
Piotr Bogdan
2019-01-04 21:44:21 +00:00
parent a54cc22d4d
commit 19061fb79e
+1 -1
View File
@@ -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";