Use right file

This commit is contained in:
Johannes Jöns 2023-07-27 13:28:24 +02:00
parent f524565c0b
commit 347978bed9

View file

@ -23,7 +23,7 @@
libadwaita = super.libadwaita.overrideAttrs (old: {
patches = (old.patches or []) ++ [
./patches/adwaita-theming-support.patch
../patches/adwaita-theming-support.patch
];
doCheck = false;
});