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;
|
liquid-fixpoint = disableSharedExecutables super.liquid-fixpoint;
|
||||||
liquidhaskell = dontCheck (disableSharedExecutables super.liquidhaskell);
|
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…
x
Reference in New Issue
Block a user