mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 10:16:33 +01:00
libadwaita: disable check
This commit is contained in:
parent
60a9c3d4f0
commit
3e15ab0c07
1 changed files with 1 additions and 0 deletions
|
@ -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"; });
|
||||
|
|
Loading…
Reference in a new issue