solvespace: migrate to pcre2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user