mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: override modrinth derivation better
This commit is contained in:
parent
5aed50c325
commit
417d1a4c4e
3 changed files with 11 additions and 96 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue