openscenegraph: remove unused pcre dependency (#545154)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user