aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/docker.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-01-07 15:37:07 -0500
committerLeo Famulari <leo@famulari.name>2021-01-07 15:37:39 -0500
commit87eaa4207208e16e5e1b22b60ba4ff5c3d035023 (patch)
treeb7abd457702c6b0d04a2fd89a0e8d74c94dda3e0 /gnu/tests/docker.scm
parent30544dabfd536d710b6b22696ce475415f33554c (diff)
downloadguix-87eaa4207208e16e5e1b22b60ba4ff5c3d035023.tar.gz
guix-87eaa4207208e16e5e1b22b60ba4ff5c3d035023.zip
gnu: tzdata: Update to 2020f.
* gnu/packages/base.scm (tzdata): Update to 2020f. [inputs]: Update tzcode.
Diffstat (limited to 'gnu/tests/docker.scm')
0 files changed, 0 insertions, 0 deletions
..* gnu/packages/embedded.scm (jimtcl): Update to 0.79. [home-page]: Update home-page. Efraim Flashner 2020-01-24gnu: jimtcl: Don't use unstable tarball....* gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch. Efraim Flashner 2020-01-24gnu: stlink: Don't use unstable tarball....* gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch. Efraim Flashner 2020-01-24gnu: spin2cpp: Don't use unstable tarball....* gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch. Efraim Flashner 2020-01-24gnu: openspin: Don't use unstable tarball....* gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch. Efraim Flashner 2020-01-15Avoid warnings for the 'delete' binding of (guix build utils)....On Guile 3, importing (guix build utils) leads to warnings such as: WARNING: (gnu packages embedded): imported module (guix build utils) overrides core binding `delete' * gnu/packages/embedded.scm: Select 'alist-replace' from (guix build utils). * guix/ui.scm: Hide 'delete' from (guix build utils). Ludovic Courtès 2019-12-25gnu: Add arm-none-eabi-nano-toolchain-7-2018-q2-update....* gnu/packages/embedded.scm (arm-none-eabi-nano-toolchain-7-2018-q2-update): New variable. Ricardo Wurmus 2019-12-25gnu: Add arm-none-eabi-toolchain-7-2018-q2-update....* gnu/packages/embedded.scm (arm-none-eabi-toolchain-7-2018-q2-update): New variable. Ricardo Wurmus 2019-12-25gnu: Add newlib-nano-arm-none-eabi-7-2018-q2-update....* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi-7-2018-q2-update): New variable. Ricardo Wurmus 2019-12-25gnu: Add newlib-arm-none-eabi-7-2018-q2-update....* gnu/packages/embedded.scm (newlib-arm-none-eabi-7-2018-q2-update): New variable. Ricardo Wurmus 2019-12-25gnu: Add gcc-arm-none-eabi-7-2018-q2-update....* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update): New variable. * gnu/packages/patches/gcc-7-cross-environment-variables.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ricardo Wurmus 2019-12-05gnu: Add west....* gnu/packages/embedded.scm (west): New variable. Clément Lassieur 2019-10-01Merge branch 'master' into core-updatesLudovic Courtès 2019-09-28gnu: fc-host-tools: Improve description....* gnu/packages/embedded.scm (fc-host-tools)[description]: Improve description. Danny Milosavljevic 2019-09-28gnu: fc-host-tools: Update to 11....* gnu/packages/embedded.scm (fc-host-tools): Update to 11. [arguments]<:phases>[handle-tarbomb]: Delete phase. [patch-installation-paths]: Modify. Danny Milosavljevic 2019-09-27Merge branch 'master' into core-updatesMarius Bakke 2019-09-26gnu: python-libmpsse: Update to 1.4....* gnu/packages/embedded.scm (python2-libmpsse): Rename to... (python-libmpsse): ...this. [version]: Update to 1.4. [source]: Change repository and version. [inputs]: Change Python version. [arguments]: Add #parallel-build?. (python2-libmpsse): New variable. Danny Milosavljevic 2019-09-19gnu: gcc-arm-none-eabi-4.9: Build with GCC 5....* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[native-inputs]: Add gcc-5. Ricardo Wurmus dependencies, also do not pass "zlib" and "lzlib" to "make-config.scm" procedure, (make-config.scm): remove "zlib" and "lzlib" arguments as well as %libz and %liblz variables. * guix/utils.scm (lzip-port): Use (lzlib) instead of (guix lzlib) and do not check for lzlib availability. * guix/zlib.scm: Remove it. * m4/guix.m4 (GUIX_LIBZ_LIBDIR, GUIX_LIBLZ_FILE_NAME): Remove them. * tests/lzlib.scm: Use (zlib) instead of (guix zlib) and (lzlib) instead of (guix lzlib), and do not check for zlib and lzlib availability. * tests/publish.scm: Ditto. * tests/substitute.scm: Do not check for lzlib availability. * tests/utils.scm: Ditto. * tests/zlib.scm: Remove it. Mathieu Othacehe 2020-06-16etc: Add committer script....* etc/committer.scm.in: New file. * configure.ac: Configure it. Ricardo Wurmus 2020-05-28maint: Check whether Guile-Gcrypt is recent enough....Suggested by Danny Milosavljevic <dannym@scratchpost.org> in <https://bugs.gnu.org/41494>. * m4/guix.m4 (GUIX_CHECK_GUILE_GCRYPT): New macro. * configure.ac: Use it. Ludovic Courtès 2020-05-14etc: indent-code.el: Use the --quick option....This prevents Emacs from loading the autoload definitions found in its profile, which needlessly clutters the output. It also prevents Geiser (if installed) from blocking the script and asking the user to input the Scheme implementation to use. The trick for passing multiple arguments to Emacs is to use what is called a "sesquicolon" (see https://www.emacswiki.org/emacs/EmacsScripts). * etc/indent-code.el.in: Rename to... * etc/indent-code.el: ...this. Adapt the shebang to use a sesquicolon, and pass the --quick option to Emacs. Since this line is interpreted by the shell, simply use Emacs from the PATH instead of from a hard coded location. (main): New procedure, used as the entry point. * configure.ac: Remove the warning about Emacs. Emacs can now be installed any time by the user if they want to use the script. * .gitignore: No longer ignore changes to etc/indent-code.el. Maxim Cournoyer 2020-04-23build: Don't build man pages when cross-compiling....* configure.ac: Define 'CROSS_COMPILING' Automake conditional. * doc/local.mk (dist_man1_MANS): Wrap in "if !CROSS_COMPILING". Ludovic Courtès 2020-03-11build: Require Guile 2.2.3 or later....* configure.ac: For 2.2.x, require 2.2.3 or later. Ludovic Courtès 2020-01-17build: Allow builds with Guile 3.0....* configure.ac: Add "3.0" in 'GUILE_PKG' invocation. * doc/guix.texi (Requirements): Mention 3.0.x. Ludovic Courtès 2019-11-09build: Warn about etc/indent-code.el when Emacs is absent....* configure.ac: Warn when 'emacs' is not found, and emit 'etc/indent-code.el' otherwise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun