mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskell-opencv: ensure that the underlying C++ library has contrib code enabled
0335b93284 (commitcomment-22638850)
This commit is contained in:
parent
bc20886345
commit
d83fb640db
@ -461,4 +461,7 @@ self: super: builtins.intersectAttrs super {
|
||||
liquid-fixpoint = disableSharedExecutables super.liquid-fixpoint;
|
||||
liquidhaskell = dontCheck (disableSharedExecutables super.liquidhaskell);
|
||||
|
||||
# Haskell OpenCV bindings need contrib code enabled in the C++ library.
|
||||
opencv = super.opencv.override { opencv3 = pkgs.opencv3.override { enableContrib = true; }; };
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user