···771771 colour = dontCheck super.colour;
772772 spatial-rotations = dontCheck super.spatial-rotations;
773773774774- # This package is marked broken, but it causes some evail failures for nixpkgs-review.
775775- # cabal2nix still adds opencv3, which has been removed. It makes no sense to add opencv4,
776776- # because the haskell package is only targeting opencv 3.x specifically.
777777- # TODO: Remove this package entirely from hackage-packages.nix. It's broken and has been last
778778- # updated in 2018.
779779- opencv = overrideCabal (drv: {
780780- libraryPkgconfigDepends = [ ];
781781- }) super.opencv;
782782-783774 LDAP = dontCheck (
784775 overrideCabal (drv: {
785776 librarySystemDepends = drv.librarySystemDepends or [ ] ++ [ pkgs.cyrus_sasl.dev ];