satisfactorymodmanager: use webkitgtk2-4.1
This commit is contained in:
parent
8059b99f2c
commit
8a629b8543
@ -65,7 +65,7 @@ buildGoModule rec {
|
|||||||
# running this caches some additional dependencies for the FOD
|
# running this caches some additional dependencies for the FOD
|
||||||
overrideModAttrs = {
|
overrideModAttrs = {
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
wails build
|
wails build -tags webkit2_41 # 4.0 EOL
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
runHook preBuild
|
runHook preBuild
|
||||||
wails build
|
wails build -tags webkit2_41 # 4.0 EOL
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user