From 933996d34e06af5f2e1d85a4ac8b33e4804a3bd2 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 15 Sep 2022 20:29:27 -0700 Subject: [PATCH] ship fluffychat (Matrix client) this works on lappy and is fairly responsive. want to try it on moby. --- modules/universal/env/home-packages.nix | 1 + nixpatches/list.nix | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/universal/env/home-packages.nix b/modules/universal/env/home-packages.nix index 4f499ade..49f79e19 100644 --- a/modules/universal/env/home-packages.nix +++ b/modules/universal/env/home-packages.nix @@ -53,6 +53,7 @@ let emote # TODO: package [smile](https://github.com/mijorus/smile) for probably a better mobile experience. evince # works on phosh + fluffychat foliate font-manager gimp # broken on phosh diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 73d101f0..5c9fbe54 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -4,12 +4,20 @@ fetchpatch: [ url = "https://github.com/NixOS/nixpkgs/pull/175872.diff"; sha256 = "sha256-mEmqhe8DqlyCxkFWQKQZu+2duz69nOkTANh9TcjEOdY="; }) + # for raspberry pi: allow building u-boot for rpi 4{,00} # TODO: remove after upstreamed: https://github.com/NixOS/nixpkgs/pull/176018 # (it's a dupe of https://github.com/NixOS/nixpkgs/pull/112677 ) ./02-rpi4-uboot.patch + # alternative to https://github.com/NixOS/nixpkgs/pull/173200 - ./04-dart-2.7.0.patch + # ./04-dart-2.7.0.patch + # TODO: more patches are required prior to this one + # (fetchpatch { + # url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/173200.diff"; + # sha256 = "sha256-g1tZdLTrAJx3ijgabqz8XInC20PQM3FYRENQ7c6NfQw="; + # }) + # whalebird: support aarch64 (fetchpatch { url = "https://github.com/NixOS/nixpkgs/pull/176476.diff";