diff --git a/nixpatches/list.nix b/nixpatches/list.nix index ae2b6ff6..efe00e44 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -23,6 +23,11 @@ let // (if title != null then { name = title; } else {}) ); in [ + (fetchpatch' { + title = "animatch: init at 1.0.3"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/267948"; + hash = "sha256-zWu/n9eiMiwWcMOzly8AdqzGwYLVaFnsWu+XR4XYsD4="; + }) (fetchpatch' { title = "gcr: remove build gnupg from runtime closure"; prUrl = "https://github.com/NixOS/nixpkgs/pull/263158"; diff --git a/pkgs/default.nix b/pkgs/default.nix index fd665487..4f2dd744 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -21,7 +21,7 @@ let ### ADDITIONAL PACKAGES alsa-ucm-conf-sane = callPackage ./additional/alsa-ucm-conf-sane { }; - animatch = callPackage ./additional/animatch { }; + animatch = unpatched.animatch or (callPackage ./additional/animatch { }); # TODO: move target flags to upstream PR and re-enable this bonsai # bonsai = unpatched.bonsai or (callPackage ./additional/bonsai { }); bonsai = callPackage ./additional/bonsai { };