Skip to content

Commit

Permalink
Adding DLLs to cardano-launcher:unit on windows
Browse files Browse the repository at this point in the history
This should hopefully ensure Moritz's fix also applies to the
cardano-launcher:unit failure.

> 002a:err:module:import_dll Library libstdc++-6.dll (which is needed by L"Z:\\nix\\store\\51vhwb1fdckhx4xiammryf97ip8m3h9d-cardano-wallet-launcher-test-unit-x86_64-w64-mingw32-2021.6.11\\bin\\unit.exe") not found
> 002a:err:module:attach_dlls Importing dlls for L"Z:\\nix\\store\\51vhwb1fdckhx4xiammryf97ip8m3h9d-cardano-wallet-launcher-test-unit-x86_64-w64-mingw32-2021.6.11\\bin\\unit.exe" failed, status c0000135
> builder for '/nix/store/7ssdwhn0gani60q7pwkw13aavbm4ygw1-cardano-wallet-launcher-test-unit-x86_64-w64-mingw32-2021.6.11-check-x86_64-w64-mingw32.drv' failed with exit code 53
  • Loading branch information
Anviking committed Jul 29, 2021
1 parent e4220e7 commit 3fa661f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/haskell.nix
Expand Up @@ -185,6 +185,7 @@ let
packages.cardano-wallet.components.exes.cardano-wallet.postInstall = optparseCompletionPostInstall + libSodiumPostInstall;
packages.cardano-wallet-core.components.tests.unit.postInstall = libSodiumPostInstall;
packages.cardano-wallet-cli.components.tests.unit.postInstall = libSodiumPostInstall;
packages.cardano-wallet-launcher.components.tests.unit.postInstall = libSodiumPostInstall;
})

({ config, ...}: let
Expand Down

0 comments on commit 3fa661f

Please sign in to comment.