Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Add libsodium fixes to cabal and nix config
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jul 6, 2020
1 parent a7fba53 commit dfce7a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cabal.project
Expand Up @@ -351,6 +351,9 @@ constraints:
, libsystemd-journal >= 1.4.4
, systemd >= 2.3.0

package cardano-crypto-praos
flags: -external-libsodium-vrf

package comonad
flags: -test-doctests

Expand Down
2 changes: 2 additions & 0 deletions nix/default.nix
Expand Up @@ -21,6 +21,8 @@ let
haskellNix.overlays
# haskell-nix.haskellLib.extra: some useful extra utility functions for haskell.nix
++ iohkNix.overlays.haskell-nix-extra
# add libsodium:
++ iohkNix.overlays.crypto
# iohkNix: nix utilities and niv:
++ iohkNix.overlays.iohkNix
# our own overlays:
Expand Down

0 comments on commit dfce7a1

Please sign in to comment.