opencv2: mark as broken

Current release is 4.x and the 2.x-series doesn't seem to be supported
anymore for a while.
This commit is contained in:
Maximilian Bosch
2020-08-11 21:21:21 +02:00
parent 0841c6a1d9
commit 5e68d203f3

View File

@@ -87,5 +87,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
broken = true;
}; };
} }