Merge pull request #34 from DarkKirb/fix-mautrix-discord-pt-4
Apply the mautrix-discord patch for real
This commit is contained in:
commit
601f606db9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue