aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix.in
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-07-27 15:02:33 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-07-27 15:02:33 +0200
commite5758aeb0e2716193a4b8b8233e54dafcfd1d8c8 (patch)
treeb6d0f97305920b8da3038e9cf360b83ec8556c4c /scripts/guix.in
parentbc76f8b1f9a74c0f187022991b633cc1820944c7 (diff)
downloadguix-e5758aeb0e2716193a4b8b8233e54dafcfd1d8c8.tar.gz
guix-e5758aeb0e2716193a4b8b8233e54dafcfd1d8c8.zip
gnu: Move guile-zlib and guile-lzlib packages.
* gnu/packages/guile-xyz.scm (guile-zlib, guile-lzlib): Move to ... * gnu/packages/guile.scm: ... here.
Diffstat (limited to 'scripts/guix.in')
0 files changed, 0 insertions, 0 deletions
e. * m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): Same. * tests/guix-build.sh (all_systems): Same. Chris Marusich 2021-03-17maint: Check whether Guile-zlib is recent enough....This is a followup to a04aef2430645357d7796969d4b6453478ff8a3f. * m4/guix.m4 (GUIX_CHECK_GUILE_ZLIB): New macro. * configure.ac: Use it when checking for Guile-zlib. Ludovic Courtès 2021-02-04build: Add '--with-channel-commit' and related configure flags....Partially fixes <https://bugs.gnu.org/45896>. * m4/guix.m4 (GUIX_CHANNEL_METADATA): New macro. * configure.ac: Use it. * guix/config.scm.in (%channel-metadata): Adjust accordingly. Ludovic Courtès