nix: add libsodium-vrf pkgconfig override for cardano-crypto-wallet
cardano-crypto-wallet links against libsodium for Argon2id KDF and XChaCha20-Poly1305 AEAD. Without this override, the Windows cross-compiled DLL links against the default system libsodium, which is not available in the Wine iserv environment (only libsodium-vrf is present there, used by all other crypto packages). This caused the iserv to crash (exit 1) at TH-module boundaries when compiling cardano-wallet for Windows/ucrt64.