orca-slicer: font workaround no longer needed (#528238)
This commit is contained in:
@@ -28,9 +28,7 @@
|
||||
hicolor-icon-theme,
|
||||
libsecret,
|
||||
libpng,
|
||||
makeFontsConf,
|
||||
mpfr,
|
||||
nanum,
|
||||
nlopt,
|
||||
opencascade-occt_7_6,
|
||||
openvdb,
|
||||
@@ -60,12 +58,6 @@ let
|
||||
"--enable-secretstore"
|
||||
];
|
||||
});
|
||||
|
||||
# Workaround for crash due to missing font
|
||||
# https://github.com/OrcaSlicer/OrcaSlicer/issues/11641
|
||||
fontsConf = makeFontsConf {
|
||||
fontDirectories = [ nanum ];
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "orca-slicer";
|
||||
@@ -225,7 +217,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
]
|
||||
}"
|
||||
--set WEBKIT_DISABLE_COMPOSITING_MODE 1
|
||||
--set FONTCONFIG_FILE "${fontsConf}"
|
||||
${lib.optionalString withNvidiaGLWorkaround ''
|
||||
--set __GLX_VENDOR_LIBRARY_NAME mesa
|
||||
--set __EGL_VENDOR_LIBRARY_FILENAMES /run/opengl-driver/share/glvnd/egl_vendor.d/50_mesa.json
|
||||
|
||||
Reference in New Issue
Block a user