libadwaita: disable check

This commit is contained in:
Johannes Jöns 2023-07-12 13:18:11 +02:00
parent 60a9c3d4f0
commit 3e15ab0c07

View file

@ -81,6 +81,7 @@
patches = (old.patches or []) ++ [
./patches/adwaita-theming-support.patch
];
doCheck = false;
});
discord = super.discord.overrideAttrs (old: {
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });