kaiteki: only ship for x86_64

This commit is contained in:
colin 2022-06-05 15:06:16 -07:00
parent 9f6eb846f9
commit e0de6de3da

View File

@ -501,7 +501,6 @@
pkgs.gnome-podcasts
pkgs.gnome.gnome-terminal # works on phosh
pkgs.inkscape
pkgs.kaiteki # Pleroma client
pkgs.libreoffice-fresh # XXX colin: maybe don't want this on mobile
pkgs.mesa-demos
pkgs.playerctl
@ -525,9 +524,10 @@
++ (if gui != null && system == "x86_64-linux" then
[
# x86_64 only
pkgs.discord
pkgs.kaiteki # Pleroma client
pkgs.signal-desktop
pkgs.spotify
pkgs.discord
] else [])
++ extraPackages;
}