Merge pull request #43730 from srhb/dontcheck-spatial-rotation
haskellPackages.spatial-rotations: dontCheck for cyclic dependency
This commit is contained in:
commit
b667721ce2
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ self: super: builtins.intersectAttrs super {
|
||||||
# Break cyclic reference that results in an infinite recursion.
|
# Break cyclic reference that results in an infinite recursion.
|
||||||
partial-semigroup = dontCheck super.partial-semigroup;
|
partial-semigroup = dontCheck super.partial-semigroup;
|
||||||
colour = dontCheck super.colour;
|
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: {
|
LDAP = dontCheck (overrideCabal super.LDAP (drv: {
|
||||||
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
|
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
|
||||||
|
|
Loading…
Reference in a new issue