hevm: unbreak on aarch64-linux

(cherry picked from commit 1468f4479bee1b334515be92f5e5f7032c71ba08)

This is from https://github.com/NixOS/nixpkgs/pull/153344.
main
Artur Cygan 2 years ago committed by Dennis Gosnell
parent 354eadb4b4
commit 44a74d1b8f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 2
      pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml
  2. 16
      pkgs/development/haskell-modules/hackage-packages.nix

@ -459,7 +459,6 @@ unsupported-platforms:
hbro: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin
hbro-contrib: [ x86_64-darwin, aarch64-darwin ] # webkitgtk marked broken on darwin
hcwiid: [ x86_64-darwin, aarch64-darwin ]
hevm: [ aarch64-linux ] # depends on sbv, which is not supported on aarch64-linux
HFuse: [ x86_64-darwin, aarch64-darwin ]
hidapi: [ x86_64-darwin, aarch64-darwin ]
hinotify-bytestring: [ x86_64-darwin, aarch64-darwin ]
@ -514,7 +513,6 @@ unsupported-platforms:
reflex-localize-dom: [ x86_64-darwin, aarch64-darwin, aarch64-linux ]
rtlsdr: [ x86_64-darwin, aarch64-darwin ]
rubberband: [ x86_64-darwin, aarch64-darwin ]
sbv: [ aarch64-linux ]
scat: [ aarch64-linux, armv7l-linux ] # uses scrypt, which requries x86
scrypt: [ aarch64-linux, armv7l-linux ] # https://github.com/informatikr/scrypt/issues/8
sdl2-mixer: [ x86_64-darwin, aarch64-darwin ]

@ -131796,10 +131796,6 @@ self: {
testSystemDepends = [ secp256k1 ];
description = "Ethereum virtual machine evaluator";
license = lib.licenses.agpl3Only;
platforms = [
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
"x86_64-linux"
];
}) {inherit (pkgs) libff; inherit (pkgs) secp256k1;};
"hevolisa" = callPackage
@ -238841,10 +238837,6 @@ self: {
testSystemDepends = [ z3 ];
description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
license = lib.licenses.bsd3;
platforms = [
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
"x86_64-linux"
];
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) z3;};
@ -238879,10 +238871,6 @@ self: {
];
description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
license = lib.licenses.bsd3;
platforms = [
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
"x86_64-linux"
];
}) {inherit (pkgs) z3;};
"sbv_8_17" = callPackage
@ -238916,10 +238904,6 @@ self: {
];
description = "SMT Based Verification: Symbolic Haskell theorem prover using SMT solving";
license = lib.licenses.bsd3;
platforms = [
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
"x86_64-linux"
];
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) z3;};

Loading…
Cancel
Save