Which is the best way to catch this case:
You forget to enable perl bindings in subversion,
you enable svnSupport in git and wonder why git-svn can't find all
libraries..
I think the best way is using in subversion
{ inherit perlBindings (1); ... }
and in git expression:
assert svnSupport -> subversion.perlBindings;
Or is it better to use passthrough instead of (1) ?
Marc
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev