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;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user