solvespace: migrate to pcre2

This commit is contained in:
Conor
2026-06-07 20:26:31 +01:00
parent a1e1b77e36
commit fdd2cb2c49
+6 -2
View File
@@ -24,7 +24,7 @@
libthai,
libxkbcommon,
pangomm,
pcre,
pcre2,
util-linuxMinimal, # provides libmount
libxtst,
libxdmcp,
@@ -36,6 +36,8 @@ stdenv.mkDerivation (finalAttrs: {
pname = "solvespace";
version = "3.2";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "solvespace";
repo = "solvespace";
@@ -44,6 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
fetchSubmodules = true;
};
strictDeps = true;
nativeBuildInputs = [
cmake
pkg-config
@@ -70,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
libthai
libxkbcommon
pangomm
pcre
pcre2
util-linuxMinimal
libpthread-stubs
libxdmcp