haskellPackages.fmt: unbreak

This commit is contained in:
Siva Mahadevan 2020-11-24 22:52:15 -05:00 committed by Peter Simons
parent b8896bc35d
commit 9c3d2dda01
2 changed files with 3 additions and 1 deletions

View File

@ -1508,4 +1508,7 @@ self: super: {
# 2020-11-23: https://github.com/Rufflewind/blas-hs/issues/8 # 2020-11-23: https://github.com/Rufflewind/blas-hs/issues/8
blas-hs = dontCheck super.blas-hs; blas-hs = dontCheck super.blas-hs;
# 2020-11-23: https://github.com/cdornan/fmt/issues/30
fmt = dontCheck super.fmt;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -5170,7 +5170,6 @@ broken-packages:
- FM-SBLEX - FM-SBLEX
- fmark - fmark
- FModExRaw - FModExRaw
- fmt
- fmt-for-rio - fmt-for-rio
- fmt-terminal-colors - fmt-terminal-colors
- fn-extra - fn-extra