Extra should work on aarch64 now

This commit is contained in:
Geoffrey Frogeye 2023-12-02 22:12:20 +01:00
parent a137506a13
commit 4a5c6d9ad3
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
2 changed files with 4 additions and 3 deletions

View file

@ -49,8 +49,9 @@
# downloading # downloading
transmission-qt transmission-qt
] ++ lib.optionals (builtins.currentSystem == "x86_64-linux") [
# FIXME Below not on aarch64 # Not sure this works in case of cross-compilation, but couldn't find a
# thing that works in both os and hm context
wine wine
# TODO wine-gecko wine-mono lib32-libpulse (?) # TODO wine-gecko wine-mono lib32-libpulse (?)
]); ]);

View file

@ -1,6 +1,6 @@
{ ... }: { ... }:
{ {
frogeye.extra = false; # FIXME Not working yet frogeye.extra = true;
frogeye.desktop.xorg = true; frogeye.desktop.xorg = true;
frogeye.dev.docker = true; frogeye.dev.docker = true;
} }