diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-08-07 12:00:46 +0200 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2026-08-07 12:05:26 +0200 |
| commit | ede5806ac90db742296921e97c95d9715a1e7e95 (patch) | |
| tree | 06ab3d819be29df80067c7e150cd33847acaa369 /gnu/local.mk | |
| parent | 726095a4c8b7f12b8fa04eb5f4e1d538b853014e (diff) | |
gnu: hoogle: Restore compatibility with our crypton-connection.
Without this change, `hoogle generate` fails unconditionally.
See: https://github.com/ndmitchell/hoogle/issues/450
* gnu/packages/haskell-apps.scm (hoogle): Restore crypton-connection compat.
[source]: Add new patch.
[inputs]: Add ghc-data-default-class.
* gnu/packages/patches/hoogle-crypton-connection-0.4.X.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 3b91a9eb623..d828205b7cd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk | |||
| @@ -1623,6 +1623,7 @@ dist_patch_DATA = \ | |||
| 1623 | %D%/packages/patches/helm-fix-gcc-9-build.patch \ | 1623 | %D%/packages/patches/helm-fix-gcc-9-build.patch \ |
| 1624 | %D%/packages/patches/highlight-gui-data-dir.patch \ | 1624 | %D%/packages/patches/highlight-gui-data-dir.patch \ |
| 1625 | %D%/packages/patches/hipblaslt-python-nanobind.patch \ | 1625 | %D%/packages/patches/hipblaslt-python-nanobind.patch \ |
| 1626 | %D%/packages/patches/hoogle-crypton-connection-0.4.X.patch \ | ||
| 1626 | %D%/packages/patches/hplip-usb-timeout.patch \ | 1627 | %D%/packages/patches/hplip-usb-timeout.patch \ |
| 1627 | %D%/packages/patches/http-parser-CVE-2020-8287.patch \ | 1628 | %D%/packages/patches/http-parser-CVE-2020-8287.patch \ |
| 1628 | %D%/packages/patches/hubbub-sort-entities.patch \ | 1629 | %D%/packages/patches/hubbub-sort-entities.patch \ |
