summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-26tests: Add 'guile-final' to the installation test GC roots.Marius Bakke
* gnu/tests/install.scm (run-install): Add GUILE-FINAL to OPERATING-SYSTEM-WITH-GC-ROOTS.
2020-04-25services: shepherd: Cross-compilation fix.Jan (janneke) Nieuwenhuizen
Fixes <https://bugs.gnu.org/40839>. Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org> Fix suggested by Mathieu Othacehe <m.othacehe@gmail.com> However, <https://bugs.gnu.org/29296> still applies; %current-target-system may not be bound. * gnu/services/shepherd.scm (scm->go): Use `with-target' when cross-compiling.
2020-04-25gnu: python-geventhttpclient: Disable test that fails with Python 3.8.Marius Bakke
* gnu/packages/python-web.scm (python-geventhttpclient)[arguments]: In the check phase, add pytest flag to filter broken test. While at it, don't reorder the phase, as it now runs after install by default.
2020-04-24gnu: python-aiohttp: Disable tests that fail with Python 3.8.Marius Bakke
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Delete failing tests.
2020-04-24gnu: font-gnu-freefont: Build with an older version of FontForge.Marius Bakke
Fixes <https://bugs.gnu.org/40819>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/fontutils.scm (fontforge-20190801): New public variable. * gnu/packages/fonts.scm (font-gnu-freefont)[native-inputs]: Change from inherited FontForge variant to FONTFORGE-20190801.
2020-04-24gnu: emacs-guix: Add support for Guile 3.0.Marius Bakke
* gnu/packages/emacs-xyz.scm (emacs-guix)[source](modules, snippet): New fields.
2020-04-24Merge branch 'master' into core-updatesMarius Bakke
2020-04-24gnu: guix: Update to 7dd0539.Marius Bakke
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
2020-04-24doc: Ensure guix-daemon is built before creating guix-daemon.1.Marius Bakke
* doc/local.mk ($(srcdir)/%D%/guix-daemon.1): Depend on guix-daemon$(EXEEXT) instead of its source code.
2020-04-24gnu: biber: Downgrade to 2.11.Ludovic Courtès
Biber 2.12 is incompatible with biblatex 3.11, which is what's currently packaged. This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464. * gnu/packages/tex.scm (biber): Downgrade to 2.11.
2020-04-24gnu: biber: Address test failures.Ludovic Courtès
* gnu/packages/patches/biber-sortinithash.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/tex.scm (biber)[source]: Use it.
2020-04-24pack: 'guix pack -R' wrapper correctly reports exit code.Ludovic Courtès
Fixes <https://bugs.gnu.org/40816>. Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>. * gnu/packages/aux-files/run-in-namespace.c (main): In the 'default' case, check 'WIFEXITED (status)' and exit with the corresponding code in that case. Exit with 255 in other cases. * tests/guix-pack-relocatable.sh: Add test.
2020-04-24gnu: llvm: Add 10.0.0.Ludovic Courtès
* gnu/packages/llvm.scm (llvm-10, clang-runtime-10, clang-10) (clang-toolchain-10, llvm-9, clang-runtime-9, clang-9) (clang-toolchain-9): New variables. (llvm, clang, clang-runtime, clang-toolchain): Redefine as aliases to the '-9' bindings. * gnu/packages/patches/clang-10.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2020-04-24gnu: Add r-rxnat.Naga Malleswari
* gnu/packages/cran.scm (r-rxnat): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add r-rcdd.Naga Malleswari
* gnu/packages/cran.scm (r-rcdd): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add r-dcv.Naga Malleswari
* gnu/packages/cran.scm (r-dcv): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: r-tea: Fix typo.Ricardo Wurmus
* gnu/packages/cran.scm (r-tea)[description]: Fix typo.
2020-04-24gnu: Add r-stam.Naga Malleswari
* gnu/packages/cran.scm (r-stam): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add r-grouped.Naga Malleswari
* gnu/packages/cran.scm (r-grouped): New variable.
2020-04-24gnu: Add r-sgloptim.Naga Malleswari
* gnu/packages/cran.scm (r-sgloptim): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add r-aws.Naga Malleswari
* gnu/packages/cran.scm (r-aws): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add r-awsmethods.Naga Malleswari
* gnu/packages/cran.scm (r-awsmethods): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add r-tea.Naga Malleswari
* gnu/packages/cran.scm (r-tea): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2020-04-24gnu: Add texlive-csquotes.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-csquotes): New variable.
2020-04-24guix package: Export 'search-path-environment-variables'.Marius Bakke
...because Emacs-Guix uses it. * guix/scripts/package.scm (search-path-environment-variables): Export.
2020-04-24gnu: datamash: Update to 1.7.Efraim Flashner
* gnu/packages/datamash.scm (datamash): Update to 1.7.
2020-04-24gnu: java-eclipse-jetty-test-helper: Don't use unstable tarball.Efraim Flashner
* gnu/packages/web.scm (java-eclipse-jetty-test-helper)[source]: Download using git-fetch.
2020-04-24Revert "licenses: Export license record."Mathieu Othacehe
This reverts commit f0779922ff260df2404c90504986aa59553154fb. We do not want to export the license record, see: https://lists.gnu.org/archive/html/guix-commits/2020-04/msg01923.html.
2020-04-23gnu: linux-libre: Update to 5.4.35.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.35. (linux-libre-5.4-pristine-source): Update hash.
2020-04-23gnu: linux-libre@5.6: Update to 5.6.7.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.7. (linux-libre-5.6-pristine-source): Update hash.
2020-04-23gnu: linux-libre@4.19: Update to 4.19.118.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.118. (linux-libre-4.19-pristine-source): Update hash.
2020-04-24news: Add entry for the glibc 2.31 upgrade.Marius Bakke
* etc/news.scm: Add entry for a33eac038a811603c8b9ed106ae405a5f80a0e9d.
2020-04-24gnu: Remove obsolete glibc-locales packages.Marius Bakke
* gnu/packages/base.scm (glibc-utf8-locales-2.27, glibc-locales-2.27): Remove variables.
2020-04-24gnu: Update glibc locale compatibility packages for 2.29.Marius Bakke
* gnu/packages/base.scm (glibc-locales-2.28, glibc-utf8-locales-2.28): Rename to ... (glibc-locales-2.29, glibc-utf8-locales-2.29): ... this. Update to 2.29.
2020-04-24gnu: Add wsjtx.Guillaume Le Vaillant
* gnu/packages/radio.scm (wsjtx-hamlib): New variable. (wsjtx): New variable.
2020-04-24gnu: fldigi: Add hamlib support.Guillaume Le Vaillant
* gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.
2020-04-24gnu: Add hamlib.Guillaume Le Vaillant
* gnu/packages/radio.scm (hamlib): New package.
2020-04-23gnu: Add wolf-spectrum.Alexandros Theodotou
* gnu/packages/music.scm (wolf-spectrum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-23gnu: Add wolf-shaper.Alexandros Theodotou
* gnu/packages/music.scm (wolf-shaper): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-23build: Don't build man pages when cross-compiling.Ludovic Courtès
* configure.ac: Define 'CROSS_COMPILING' Automake conditional. * doc/local.mk (dist_man1_MANS): Wrap in "if !CROSS_COMPILING".
2020-04-23doc: Build more man pages.Ludovic Courtès
* doc/local.mk (sub_commands_mans): Add guix-deploy.1, guix-time-machine.1, and guix-weather.1.
2020-04-23compile: Pre-load the compiler outside 'with-target'.Ludovic Courtès
* guix/build/compile.scm (compile-files): Move call to 'compile' before 'with-target'. Failing to do that, if the target has a different word size than the host, the first call to 'compile-file' fails with: ice-9/eval.scm:293:34: In procedure load-thunk-from-memory: ELF file does not have native word size while attempting loading 'language/spec.go'.
2020-04-23gnu: GCC@8: Remove obsolete patch.Marius Bakke
This is no longer required since the update to 8.4.0 in 60ce496ad8. * gnu/packages/patches/gcc-8-libsanitizer-mode-size.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gcc.scm (gcc-8)[source](patches): Remove it.
2020-04-23gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}].Leo Famulari
* gnu/packages/networking.scm (squid): Update to 4.11.
2020-04-23gnu: grammalecte: Update to 1.9.0.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.9.0.
2020-04-23gnu: liburcu: Update to 0.12.1.Tobias Geerinckx-Rice
* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
2020-04-23gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf".Leo Famulari
This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983. * gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
2020-04-23licenses: Export license record.zimoun
* guix/licenses.scm (<license>): Export it. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-04-23gnu: shepherd: Remove obsolete patch.Marius Bakke
* gnu/packages/patches/shepherd-hurd.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/admin.scm (shepherd)[source](patches): Remove.
2020-04-23gnu: Add texlive-marginnote.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-marginnote): New variable.