Merge pull request #34 from DarkKirb/fix-mautrix-discord-pt-4

Apply the mautrix-discord patch for real
This commit is contained in:
Charlotte 🦝 Delenk 2022-11-23 11:19:05 +01:00 committed by GitHub
commit 601f606db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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