Fix for blurhash package

default
dump_stack() 2023-03-31 23:11:35 +00:00
parent f2ea3d1c98
commit c1622fb592
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ let
./patches/simple-form.patch
./patches/not-so-scary-500.patch
# https://github.com/NixOS/nixpkgs/pull/223547
(pkgs.fetchpatch {
url = "https://github.com/mastodon/mastodon/commit/e7b81d7d9625893b1323e12215a2a98c0f19f58f.patch";
hash = "sha256-cF0wtbjTNbsyqHb3uy5zYFaACIcziJ2ulJpOT5VoDO0=";
})
];
postPatch = (import ./branding.nix { pkgs = pkgs; }).branding;
};