Age | Commit message (Expand) | Author |
2020-04-26 | tests: Add 'guile-final' to the installation test GC roots....* gnu/tests/install.scm (run-install): Add GUILE-FINAL to
OPERATING-SYSTEM-WITH-GC-ROOTS.
| Marius Bakke |
2020-04-25 | services: shepherd: Cross-compilation fix....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.
| Jan (janneke) Nieuwenhuizen |
2020-04-25 | gnu: python-geventhttpclient: Disable test that fails with Python 3.8....* 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.
| Marius Bakke |
2020-04-24 | gnu: python-aiohttp: Disable tests that fail with Python 3.8....* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Delete failing tests.
| Marius Bakke |
2020-04-24 | gnu: font-gnu-freefont: Build with an older version of FontForge....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.
| Marius Bakke |
2020-04-24 | gnu: emacs-guix: Add support for Guile 3.0....* gnu/packages/emacs-xyz.scm (emacs-guix)[source](modules, snippet): New fields.
| Marius Bakke |
2020-04-24 | Merge branch 'master' into core-updates | Marius Bakke |
2020-04-24 | gnu: guix: Update to 7dd0539....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.7dd0539.
| Marius Bakke |
2020-04-24 | doc: Ensure guix-daemon is built before creating guix-daemon.1....* doc/local.mk ($(srcdir)/%D%/guix-daemon.1): Depend on guix-daemon$(EXEEXT)
instead of its source code.
| Marius Bakke |
2020-04-24 | gnu: biber: Downgrade to 2.11....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.
| Ludovic Courtès |
2020-04-24 | gnu: biber: Address test failures....* gnu/packages/patches/biber-sortinithash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tex.scm (biber)[source]: Use it.
| Ludovic Courtès |
2020-04-24 | pack: 'guix pack -R' wrapper correctly reports exit code....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.
| Ludovic Courtès |
2020-04-24 | gnu: llvm: Add 10.0.0....* 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.
| Ludovic Courtès |
2020-04-24 | gnu: Add r-rxnat....* gnu/packages/cran.scm (r-rxnat): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add r-rcdd....* gnu/packages/cran.scm (r-rcdd): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add r-dcv....* gnu/packages/cran.scm (r-dcv): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: r-tea: Fix typo....* gnu/packages/cran.scm (r-tea)[description]: Fix typo.
| Ricardo Wurmus |
2020-04-24 | gnu: Add r-stam....* gnu/packages/cran.scm (r-stam): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add r-grouped....* gnu/packages/cran.scm (r-grouped): New variable.
| Naga Malleswari |
2020-04-24 | gnu: Add r-sgloptim....* gnu/packages/cran.scm (r-sgloptim): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add r-aws....* gnu/packages/cran.scm (r-aws): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add r-awsmethods....* gnu/packages/cran.scm (r-awsmethods): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add r-tea....* gnu/packages/cran.scm (r-tea): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Naga Malleswari |
2020-04-24 | gnu: Add texlive-csquotes....* gnu/packages/tex.scm (texlive-csquotes): New variable.
| Ricardo Wurmus |
2020-04-24 | guix package: Export 'search-path-environment-variables'.......because Emacs-Guix uses it.
* guix/scripts/package.scm (search-path-environment-variables): Export.
| Marius Bakke |
2020-04-24 | gnu: datamash: Update to 1.7....* gnu/packages/datamash.scm (datamash): Update to 1.7.
| Efraim Flashner |
2020-04-24 | gnu: java-eclipse-jetty-test-helper: Don't use unstable tarball....* gnu/packages/web.scm (java-eclipse-jetty-test-helper)[source]: Download
using git-fetch.
| Efraim Flashner |
2020-04-24 | Revert "licenses: Export license record."...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.
| Mathieu Othacehe |
2020-04-23 | gnu: linux-libre: Update to 5.4.35....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.35.
(linux-libre-5.4-pristine-source): Update hash.
| Mark H Weaver |
2020-04-23 | gnu: linux-libre@5.6: Update to 5.6.7....* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.7.
(linux-libre-5.6-pristine-source): Update hash.
| Mark H Weaver |
2020-04-23 | gnu: linux-libre@4.19: Update to 4.19.118....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.118.
(linux-libre-4.19-pristine-source): Update hash.
| Mark H Weaver |
2020-04-24 | news: Add entry for the glibc 2.31 upgrade....* etc/news.scm: Add entry for a33eac038a811603c8b9ed106ae405a5f80a0e9d.
| Marius Bakke |
2020-04-24 | gnu: Remove obsolete glibc-locales packages....* gnu/packages/base.scm (glibc-utf8-locales-2.27, glibc-locales-2.27): Remove
variables.
| Marius Bakke |
2020-04-24 | gnu: Update glibc locale compatibility packages for 2.29....* 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.
| Marius Bakke |
2020-04-24 | gnu: Add wsjtx....* gnu/packages/radio.scm (wsjtx-hamlib): New variable.
(wsjtx): New variable.
| Guillaume Le Vaillant |
2020-04-24 | gnu: fldigi: Add hamlib support....* gnu/packages/radio.scm (fldigi)[inputs]: Add hamlib and libusb.
| Guillaume Le Vaillant |
2020-04-24 | gnu: Add hamlib....* gnu/packages/radio.scm (hamlib): New package.
| Guillaume Le Vaillant |
2020-04-23 | gnu: Add wolf-spectrum....* gnu/packages/music.scm (wolf-spectrum): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2020-04-23 | gnu: Add wolf-shaper....* gnu/packages/music.scm (wolf-shaper): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou |
2020-04-23 | build: 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-04-23 | doc: Build more man pages....* doc/local.mk (sub_commands_mans): Add guix-deploy.1,
guix-time-machine.1, and guix-weather.1.
| Ludovic Courtès |
2020-04-23 | compile: Pre-load the compiler outside 'with-target'....* 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'.
| Ludovic Courtès |
2020-04-23 | gnu: GCC@8: Remove obsolete patch....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.
| Marius Bakke |
2020-04-23 | gnu: Squid: Update to 4.11 [fixes CVE-2020-{11945,12519,12521}]....* gnu/packages/networking.scm (squid): Update to 4.11.
| Leo Famulari |
2020-04-23 | gnu: grammalecte: Update to 1.9.0....* gnu/packages/dictionaries.scm (grammalecte): Update to 1.9.0.
| Nicolas Goaziou |
2020-04-23 | gnu: liburcu: Update to 0.12.1....* gnu/packages/datastructures.scm (liburcu): Update to 0.12.1.
| Tobias Geerinckx-Rice |
2020-04-23 | gnu: GNU FreeFont: Add a deprecated alias for "font-gnu-freefont-ttf"....This is a followup to commit 5483a2d0a913fe533744699e9ef5757c6e3f6983.
* gnu/packages/fonts.scm (font-gnu-freefont-ttf): New variable.
| Leo Famulari |
2020-04-23 | licenses: Export license record....* guix/licenses.scm (<license>): Export it.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| zimoun |
2020-04-23 | gnu: shepherd: Remove obsolete patch....* gnu/packages/patches/shepherd-hurd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (shepherd)[source](patches): Remove.
| Marius Bakke |
2020-04-23 | gnu: Add texlive-marginnote....* gnu/packages/tex.scm (texlive-marginnote): New variable.
| Ricardo Wurmus |