openscenegraph: remove unused pcre dependency

The build output is identical apart from changed nix store paths.
This commit is contained in:
Grimmauld
2026-07-24 10:15:54 +02:00
parent 4a986ad989
commit cb79c550fc
@@ -14,7 +14,6 @@
libGL,
glib,
libxml2,
pcre,
zlib,
boost,
jpegSupport ? true,
@@ -99,7 +98,6 @@ stdenv.mkDerivation (finalAttrs: {
++ lib.optional curlSupport curl
++ lib.optionals colladaSupport [
collada-dom
pcre
]
++ lib.optional opencascadeSupport opencascade-occt
++ lib.optional ffmpegSupport ffmpeg