Use local patch file

the one from the aur is not usable
This commit is contained in:
jopejoe1 2023-07-12 13:04:16 +02:00
parent 2811401170
commit 8a8e1211cc
2 changed files with 56 additions and 5 deletions

View file

@ -79,11 +79,7 @@
});
libadwaita = super.libadwaita.overrideAttrs (old: {
patches = (old.patches or []) ++ [
(super.fetchpatch {
name = "adwaita-theming-support.diff";
url = "https://aur.archlinux.org/cgit/aur.git/plain/theming_patch.diff?h=libadwaita-without-adwaita-git";
hash = "";
})
./patches/adwaita-theming-support.patch
];
});
discord = super.discord.overrideAttrs (old: {