From 4a5c6d9ad3c9667ac03ff46e6baea8ef5b325073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 2 Dec 2023 22:12:20 +0100 Subject: [PATCH] Extra should work on aarch64 now --- hm/extra.nix | 5 +++-- pindakaas/options.nix | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hm/extra.nix b/hm/extra.nix index 37423c3..4d65521 100644 --- a/hm/extra.nix +++ b/hm/extra.nix @@ -49,8 +49,9 @@ # downloading transmission-qt - - # FIXME Below not on aarch64 + ] ++ lib.optionals (builtins.currentSystem == "x86_64-linux") [ + # Not sure this works in case of cross-compilation, but couldn't find a + # thing that works in both os and hm context wine # TODO wine-gecko wine-mono lib32-libpulse (?) ]); diff --git a/pindakaas/options.nix b/pindakaas/options.nix index f14ad67..7a7ef11 100644 --- a/pindakaas/options.nix +++ b/pindakaas/options.nix @@ -1,6 +1,6 @@ { ... }: { - frogeye.extra = false; # FIXME Not working yet + frogeye.extra = true; frogeye.desktop.xorg = true; frogeye.dev.docker = true; }