Dino overlay...?

This commit is contained in:
kat witch 2021-07-15 02:34:19 +01:00
parent b939799bdc
commit 6ce5e5e759
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -12,12 +12,12 @@ let
};
overlay = self: super: rec {
dino = super.dino.overrideAttrs (
{ patches ? [], ... }: {
patches = patches ++ [
./dino/0001-add-an-option-to-enable-omemo-by-default-in-new-conv.patch
];
}
);
{ patches ? [], ... }: {
patches = patches ++ [
./dino/0001-add-an-option-to-enable-omemo-by-default-in-new-conv.patch
];
}
);
discord = super.discord.override { nss = self.nss; };