bambu-studio: explicitly define webkitgtk version

This commit is contained in:
Dany Sluijk
2024-10-14 14:32:33 +02:00
parent b7f7cc1dce
commit 4117c7f7b1
2 changed files with 2 additions and 3 deletions
@@ -37,7 +37,7 @@
pcre,
systemd,
tbb_2021_11,
webkitgtk,
webkitgtk_4_0,
wxGTK31,
xorg,
withSystemd ? stdenv.hostPlatform.isLinux,
@@ -114,7 +114,7 @@ stdenv.mkDerivation rec {
openvdb'
pcre
tbb_2021_11
webkitgtk
webkitgtk_4_0
wxGTK'
xorg.libX11
opencv
@@ -2,7 +2,6 @@
lib,
fetchFromGitHub,
bambu-studio,
opencv,
}:
bambu-studio.overrideAttrs (
finalAttrs: previousAttrs: {