Skip to content

Commit 057a33c

Browse files
committed
Fix eval
1 parent 49a2fb9 commit 057a33c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/gi-gtk/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ in recurseIntoAttrs rec {
2929
# error: incompatible pointer to integer conversion assigning to 'ffi_arg' (aka 'unsigned long') from 'HsPtr' (aka 'void *') [-Wint-conversion]
3030
|| builtins.elem compiler-nix-name ["ghc8107" "ghc902" "ghc928" "ghc948"] && stdenv.hostPlatform.isAarch64
3131
# Cross compilation to aarch64 is also broken
32-
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64;
32+
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
33+
# glu is marked ase broken for isAndroid
34+
|| stdenv.hostPlatform.isAndroid;
3335

3436
ifdInputs = {
3537
inherit (project) plan-nix;

0 commit comments

Comments
 (0)