Merge pull request #43730 from srhb/dontcheck-spatial-rotation

haskellPackages.spatial-rotations: dontCheck for cyclic dependency
This commit is contained in:
Peter Simons 2018-07-19 14:00:55 +02:00 committed by GitHub
commit b667721ce2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -494,7 +494,7 @@ self: super: builtins.intersectAttrs super {
# Break cyclic reference that results in an infinite recursion.
partial-semigroup = dontCheck super.partial-semigroup;
colour = dontCheck super.colour;
manifolds = super.manifolds.override { spatial-rotations = dontCheck self.spatial-rotations; };
spatial-rotations = dontCheck super.spatial-rotations;
LDAP = dontCheck (overrideCabal super.LDAP (drv: {
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];