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";