feat: override modrinth derivation better

This commit is contained in:
Youwen Wu 2025-01-23 12:58:07 -08:00
parent 5aed50c325
commit 417d1a4c4e
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 11 additions and 96 deletions

View file

@ -43,7 +43,17 @@ in
mangohud
mangojuice
r2modman
modrinth-app
(modrinth-app.overrideAttrs (oldAttrs: {
buildCommand =
''
gappsWrapperArgs+=(
--set GDK_BACKEND x11
--set WEBKIT_DISABLE_DMABUF_RENDERER 1
)
''
+ oldAttrs.buildCommand;
}))
(wine-discord-ipc-bridge.overrideAttrs (
final: prev: {