Merge pull request #208428 from nuttycom/haskell-unbreak_true_name

Add a patch to allow `true-name` to build with current template-haskell.
This commit is contained in:
Dennis Gosnell 2023-01-02 15:53:42 +09:00 committed by GitHub
commit c99e04fe51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -2363,4 +2363,16 @@ self: super: {
} super.postgrest));
html-charset = dontCheck super.html-charset;
# true-name-0.1.0.4 has been tagged, but has not been released to Hackage.
# Also, beyond 0.1.0.4 an additional patch is required to make true-name
# compatible with current versions of template-haskell
# https://github.com/liyang/true-name/pull/4
true-name = appendPatch (fetchpatch {
url = "https://github.com/liyang/true-name/compare/0.1.0.3...nuttycom:true-name:update_template_haskell.patch";
hash = "sha256-ZMBXGGc2X5AKXYbqgkLXkg5BhEwyj022E37sUEWahtc=";
}) (overrideCabal (drv: {
revision = null;
editedCabalFile = null;
}) super.true-name);
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -5425,7 +5425,6 @@ broken-packages:
- trivia
- tropical
- tropical-geometry
- true-name
- tsession
- tslib
- tsparse