aboutsummaryrefslogtreecommitdiff
path: root/nix/libutil/serialise.hh
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-15 21:57:37 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:23:23 +0000
commit3355db5729a01a36082227ea298276f111b5a107 (patch)
tree4de0931abd86a4343251134f6268416afa9540e6 /nix/libutil/serialise.hh
parentf881b16ab78ac93ecedacb9bc0072767f7877b77 (diff)
downloadguix-3355db5729a01a36082227ea298276f111b5a107.tar.gz
guix-3355db5729a01a36082227ea298276f111b5a107.zip
gnu: python-mypy: Update to 1.13.0.
* gnu/packages/python-check.scm (python-mypy): Update to 1.13.0. [native-inputs]: Add nss-certs-for-test, python-hatchling, python-setuptools, and python-wheel. (python-mypy-minimal)[arguments]<phases>: Keep all phases. [native-inputs]: Add python-setuptools, and python-wheel. Change-Id: I45c35e361430a65a649f90e6aab7c2cff7218164
Diffstat (limited to 'nix/libutil/serialise.hh')
0 files changed, 0 insertions, 0 deletions
guix/profiles.scm (manual-database): Do not stub (guix config) in imported modules list, instead add "guile-zlib" to the extension list. * guix/scripts/publish.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), (string->compression-type, effective-compression): do not check for zlib and lzlib availability. * guix/scripts/substitute.scm (%compression-methods): Do not check for lzlib availability. * guix/self.scm (specification->package): Add "guile-zlib" and "guile-lzlib" and remove "zlib" and "lzlib", (compiled-guix): remove "zlib" and "lzlib" arguments and add guile-zlib and guile-lzlib to the dependencies, also do not pass "zlib" and "lzlib" to "make-config.scm" procedure, (make-config.scm): remove "zlib" and "lzlib" arguments as well as %libz and %liblz variables. * guix/utils.scm (lzip-port): Use (lzlib) instead of (guix lzlib) and do not check for lzlib availability. * guix/zlib.scm: Remove it. * m4/guix.m4 (GUIX_LIBZ_LIBDIR, GUIX_LIBLZ_FILE_NAME): Remove them. * tests/lzlib.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), and do not check for zlib and lzlib availability. * tests/publish.scm: Ditto. * tests/substitute.scm: Do not check for lzlib availability. * tests/utils.scm: Ditto. * tests/zlib.scm: Remove it. Mathieu Othacehe