haskell-opencv: ensure that the underlying C++ library has contrib code enabled
https://github.com/NixOS/nixpkgs/commit/0335b93284b156291d77ff121ea51a01c07527c5#commitcomment-22638850
This commit is contained in:
@@ -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; }; };
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user