haskellPackages.reflex-dom: Deactivate arm-build

This commit is contained in:
Malte Brandy 2021-05-11 01:48:15 +02:00
parent 69bc4fb5b3
commit 6af00835f7
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 4 deletions

View file

@ -288,7 +288,7 @@ unsupported-platforms:
Raincat: [ x86_64-darwin ]
reactivity: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
reflex-dom-fragment-shader-canvas: [ x86_64-darwin ]
reflex-dom: [ x86_64-darwin ]
reflex-dom: [ x86_64-darwin, aarch64-linux ]
reflex-localize-dom: [ x86_64-darwin ]
rtlsdr: [ x86_64-darwin ]
rubberband: [ x86_64-darwin ]

View file

@ -217367,9 +217367,7 @@ self: {
];
description = "Functional Reactive Web Apps with Reflex";
license = lib.licenses.bsd3;
platforms = [
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
];
platforms = [ "armv7l-linux" "i686-linux" "x86_64-linux" ];
maintainers = with lib.maintainers; [ maralorn ];
}) {};