Use super

This commit is contained in:
Johannes Jöns 2023-07-12 12:53:12 +02:00
parent c31f37f496
commit 2811401170

View file

@ -79,7 +79,7 @@
});
libadwaita = super.libadwaita.overrideAttrs (old: {
patches = (old.patches or []) ++ [
(pkgs.fetchpatch {
(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 = "";