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
nix-dev@cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to