animatch: provide via upstream

This commit is contained in:
Colin 2023-11-16 20:17:20 +00:00
parent 412667dd0e
commit 50651d1c03
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -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 { };