aboutsummaryrefslogtreecommitdiff
path: root/nix/boost/format
ModeNameSize
-rw-r--r--exceptions.hpp2263logplainabout
-rw-r--r--feed_args.hpp6681logplainabout
-rw-r--r--format_class.hpp4629logplainabout
-rw-r--r--format_fwd.hpp1561logplainabout
-rw-r--r--format_implementation.cc7764logplainabout
-rw-r--r--free_funcs.cc2181logplainabout
-rw-r--r--group.hpp17513logplainabout
-rw-r--r--internals.hpp5421logplainabout
-rw-r--r--internals_fwd.hpp2014logplainabout
-rw-r--r--macros_default.hpp1656logplainabout
-rw-r--r--parsing.cc14445logplainabout
age): 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