aboutsummaryrefslogtreecommitdiff
path: root/tests/inferior.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-15 12:33:52 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-06-16 12:47:37 +0200
commitcce229546c924d25b91ad84769982a8ef1a1e0f4 (patch)
tree95b3d9c6299b29ab5f04ced5ca1e8fa423bb7764 /tests/inferior.scm
parent2a386c72634db8e4320748b4bebf17394b8706a9 (diff)
downloadguix-cce229546c924d25b91ad84769982a8ef1a1e0f4.tar.gz
guix-cce229546c924d25b91ad84769982a8ef1a1e0f4.zip
gnu: Add rust-cstr-core-0.2.
* gnu/packages/crates-io.scm (rust-cstr-core-0.2): New variable.
Diffstat (limited to 'tests/inferior.scm')
0 files changed, 0 insertions, 0 deletions
minimal gettext version to take advantage of new features. Before this patch, the first make invocation would modify po/guix and po/packages po files, and we advised to run `git checkout po` to clean the changes. * configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.19.1. * po/guix/Makevars: Set PO_DEPENDS_ON_POT to no. * po/packages/Makevars: Set PO_DEPENDS_ON_POT to no. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Julien Lepiller 2021-04-25import: Remove Nix importer....This importer has suffered from bitrot 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