Apply the patch actually
This commit is contained in:
parent
afc068bb8c
commit
4489db3d74
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue