mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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.
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue