From 4489db3d74dba3b7c1800858488be023c88cbb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 23 Nov 2022 11:13:47 +0100 Subject: [PATCH] Apply the patch actually --- matrix/mautrix-discord/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/matrix/mautrix-discord/default.nix b/matrix/mautrix-discord/default.nix index d34639e..4fbe39a 100644 --- a/matrix/mautrix-discord/default.nix +++ b/matrix/mautrix-discord/default.nix @@ -16,7 +16,10 @@ in repo = "discord"; inherit (source) rev sha256; }; - patches = [./sticker.patch]; + patches = [ + ./sticker.patch + ./no-category-spaces.patch + ]; vendorSha256 = builtins.readFile ./vendor.sha256; buildInputs = [ olm