aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:55:37 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:21 -0500
commitdcfb99d4cb88e210ecdf07e4a32914b0eef9949f (patch)
tree28e6608f008c5ff95164d9ea62d9ba70d3afed7a /bootstrap
parente0e21831d33b97a40cdac6fb44e873539bcbc316 (diff)
downloadguix-dcfb99d4cb88e210ecdf07e4a32914b0eef9949f.tar.gz
guix-dcfb99d4cb88e210ecdf07e4a32914b0eef9949f.zip
gnu: ghc-system-fileio: Update to 0.3.16.4.
* gnu/packages/haskell-xyz.scm (ghc-system-fileio): Update to 0.3.16.4. [arguments]: Add a phase that updates the Cabal file to allow for newer versions of 'chell'.
Diffstat (limited to 'bootstrap')
0 files changed, 0 insertions, 0 deletions
cture....This makes powerpc64le-linux a supported architecture for Guix, but not for Guix System. * Makefile.am (SUPPORTED_SYSTEMS): Add an entry for powerpc64le-linux. * etc/guix-install.sh (chk_sys_arch): Same. * guix/packages.scm (%supported-systems): Same. * 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