mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
Use local patch file
the one from the aur is not usable
This commit is contained in:
parent
2811401170
commit
8a8e1211cc
2 changed files with 56 additions and 5 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue