svnfs: link with libsvn_subr-1 explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:51 +00:00
parent a54cc22d4d
commit 19061fb79e

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
''; '';
NIX_CFLAGS_COMPILE="-I ${subversion.dev}/include/subversion-1"; NIX_CFLAGS_COMPILE="-I ${subversion.dev}/include/subversion-1";
NIX_LDFLAGS="-lsvn_client-1"; NIX_LDFLAGS="-lsvn_client-1 -lsvn_subr-1";
meta = { meta = {
description = "FUSE filesystem for accessing Subversion repositories"; description = "FUSE filesystem for accessing Subversion repositories";