mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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:
parent
0841c6a1d9
commit
5e68d203f3
@ -87,5 +87,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user