Skip to content

Commit 702b373

Browse files
committed
fix: ethereal don't need bls mcl libs
1 parent 1de8485 commit 702b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
eth2-testnet-genesis = callPackage ./eth2-testnet-genesis {inherit bls;};
3535
eth2-val-tools = callPackage ./eth2-val-tools {inherit bls mcl;};
3636
ethdo = callPackage ./ethdo {inherit bls mcl;};
37-
ethereal = callPackage ./ethereal {inherit bls mcl;};
37+
ethereal = callPackage ./ethereal {};
3838
evmc = callPackage ./evmc {};
3939
foundry = callPackageUnstable ./foundry {};
4040
foundry-bin = inputs.foundry-nix.defaultPackage.${system}.overrideAttrs (_oldAttrs: {

0 commit comments

Comments
 (0)