summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: glib: Update to 2.68.3.Mathieu Othacehe2021-08-19
| | | | | * gnu/packages/glib.scm (glib): Update to 2.68.3 and remove a left over comment.
* gnu: meson: Update to 0.59.1.Mathieu Othacehe2021-08-19
| | | | * gnu/packages/build-tools.scm (meson): Update to 0.59.1.
* gnu: adwaita-icon-theme: Update to 40.1.1.Mathieu Othacehe2021-08-19
| | | | * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 40.1.1.
* gnu: gtk-doc: Update to 1.33.2.Mathieu Othacehe2021-08-19
| | | | | | | | | | | * gnu/packages/patches/gtk-doc-respect-xml-catalog.patch: New file. * gnu/local.mk (DIST_PATCH_DATA): Add it. * gnu/packages/gtk.scm (gtk-doc): Update to 1.33.2. [source]: Add gtk-doc-respect-xml-catalog.patch patch. [build-system]: Switch to meson. [arguments]: Remove fix-docbook phase. Remove configure flags that are no longer needed. [outputs]: Remove the help output since the help-dir option no longer exists.
* gnu: gtk+: Update to 3.24.27.Mathieu Othacehe2021-08-19
| | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.27.
* gnu: julia: Fix building.Efraim Flashner2021-08-18
| | | | | * gnu/packages/julia.scm (julia)[arguments]: Adjust 'adjust-test-suite phase to account for newer package versions.
* gnu: Remove pcre2-10.36.Efraim Flashner2021-08-18
| | | | | | | * gnu/packages/pcre.scm (pcre2-10.36): Remove variable. * gnu/packages/julia.scm (julia)[arguments]: Adjust 'adjust-test-suite phase for new pcre2 package. [inputs]: Replace pcre2-10.36 with pcre2.
* gnu: openssl: Skip flaky test on arm hardware.Efraim Flashner2021-08-18
| | | | | * gnu/packages/tls.scm (openssl)[arguments]: Add phase on armhf- and aarch64-linux to skip a flaky test.
* gnu: texlive-updmap.cfg: Update for Tex Live 2021.Efraim Flashner2021-08-18
| | | | | | | This package was missed in ee25e3fcab9d2e24c2826b771b52d797c152193b. * gnu/packages/tex.scm (texlive-updmap.cfg)[source]: Update hash for the new version.
* gnu: texlive-latex-base: Disable some formats on powerpc-linux.Efraim Flashner2021-08-17
| | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom 'build phase to skip the jit formats also on powerpc-linux.
* gnu: texlive-bin: Fix building on powerpc-linux.Efraim Flashner2021-08-17
| | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Add phase on powerpc-linux to adjust the test suite.
* gnu: xsel: Update to 1.2.0-1.062e6d3.Mathieu Othacehe2021-08-16
| | | | | | * gnu/packages/xdisorg.scm (xsel): Update to 1.2.0-1.062e6d3. [arguments]: Add a custom bootstrap phase. [native-inputs]: Add autoconf, automake and libtool.
* gnu: python-matplotlib: Update to 3.4.3.Mathieu Othacehe2021-08-16
| | | | | | | | | | | * gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.4.3. [source]: Remove patch that is applied upstream. [propagated-inputs]: Add python-certifi. [inputs]: Add qhull. [native-inputs]: Add python-wheel. [arguments]: Extend regexp to match more image comparison tests. Wrap long lines. Use system freetype and qhull libraries.
* gnu: python-html5-parser: Fix build.Mathieu Othacehe2021-08-16
| | | | | * gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet.
* gnu: bittorrent: Disable tests.Mathieu Othacehe2021-08-16
| | | | | * gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are failing when using libevent 2.12 without internet connection.
* gnu: gnome-desktop: Fix tests.Mathieu Othacehe2021-08-16
| | | | | * gnu/packages/gnome.scm (gnome-desktop)[arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables for the tests.
* gnu: bpython: Update to 0.21.Mathieu Othacehe2021-08-16
| | | | | | | * gnu/packages/python-xyz.scm (bpython): Update to 0.21. [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth. Add python-pyxdg. [native-inputs]: Add python-tox and python-wheel.
* gnu: python-curtsies: Update to 0.3.5.Mathieu Othacehe2021-08-16
| | | | | * gnu/packages/terminals.scm (python-curtsies): Update to 0.3.5. [propagated-inputs]: Use python-cwcwidth instead of python-wcwidth.
* gnu: Add python-cwcwidth.Mathieu Othacehe2021-08-16
| | | | * gnu/packages/python-xyz.scm (python-cwcwidth): New variable.
* gnu: util-linux: Disable unreliable ioctl_ns test on IA-32.Maxime Devos2021-08-15
| | | | | | | * gnu/packages/linux.scm (util-linux)[arguments]<#:phases>{delete-lsns-test}: New phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-jedi: Update to 0.18.0-1.1d94494.Mathieu Othacehe2021-08-15
| | | | | | | | * gnu/packages/python-xyz (python-jedi): Update to 0.18.0-1.1d94494. [source]: Switch to git-fetch. [native-inputs]: Add python-django-stubs and python-typeshed. [arguments]: New unpack-submodule-sources phase. Also do not run pytest tests that fail with pytest 6 revision.
* gnu: python-parso: Update to 0.8.2.Mathieu Othacehe2021-08-15
| | | | * gnu/packages/python-xyz.scm (python-parso): Update to 0.8.2.
* gnu: go-1.14: Fix test failure with GCC 9+.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | | | | With GCC 9+, go-1.14 fails a test when the gold linker is not available (https://github.com/golang/go/issues/39157). Backport the fix for that from https://github.com/golang/go/commit/4ec4a79. This is a followup to the 'master -> core-updates-frozen' merge in c4133c43c7cfe2476ebfae87f9e4d10d96de9bc7, which accidentally dropped this commit (2818c66e93c4803de1d9fb8fbc11ccc9fa6a1859) due to the code in question being moved to another part of the file on the master branch. Reported on #guix by iskarian: <https://logs.guix.gnu.org/guix/2021-08-14.log#214343> * gnu/packages/golang.scm (go-1.14)[arguments]<#:phases>{prebuild}: Fix test failure with GCC 9+. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-feedparser: Update to 6.0.8.Mathieu Othacehe2021-08-14
| | | | | * gnu/packages/web.scm (python-feedparser): Update to 6.0.8. [propagated-inputs]: Add python-sgmllib3k.
* gnu: Add python-sgmllib3k.Mathieu Othacehe2021-08-14
| | | | * gnu/packages/python-xyz.scm (python-sgmllib3k): New variable.
* gnu: python-apsw: Update to 3.36.0-r1.Mathieu Othacehe2021-08-14
| | | | * gnu/packages/databases.scm (python-apsw): Update to 3.36.0-r1.
* gnu: commencement: Turn {gmp,mpfr,mpc}-boot into mere origins.Ludovic Courtès2021-08-13
| | | | | | | | | Reported by Thiago Jung Bauermann <bauermann@kolabnow.com> at <https://issues.guix.gnu.org/49881>. * gnu/packages/commencement.scm (gmp-boot, mpfr-boot, mpc-boot): Turn into origins. (gcc-core-mesboot1): Adjust accordingly.
* Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: ruby@2.7: Inherit source snippet from ruby@2.6.Marius Bakke2021-08-12
| | | | | | | | | | | | This is a follow-up to 507472b036f8cdd3d1a88c401017d2e43620bc20. * gnu/packages/ruby.scm (ruby-2.7)[source]: Inherit fields from RUBY.
| * gnu: rapidjson: Remove unused configure flag.Marius Bakke2021-08-11
| | | | | | | | | | | | | | * gnu/packages/web.scm (rapidjson)[arguments]: Remove #:configure-flags, as the entry is not honored by the build system and would only affect tests and examples, which are not installed. [source](snippet): Remove trailing #t.
| * gnu: rapidjson: Adjust for GCC 10.Marius Bakke2021-08-11
| | | | | | | | * gnu/packages/patches/rapidjson-gcc-compat.patch: Add additional patch.
| * gnu: VDE 2: Update to 2.3.2-0.8c65ebc.Leo Famulari2021-07-27
| | | | | | | | | | | | | | | | | | | | | | | | Updating to this unreleased revision allows us to package VDE 2 with wolfSSL instead of the obsolete OpenSSL 1.0: https://github.com/virtualsquare/vde-2/issues/2 * gnu/packages/networking.scm (vde2): Update to 2.3.2-0.8c65ebc. [source]: Use git-fetch. [native-inputs]: Add autoconf, automake, and libtool [inputs]: Replace openssl-1.0 with wolfssl.
| * gnu: Add wolfSSL.Leo Famulari2021-07-27
| | | | | | | | * gnu/packages/tls.scm (wolfssl): New variable.
| * gnu: Restore the correct order of the golang module.Leo Famulari2021-07-27
| | | | | | | | | | * gnu/packages/golang.scm: Move the Go compilers back to the beginning of the file.
| * gnu: pigx-rnaseq: Update to 0.0.18.Ricardo Wurmus2021-08-11
| | | | | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.18.
| * gnu: linux-libre 4.4: Update to 4.4.280.Leo Famulari2021-07-27
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.280. (linux-libre-4.4-pristine-source): Update hash.
| * gnu: Duplicity: Depend on python-paramiko.Leo Famulari2021-07-27
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/49979>. * gnu/packages/backup.scm (duplicity)[native-inputs]: Add python-paramiko.
| * gnu: Add unclutter-xfixesiKaSeRo2021-08-11
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (unclutter-xfixes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: rocm-opencl-runtime: Shorten patch file name.Ludovic Courtès2021-08-11
| | | | | | | | | | | | | | | | | | | | This appeases 'guix lint -c patch-file-names'. * gnu/packages/patches/rocm-opencl-runtime-3.10.0-add-rocclr-include-directories.patch: Rename to... * gnu/packages/patches/rocm-opencl-runtime-3.10.0-includes.patch: ... this. * gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Adjust accordingly. * gnu/local.mk (dist_patch_DATA): Likewise.
| * gnu: rocm-opencl-runtime: Use a non-redirecting source URL.Ludovic Courtès2021-08-11
| | | | | | | | | | * gnu/packages/rocm.scm (rocm-opencl-runtime)[source]: Use 'home-page' as the URL; since it lacks the ".git" prefix, that placates 'guix lint'.
| * gnu: emacs-vertico: Update to 0.14.Xinglu Chen2021-08-11
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.14. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| * gnu: emacs-marginalia: Update to 0.8.Xinglu Chen2021-08-11
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.8. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| * gnu: emacs-consult: Update to 0.10.Xinglu Chen2021-08-11
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.10. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| * gnu: emacs-corfu: Update to 0.11.Xinglu Chen2021-08-11
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.11. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| * gnu: python-aiorpcx: Update to 0.22.1.Milkey Mouse2021-08-11
| | | | | | | | | | | | | | | | * gnu/packages/finance.scm (electrum)[inputs]: Use python-aiorpcx-0.18. * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.22.1. (python-aiorpcx-0.18): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: emacs-project: Update to 0.6.1.Xinglu Chen2021-08-11
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: emacs-emms: Update to 7.6.Xinglu Chen2021-08-11
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: icedove: Update to 78.13.0.Jonathan Brielmaier2021-08-11
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.13.0.
| * gnu: uBlock Origin: Update to 1.37.2.Marius Bakke2021-08-11
| | | | | | | | | | * gnu/packages/browser-extensions.scm (uassets): Update to 54e217d90. (ublock-origin): Update to 1.37.2.
| * gnu: ungoogled-chromium: Update to 92.0.4515.131-0.4a9534c.Marius Bakke2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 92. (%chromium-version): Set to 92.0.4515.131. (%ungoogled-revision): Set to 92.0.4515.131-1-0-g4a9534c. (%ungoogled-origin): Update hash. (ungoogled-chromium-snippet): Remove obsolete substitution and trailing #t. (ungoogled-chromium)[source]: Update hash. [arguments]: Remove trailing #t's. [native-inputs]: Remove PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB. Add PYTHON-WRAPPER. [inputs]: Add LINUX-LIBRE-HEADERS-5.10.