We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886356e commit 3f8d659Copy full SHA for 3f8d659
pkgs/by-name/op/openscenegraph/package.nix
@@ -88,7 +88,6 @@ stdenv.mkDerivation rec {
88
++ [
89
glib
90
libxml2
91
- pcre
92
zlib
93
]
94
++ lib.optional jpegSupport libjpeg
@@ -98,7 +97,10 @@ stdenv.mkDerivation rec {
98
97
++ lib.optional tiffSupport libtiff
99
++ lib.optional gdalSupport gdal
100
++ lib.optional curlSupport curl
101
- ++ lib.optional colladaSupport opencollada
+ ++ lib.optionals colladaSupport [
+ opencollada
102
+ pcre
103
+ ]
104
++ lib.optional opencascadeSupport opencascade-occt
105
++ lib.optional ffmpegSupport ffmpeg
106
++ lib.optional nvttSupport nvidia-texture-tools
0 commit comments