Skip to content

Commit

Permalink
vrf
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jul 22, 2021
1 parent d3e2ca2 commit 9042d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ let
}
{
# Use the VRF fork of libsodium
packages = lib.genAttrs [ "cardano-crypto-praos" "cardano-crypto-class" ] (_:
packages = lib.genAttrs [ "cardano-crypto-praos" "cardano-crypto-class" ] (_: {
components.library.pkgconfig = lib.mkForce [ [ libsodium-vrf ] ];
);
});
}
{
# make sure that libsodium DLLs are available for windows binaries:
Expand Down

0 comments on commit 9042d7f

Please sign in to comment.