aboutsummaryrefslogtreecommitdiff
path: root/.mumi
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-17 17:31:18 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-21 14:11:39 -0400
commit8c9f430a05b4ef5c58bcd30e45549d514389cd40 (patch)
tree09e6e5f70f58146eeb271866be2d51514af38cf4 /.mumi
parent92f3476077da668a34399f3f854b605827f71baf (diff)
downloadguix-8c9f430a05b4ef5c58bcd30e45549d514389cd40.tar.gz
guix-8c9f430a05b4ef5c58bcd30e45549d514389cd40.zip
gnu: python-pymol: Remove msgpack from native-inputs.
It's now propagated by mmtf-cpp. * gnu/packages/chemistry.scm (python-pymol) [native-inputs]: Remove msgpack. Reviewed-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to '.mumi')
0 files changed, 0 insertions, 0 deletions
e.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 2020-12-11maint: Avoid macros obsolete in Autoconf 2.70....* configure.ac: Require Autoconf 2.69. Use 'AS_HELP_STRING' instead of 'AC_HELP_STRING'. * m4/guix.m4: Likewise. * config-daemon.ac: Use 'AC_CONFIG_HEADERS' instead of the singular variant. Ludovic Courtès 2020-10-22git: Require Guile-Git 0.3.0 or later....* guix/git.scm (auth-supported?): Remove. (clone*): Inline code that was dependent on AUTH-SUPPORTED?. (update-cached-checkout): Likewise. (resolve-reference): Remove check for 'object-lookup-prefix' and use it unconditionally. (load-git-submodules): Remove. (update-submodules): Use 'repository-submodules', 'submodule-lookup', etc. unconditionally. (update-cached-checkout): Use 'repository-close!' unconditionally. * m4/guix.m4 (GUIX_CHECK_GUILE_GIT): New macro. * configure.ac: Use it and error out when it fails. * doc/guix.texi (Requirements): Bump to Guile-Git 0.3.0. Ludovic Courtès