summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-nix.nix
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2018-07-18 13:21:48 +0200
committerSarah Brofeldt <sbrofeldt@gmail.com>2018-07-19 10:37:12 +0200
commitb53b5950fcffe32e62f2e4d290f4a2c3b6afab59 (patch)
tree91e283134c948d9c8f755dcbf93a2bef0273007a /pkgs/development/haskell-modules/configuration-nix.nix
parentc7af2af4556f77d4a6801a77abe5fec70fd39647 (diff)
downloadnixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.tar
nixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.tar.gz
nixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.tar.bz2
nixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.tar.lz
nixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.tar.xz
nixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.tar.zst
nixlib-b53b5950fcffe32e62f2e4d290f4a2c3b6afab59.zip
haskellPackages.spatial-rotations: dontCheck for cyclic dependency
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-nix.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 2e3a8e1c867d..682e1bc91ef8 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -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 ];