Skip to content

Commit

Permalink
nix: unit tests now require libsodium-23.dll on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Aug 31, 2020
1 parent c003df8 commit b9d1b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ let
# Make sure that libsodium DLLs and shell completions are available .
packages.cardano-wallet.components.exes.cardano-wallet.postInstall = optparseCompletionPostInstall + libSodiumPostInstall;
packages.cardano-wallet-jormungandr.components.exes.cardano-wallet-jormungandr.postInstall = optparseCompletionPostInstall;

packages.cardano-wallet-core.components.tests.unit.postInstall = libSodiumPostInstall;
packages.cardano-wallet-cli.components.tests.unit.postInstall = libSodiumPostInstall;
}

{
Expand Down

0 comments on commit b9d1b1a

Please sign in to comment.