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
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

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