aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/u-boot-fix-build-python-3.10.patch
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-09 22:24:56 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-09 22:44:47 +0200
commitf0e048576f6831c30c3d3eba59a10fed06131514 (patch)
tree9a3e59ca33eb9ab9029907e892ea442e38f94f2f /gnu/packages/patches/u-boot-fix-build-python-3.10.patch
parent591ffaede3787e19b95a814134622c30f97607f9 (diff)
downloadguix-f0e048576f6831c30c3d3eba59a10fed06131514.tar.gz
guix-f0e048576f6831c30c3d3eba59a10fed06131514.zip
gnu: r-htmltools: Update to 0.5.6.1.
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.6.1.
Diffstat (limited to 'gnu/packages/patches/u-boot-fix-build-python-3.10.patch')
0 files changed, 0 insertions, 0 deletions
rot and no longer works with current Nix and Nixpkgs. See <https://bugs.gnu.org/32339> and <https://bugs.gnu.org/36255>. * guix/import/snix.scm, guix/scripts/import/nix.scm, tests/snix.scm: Remove. * Makefile.am (MODULES, SCM_TESTS): Remove them. * guix/scripts/import.scm (importers): Remove "nix". * build-aux/test-env.in: Remove NIXPKGS variable. * configure.ac: Remove '--with-nixpkgs' option. * doc/guix.texi (Invoking guix import): Remove bit about "guix import nix". * etc/completion/fish/guix.fish: Likewise. Ludovic Courtès 2021-04-23build: Add a check for Guile-Lib....* configure.ac: Check if the Guile-Lib module is present and recent enough and warn in case it isn't. Maxim Cournoyer 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