blendfarm: switch to pcre2

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2026-05-31 10:41:50 +02:00
parent e55f81b12d
commit cc93c9543f
+3 -3
View File
@@ -5,7 +5,7 @@
buildDotnetModule,
dotnetCorePackages,
xz,
pcre,
pcre2,
autoPatchelfHook,
bintools,
fixDarwinDylibNames,
@@ -86,7 +86,7 @@ buildDotnetModule rec {
runtimeDeps = [
xz
pcre
pcre2
libgdiplus
glib
libxrandr
@@ -116,7 +116,7 @@ buildDotnetModule rec {
# add libraries not found by autopatchelf
libPath = lib.makeLibraryPath [
pcre
pcre2
xz
];
makeWrapperArgs = [ "--prefix LD_LIBRARY_PATH : ${libPath}" ];