From 4ad209020a0f922c894132bbefcf6b366d6568cf Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 30 Dec 2023 05:34:02 +0000 Subject: [PATCH] disable chatty (doesnt cross compile) --- hosts/modules/gui/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/gui/default.nix b/hosts/modules/gui/default.nix index 2330774c..306970c9 100644 --- a/hosts/modules/gui/default.nix +++ b/hosts/modules/gui/default.nix @@ -112,7 +112,7 @@ in sane.programs.handheldGuiApps = declPackageSet [ "calls" # gnome calls (dialer/handler) # "celluloid" # mpv frontend - "chatty" # matrix/xmpp/irc client + # "chatty" # matrix/xmpp/irc client (2023/12/29: disabled because broken cross build) "cozy" # audiobook player "epiphany" # gnome's web browser # "iotas" # note taking app