Skip to content

Commit

Permalink
flake: depend on libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jul 12, 2024
1 parent ba4958b commit 7e70046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
'';

hevmBase = ps :
(ps.haskellPackages.callCabal2nix "hevm" ./. {
(ps.haskell.lib.addExtraLibraries (ps.haskellPackages.callCabal2nix "hevm" ./. {
# Haskell libs with the same names as C libs...
# Depend on the C libs, not the Haskell libs.
# These are system deps, not Cabal deps.
secp256k1 = ps.secp256k1;
}).overrideAttrs(final: prev: {
}) [ ps.libiconv ]).overrideAttrs(final: prev: {
HEVM_SOLIDITY_REPO = solidity;
HEVM_ETHEREUM_TESTS_REPO = ethereum-tests;
HEVM_FORGE_STD_REPO = forge-std;
Expand Down

0 comments on commit 7e70046

Please sign in to comment.