···174174175175- `neovimUtils.makeNeovimConfig` now uses `customLuaRC` parameter instead of accepting `luaRcContent`. The old usage is deprecated but still works with a warning.176176177177+- `python3Packages.pyocr` no longer supports `cuneiform` on Linux by default. It is still possible to enable it using `withCuneiformSupport` override.178178+177179- `telegram-desktop` packages now uses `Telegram` for its binary. The previous name was `telegram-desktop`. This is due to [an upstream decision](https://github.com/telegramdesktop/tdesktop/commit/56ff5808a3d766f892bc3c3305afb106b629ef6f) to make the name consistent with other platforms.178180179181- `hsd` has been upgraded to version 8. See [their changelog](https://github.com/handshake-org/hsd/blob/v8.0.0/docs/release-notes/release-notes-8.x.md) for important instructions before upgrading.
···77 testers,88}:991010+# Deprecated: unmaintained, no consumers in nixpkgs as of 2025-10-05, and doesn't compile with gcc 15.1011stdenv.mkDerivation (finalAttrs: {1112 pname = "cuneiform";1213 version = "1.1.0";···37363837 postPatch = ''3938 rm cuneiform_src/Kern/hhh/tigerh/h/strings.h3939+ substituteInPlace CMakeLists.txt --replace-fail \4040+ 'cmake_minimum_required(VERSION 2.6.2)' \4141+ 'cmake_minimum_required(VERSION 3.10)'4042 '';41434244 # make the install path match the rpath
···3030 cryptography3131 ];32323333+ patches = [3434+ # NOTE: This is the same patch file as Fix-compat-with-current-cryptography.patch3535+ # from the pgpy packaging, with the base directory modified for pgpy-dtc.3636+ # https://github.com/SecurityInnovation/PGPy/pull/4743737+ ./Fix-compat-with-current-cryptography.patch3838+ ];3939+3340 nativeCheckInputs = [ pytestCheckHook ];34413542 pythonImportsCheck = [ "pgpy_dtc" ];