summary refs log tree commit diff
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2018-10-18 19:12:01 -0400
committerWill Fancher <elvishjerricco@gmail.com>2018-10-18 19:12:25 -0400
commita93c777c63b2bf7900209b7a2700649dd5f565e7 (patch)
treeeb7689fc7c29d57925f3965e24091b2bd5882b1e
parentff17dd2e11b2862b1a1a9cd4d086e9e0cd0c865f (diff)
downloadnixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.tar
nixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.tar.gz
nixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.tar.bz2
nixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.tar.lz
nixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.tar.xz
nixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.tar.zst
nixlib-a93c777c63b2bf7900209b7a2700649dd5f565e7.zip
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e59e4a67269d..e05f19609ea3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1156,4 +1156,7 @@ self: super: {
   # https://github.com/yesodweb/yesod/issues/1563
   yesod-core = dontCheck super.yesod-core;
 
+  # https://github.com/danfran/cabal-macosx/issues/13
+  cabal-macosx = dontCheck super.cabal-macosx;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super