Apply the patch actually

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-23 11:13:47 +01:00
parent afc068bb8c
commit 4489db3d74
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -16,7 +16,10 @@ in
repo = "discord"; repo = "discord";
inherit (source) rev sha256; inherit (source) rev sha256;
}; };
patches = [./sticker.patch]; patches = [
./sticker.patch
./no-category-spaces.patch
];
vendorSha256 = builtins.readFile ./vendor.sha256; vendorSha256 = builtins.readFile ./vendor.sha256;
buildInputs = [ buildInputs = [
olm olm