summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: python-babel: Reinstate previously failing tests.Maxim Cournoyer2020-10-18
| | | | | * gnu/packages/python-xyz.scm (python-babel)[arguments]: Remove field. [home-page]: Use HTTPS.
* gnu: python-babel: Fix build.Maxim Cournoyer2020-10-18
| | | | | | * gnu/packages/patches/python-babel-fix-parse-future-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python-xyz.scm (python-babel): Use it.
* gnu: curl: Update to 7.73.0.Maxim Cournoyer2020-10-18
| | | | * gnu/packages/curl.scm (curl): Update to 7.73.0.
* gnu: cups-filters: Update to 1.28.5.Tobias Geerinckx-Rice2020-10-16
| | | | * gnu/packages/cups.scm (cups-filters): Update to 1.28.5.
* Remove the last vestiges of GuixSD.Tobias Geerinckx-Rice2020-10-16
| | | | | | | | | | * gnu/build/vm.scm (load-in-linux-vm): Rename the RNG. * gnu/system/vm.scm (common-qemu-options): Likewise. (system-docker-image): Rename the ROOT-DIRECTORY. * gnu/packages/crypto.scm (eschalot)[arguments]: Use a different arbitrary string. * gnu/packages/wicd.scm (wicd)[arguments]: Remove unused configure flag. * gnu/packages/xorg.scm (xorg-server): Set a more accurate OS vendor.
* gnu: grep: Update to 3.5.Ludovic Courtès2020-10-15
| | | | * gnu/packages/base.scm (grep): Update to 3.5.
* gnu: libx11: Update to 1.6.12.Ludovic Courtès2020-10-15
| | | | * gnu/packages/xorg.scm (libx11): Update to 1.6.12.
* gnu: openssl@1.1: Update to 1.1.1g and remove replacement.Ludovic Courtès2020-10-15
| | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1g. [replacement]: Remove. (openssl-1.1.1g): Remove.
* gnu: libx11: Update to 1.6.10 and remove replacement.Ludovic Courtès2020-10-15
| | | | | | * gnu/packages/xorg.scm (libx11): Update to 1.6.10. [replacement]: Remove. (libx11/fixed): Remove.
* gnu: boost: Use python-minimal-wrapper instead of python-wrapper.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/boost.scm (boost)[native-inputs]: Use python-minimal-wrapper instead of python-wrapper.
* gnu: glib: Use python-minimal-wrapper instead of python-wrapper.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/glib.scm (glib)[native-inputs]: Use python-minimal-wrapper instead of python-wrapper.
* gnu: htop: Use python-minimal-wrapper instead of python-wrapper.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/admin.scm (htop)[native-inputs]: Use python-minimal-wrapper instead of python-wrapper.
* gnu: jbig2dec: Use python-minimal-wrapper instead of python-wrapper.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/image.scm (jbig2dec)[native-inputs]: Use python-minimal-wrapper instead of python-wrapper.
* gnu: ghostscript: Use python-minimal-wrapper instead of python-wrapper.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/ghostscript.scm (ghostscript)[native-inputs]: Use python-minimal-wrapper instead of python-wrapper.
* gnu: curl: Use python-minimal-wrapper instead of python-wrapper.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/curl.scm (curl)[native-inputs]: Use python-minimal-wrapper instead of python-wrapper.
* gnu: mit-krb5: Enable TLS support.Maxim Cournoyer2020-10-08
| | | | | | | Also enable more tests. * gnu/packages/kerberos.scm (mit-krb5)[native-inputs]: Add tcl. [inputs]: Add openssl.
* gnu: curl: Update to 7.72.0.Danny Milosavljevic2020-10-08
| | | | | * gnu/packages/curl.scm (curl): Update to 7.72.0. [native-inputs]: Add nghttp2.
* gnu: mesa: Update to 20.1.9.Danny Milosavljevic2020-10-07
| | | | | * gnu/packages/gl.scm (mesa): Update to 20.1.9. [arguments]<#:phases>[fix-tests]: New phase.
* gnu: libevent: Fix build failure.Danny Milosavljevic2020-10-06
| | | | | * gnu/packages/libevent.scm (libevent)[arguments]<#:configure-flags>: Add --disable-openssl.
* gnu: glib: Adhere to '--without-tests' option.Florian Pelz2020-10-03
| | | | | * gnu/packages/glib.scm (glib)[arguments]<#:phases>[configure]: Only run tests if 'tests?' is true.
* gnu: mesa: Update to 20.1.8.Maxim Cournoyer2020-09-26
| | | | | * gnu/packages/gl.scm (mesa): Update to 20.1.8. (mesa-20.0.8): Remove variable.
* gnu: gnutls: Remove dependency on the Autotools.Ludovic Courtès2020-09-25
| | | | | | | | | This is a followup to 5cf6f6fe7b610e50d4f723f345799092d2b518ba. * gnu/packages/tls.scm (gnutls)[arguments]: In 'disable-failing-tests' phase, change 'tests/fastopen.sh' instead of 'tests/Makefile.am'. [native-inputs]: Remove AUTOCONF, AUTOMAKE, GETTEXT-MINIMAL, and LIBTOOL.
* gnu: gnutls: Enable more testing.Ludovic Courtès2020-09-25
| | | | | | * gnu/packages/tls.scm (gnutls)[native-inputs]: Add NET-TOOLS, IPROUTE, and SOCAT. [arguments]: Adjust #:disallowed-references accordingly.
* gnu: gnutls: Update to 3.6.15.Ludovic Courtès2020-09-25
| | | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.6.15. [replacement]: Remove. (gnutls-3.6.14): Remove. * gnu/packages/vpn.scm (openconnect)[inputs]: Adjust accordingly. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Likewise.
* gnu: ld-wrapper: Unset 'GUILE_SYSTEM_COMPILED_PATH'.Ludovic Courtès2020-09-25
| | | | | | | 'GUILE_SYSTEM_COMPILED_PATH' is set by guile-bootstrap@2.0. Unsetting it ensures it does not interfere. * gnu/packages/ld-wrapper.in: Unset GUILE_SYSTEM_COMPILED_PATH.
* gnu: util-linux: Search for setuid helper programs as well.Maxim Cournoyer2020-09-24
| | | | | | | | | | | | | | To allow using mount as an unprivileged user, the helper commands must also be setuid. Before this change, the 'mount' command would only look under /run/current/profile/sbin. Extend the default path to include /run/setuid-programs as well. Partially addresses <https://issues.guix.gnu.org/39670>. * gnu/packages/linux.scm (util-linux)[configure-flags]: Prepend "/run/setuid-programs:" to the default search path. Reported-by: Nathan Dehnel <ncdehnel@gmail.com>
* gnu: gnutls: Fix build.Maxim Cournoyer2020-09-23
| | | | | | | Fixes <http://issues.guix.gnu.org/43561>. * gnu/packages/tls.scm (gnutls)[phases]{disable-failing-tests}: Add phase. [native-inputs]: Add autoconf, automake, gettext-minimal, libtool and texinfo.
* gnu: libgcrypt: Update to 1.8.6.Efraim Flashner2020-09-23
| | | | * gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.6.
* gnu: glibc-for-bootstrap: Fix patch.Efraim Flashner2020-09-23
| | | | | | This is a follow-up to d08f5299e62ca8f5f36f4f6ddf3fcd739d157074. * gnu/packages/patches/glibc-bootstrap-system.patch: Update.
* gnu: texlive-latex-psnfss: Ensure that font definition files are installed.Paul Garlick2020-09-22
| | | | | | * gnu/packages/tex.scm (texlive-latex-psnfss): Use simple-texlive-package to install font definition files and documentation.
* gnu: glibc-for-bootstrap: Refresh patch.Efraim Flashner2020-09-21
| | | | | | This is a follow-up to d2a01e3b5b39f2665c3c50be452cea1ae06785af. * gnu/packages/patches/glibc-bootstrap-system.patch: Update for glibc-2.32.
* gnu: node: Update to 10.22.0.Ludovic Courtès2020-09-20
| | | | | | * gnu/packages/node.scm (node): Update to 10.22.0. (node-10.22): Remove. It was referring to 'nghttp2-1.41', which is unbound.
* gnu: binutils: Update to 2.35.1.Ludovic Courtès2020-09-20
| | | | | | | | | | * gnu/packages/base.scm (binutils): Update to 2.35.1. [arguments]: Remove #:make-flags. [properties]: Remove. (binutils+documentation): Remove. (binutils-gold): Inherit from BINUTILS. * gnu/packages/make-bootstrap.scm (%binutils-static)[arguments]: Remove #:make-flags.
* gnu: glibc: Add version 2.31.Ludovic Courtès2020-09-20
| | | | | * gnu/packages/base.scm (glibc-2.31): New variable. * gnu/system/locale.scm (%default-locale-libcs): Add it.
* gnu: gawk-boot0: Inherit from gawk.Ludovic Courtès2020-09-20
| | | | | | | Until now the version number would be wrong. * gnu/packages/commencement.scm (gawk-boot0): Inherit from GAWK, not PATCH.
* gnu: gawk: Update to 5.1.0.Ludovic Courtès2020-09-20
| | | | * gnu/packages/gawk.scm (gawk): Update to 5.1.0.
* gnu: glibc: Update to 2.32.Ludovic Courtès2020-09-20
| | | | | * gnu/packages/base.scm (glibc): Update to 2.32. [arguments]: Add #:make-flags.
* gnu: gcc-mesboot: Remove redundant input.Ludovic Courtès2020-09-19
| | | | | | | Fixes <https://bugs.gnu.org/43508>. * gnu/packages/commencement.scm (gcc-mesboot)[native-inputs]: Remove GCC-MESBOOT1, which is already in %BOOT-MESBOOT4-INPUTS.
* gnu: boost: Update to 1.74.0.Greg Hogan2020-09-18
| | | | | | | * gnu/packages/boost.scm (boost): Update to 1.74.0. [source]: Remove patches and defunct substitute. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: llvm: Update to 10.0.1.Greg Hogan2020-09-18
| | | | | | | * gnu/packages/llvm.scm (llvm, clang, clang-runtime, clang-toolchain, lld): Update to 10.0.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: openblas: Update to 0.3.10.Greg Hogan2020-09-18
| | | | | | | * gnu/packages/maths.scm (openblas): Update to 0.3.10. [source]: Fetch from github. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Python 3: Update to 3.8.5.Greg Hogan2020-09-18
| | | | | | * gnu/packages/python.scm (python-3.8): Update to 3.8.5. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cups-filters: Wrap with grep.Tobias Geerinckx-Rice2020-09-18
| | | | | * gnu/packages/cups.scm (cups-filters)[inputs]: Add grep. [arguments]: Wrap all filters with it in $PATH.
* gnu: commencement: bash-mesboot0: Remove store file name.Vagrant Cascadian2020-09-16
| | | | | | | This is a follow-up to commit d9484fba91bc360ad18fe82cb9f4963ccb32c580, and fixes "make dist". * gnu/packages/commencement (bash-mesboot0): Remove reference to store item.
* Merge remote-tracking branch 'origin/master' into core-updatesMaxim Cournoyer2020-09-14
|\
| * gnu: r-quantreg: Update to 5.67.Ricardo Wurmus2020-09-14
| | | | | | | | * gnu/packages/statistics.scm (r-quantreg): Update to 5.67.
| * gnu: r-cowplot: Update to 1.1.0.Ricardo Wurmus2020-09-14
| | | | | | | | | | * gnu/packages/statistics.scm (r-cowplot): Update to 1.1.0. [native-inputs]: Add r-knitr.
| * gnu: r-rcpparmadillo: Update to 0.9.900.3.0.Ricardo Wurmus2020-09-14
| | | | | | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.900.3.0.
| * gnu: r-ggdendro: Update to 0.1.22.Ricardo Wurmus2020-09-14
| | | | | | | | * gnu/packages/statistics.scm (r-ggdendro): Update to 0.1.22.
| * gnu: r-stringi: Update to 1.5.3.Ricardo Wurmus2020-09-14
| | | | | | | | * gnu/packages/statistics.scm (r-stringi): Update to 1.5.3.