mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:46:50 +01:00
Use super
This commit is contained in:
parent
c31f37f496
commit
2811401170
1 changed files with 1 additions and 1 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Reference in a new issue