aboutsummaryrefslogtreecommitdiff
path: root/etc/openrc/guix-daemon.in
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 11:33:15 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 20:54:07 -0500
commit13a4368b46e57d25c6a1804733337c4e26fe99fe (patch)
treedfdc13e676dbc6f957743b277b301182e23fc559 /etc/openrc/guix-daemon.in
parent3f94182db49d6f29588b4ac2157c945fbaf73b42 (diff)
downloadguix-13a4368b46e57d25c6a1804733337c4e26fe99fe.tar.gz
guix-13a4368b46e57d25c6a1804733337c4e26fe99fe.zip
gnu: oxygen-icons: Update to 5.112.0.
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.112.0. Change-Id: Ibaadb681503cc0b95a1b48c4a799f03783f92eb0
Diffstat (limited to 'etc/openrc/guix-daemon.in')
0 files changed, 0 insertions, 0 deletions
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 2019-06-20utils: canonical-newline-port: Fix handling of carriage return at buffer end....Prior to this change the added test fails for me locally at byte 1024. It might depend on some default buffer sizes. Fixes <https://bugs.gnu.org/35863>. * tests/utils.scm ("canonical-newline-port-1024"): Add test. * guix/utils.scm (canonical-newline-port): Correct comments on CR/LF. Remove CR even when they're at the end of the buffer. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Robert Vollmert 2019-05-27utils: Support compression and decompression with lzip....* guix/utils.scm (lzip-port): New procedure. (decompressed-port, compressed-port, compressed-output-port): Add 'lzip case. * tests/utils.scm <top level>: Call 'test-compression/decompression' for 'lzip as well. Ludovic Courtès 2019-05-27utils: Test 'compressed-port' and 'decompressed-port' for both gzip and xz....* tests/utils.scm (test-compression/decompression): New procedure. <top level>: Call it for both 'xz and 'gzip. Ludovic Courtès