haskellPackages.hevm: Fix eval by disabling on aarch64
This commit is contained in:
@@ -374,6 +374,7 @@ unsupported-platforms:
|
||||
gtk-sni-tray: [ x86_64-darwin ]
|
||||
haskell-snake: [ x86_64-darwin ]
|
||||
hcwiid: [ x86_64-darwin ]
|
||||
hevm: [ aarch64-linux ] # depends on sbv, which is not supported on aarch64-linux
|
||||
HFuse: [ x86_64-darwin ]
|
||||
hidapi: [ x86_64-darwin ]
|
||||
hinotify-bytestring: [ x86_64-darwin ]
|
||||
|
||||
@@ -127024,6 +127024,9 @@ self: {
|
||||
testSystemDepends = [ secp256k1 ];
|
||||
description = "Ethereum virtual machine evaluator";
|
||||
license = lib.licenses.agpl3Only;
|
||||
platforms = [
|
||||
"armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux"
|
||||
];
|
||||
}) {inherit (pkgs) libff; inherit (pkgs) secp256k1;};
|
||||
|
||||
"hevolisa" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user