aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 02:55:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 11:19:55 +0100
commit046fcbae672dccbba76668523c803c63f6727363 (patch)
treec7b3cd9104ceb71cf482ba89f656f86ca2c3df27 /.guix-channel
parente4b36ac1d427f01f2a172bba0e36b53355380f77 (diff)
downloadguix-046fcbae672dccbba76668523c803c63f6727363.tar.gz
guix-046fcbae672dccbba76668523c803c63f6727363.zip
gnu: libgnt: Update to 2.14.3.
* gnu/packages/messaging.scm (libgnt): Update to 2.14.3. [arguments]: Don't explicitly return #t from phases.
Diffstat (limited to '.guix-channel')
0 files changed, 0 insertions, 0 deletions
x/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