Skip to content

Commit

Permalink
Revert "Add libstdc++-6.dll to windows packages"
Browse files Browse the repository at this point in the history
This reverts commit 227a36a.
  • Loading branch information
rvl committed Jul 29, 2021
1 parent 64d5c66 commit 88b45f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/haskell.nix
Expand Up @@ -324,7 +324,6 @@ let
# the windows build.
libSodiumPostInstall = lib.optionalString stdenv.hostPlatform.isWindows ''
ln -s ${pkgs.libsodium-vrf}/bin/libsodium-23.dll $out/bin
ln -s ${pkgs.gcc.cc.lib}/lib/libstdc++-6.dll $out/bin
'';

# This exe component postInstall script adds shell completion
Expand Down

0 comments on commit 88b45f0

Please sign in to comment.