Merge pull request #48690 from ElvishJerricco/dont-check-cabal-macosx
haskellPackages.cabal-macosx: Tests don't build with Cabal >= 2.2
This commit is contained in:
commit
9ebba0fa6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user