mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 12:26:50 +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 = (old.patches or []) ++ [
|
||||||
./patches/adwaita-theming-support.patch
|
./patches/adwaita-theming-support.patch
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
});
|
});
|
||||||
discord = super.discord.overrideAttrs (old: {
|
discord = super.discord.overrideAttrs (old: {
|
||||||
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; });
|
||||||
|
|
Loading…
Reference in a new issue