Unverified Commit 22ef5776 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #214577 from bcdarwin/opencv-unpin-vtk

opencv4: unpin vtk
parents 0ca39c30 5a8562ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
, enableGtk3 ? false
, gtk3
, enableVtk ? false
, vtk_8
, vtk
, enableFfmpeg ? true
, ffmpeg
, enableGStreamer ? true
@@ -253,7 +253,7 @@ stdenv.mkDerivation {
    ++ lib.optional (stdenv.buildPlatform == stdenv.hostPlatform) hdf5
    ++ lib.optional enableGtk2 gtk2
    ++ lib.optional enableGtk3 gtk3
    ++ lib.optional enableVtk vtk_8
    ++ lib.optional enableVtk vtk
    ++ lib.optional enableJPEG libjpeg
    ++ lib.optional enablePNG libpng
    ++ lib.optional enableTIFF libtiff