From 115721519811ae5c4a9dbac4f838af1d18b387f8 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 28 Jul 2025 19:49:48 +0000 Subject: [PATCH] animatch: docs: link to upstream allegro5 + SDL patch --- hosts/common/programs/animatch.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/common/programs/animatch.nix b/hosts/common/programs/animatch.nix index 23fa19dfe..6141f1ba2 100644 --- a/hosts/common/programs/animatch.nix +++ b/hosts/common/programs/animatch.nix @@ -19,7 +19,8 @@ packageUnwrapped = with pkgs; animatch.override { # allegro has no native wayland support, and so by default crashes when run without Xwayland. # enable the allegro SDL backend, and achieve Wayland support via SDL's Wayland support. - # TODO: see about upstreaming this to nixpkgs? + # TODO: switch to `allegro5.override { useSDL = true; }` once upstreamed: + # - allegro5 = allegro5.overrideAttrs (upstream: { buildInputs = (upstream.buildInputs or []) ++ [ sdl2-compat