haskellPackages.spatial-rotations: dontCheck for cyclic dependency
This commit is contained in:
parent
c7af2af455
commit
b53b5950fc
@ -504,7 +504,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…
x
Reference in New Issue
Block a user