summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2019-05-16gnu: js-mathjax: Avoid "Too many open files" error while building.Ludovic Courtès
* gnu/packages/javascript.scm (js-mathjax)[arguments]: Add call to 'close-pipe'. Previously builds would sometimes fail with EMFILE (this was non-deterministic as it depends on GC activity.)
2019-05-16gnu: custom-gcc: Unhide resulting package.Ricardo Wurmus
This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db. While the plain "gcc" packages should be hidden by default, gcc-derived packages like "gfortran" should not. * gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
2019-05-16gnu: star: Update to 2.7.1a.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a.
2019-05-16gnu: network-manager-applet: Patch libnma for modem support.Florian Pelz
* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load iso-codes and mobile-broadband-provider-info from the store and not require them in the profile. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-16gnu: grammalecte: Update to 1.1.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.
2019-05-16gnu: loksh: Update to 6.5.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (loksh): Update to 6.5.
2019-05-16gnu: cssc: Update to 1.4.1.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (cssc): Update to 1.4.1.
2019-05-16gnu: git-lfs: Update to 2.7.2.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2.
2019-05-16gnu: ndctl: Update to 65.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (ndctl): Update to 65.
2019-05-15gnu: linux-libre: Update to 5.1.2.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.2. (%linux-libre-hash): Update hash.
2019-05-15gnu: linux-libre@4.19: Update to 4.19.43.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43. (%linux-libre-4.19-hash): Update hash.
2019-05-15gnu: linux-libre@4.14: Update to 4.14.119.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.119. (%linux-libre-4.14-hash): Update hash.
2019-05-15gnu: linux-libre@4.9: Update to 4.9.176.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176.
2019-05-15gnu: python-jedi: Update to 0.13.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests.
2019-05-15gnu: elixir: Update to 1.8.2.Tobias Geerinckx-Rice
* gnu/packages/elixir.scm (elixir): Update to 1.8.2.
2019-05-15gnu: perl-data-page: Update to 2.03.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
2019-05-15gnu: perl-text-csv: Update to 2.00.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-text-csv): Update to 2.00.
2019-05-15gnu: ubridge: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-05-15gnu: ubridge: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
2019-05-15gnu: perl-time-duration: Update to 1.21.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-time-duration): Update to 1.21.
2019-05-15gnu: python-django-rq: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
2019-05-15gnu: Add python-pylzma.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable.
2019-05-15gnu: Remove python2-httpretty.Marius Bakke
This package is severely out of date compared to its Python 3 counterpart and difficult to upgrade. Since it has no dependents in Guix and Python 2 is officially deprecated by the end of this year, just remove it. * gnu/packages/web.scm (python2-httpretty): Remove variable.
2019-05-15gnu: vigra, notmuch: Use the Python3 Sphinx variant.Marius Bakke
* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to PYTHON-SPHINX. * gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise.
2019-05-15gnu: tbb: Add a source file name.Marius Bakke
* gnu/packages/tbb.scm (tbb)[source](file-name): New field.
2019-05-15gnu: tbb: Update to 2019_U6.Marius Bakke
* gnu/packages/tbb.scm (tbb): Update to 2019_U6.
2019-05-15gnu: samba: Update to 4.10.3.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.10.3.
2019-05-15gnu: oniguruma: Update to 6.9.2.Marius Bakke
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.2.
2019-05-14gnu: Add ocaml-odoc.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-odoc): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: Add ocaml-bisect-ppx.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: Add ocaml-tyxml.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-tyxml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: Add ocaml-markup.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-markup): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: python-requests-oauthlib: Fix building.Julien Lepiller
* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]: Add python-pyjwt for tests.
2019-05-14gnu: certbot, python-acme: Update to 0.34.2.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2.
2019-05-14gnu: ocaml-base64: Update to 3.2.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.2.0. [origin]: Use git-fetch. (ocaml-piqilib)[origin]: Add a patch to fix building with new versions of ocaml-base64. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2019-05-14gnu: ocaml-tsdl: Update to 0.9.6.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
2019-05-14gnu: ocaml-ocb-stubblr: Fix build failures using it.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ocb-stubblr)[arguments]: Add a phase to fix guix-specific issues.
2019-05-14gnu: ocaml-sqlite3: Update to 4.4.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 4.4.1. [origin]: Use git-fetch.
2019-05-14gnu: dune: Update to 1.9.3.Julien Lepiller
* gnu/packages/ocaml.scm (dune): Update to 1.9.3.
2019-05-14gnu: Add ataqv.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ataqv): New variable.
2019-05-14gnu: burp: Update to 2.3.6.Björn Höfling
* gnu/packages/backup.scm (burp): Update to 2.3.6.
2019-05-14gnu: anthy: Update source URI.Björn Höfling
* gnu/packages/anthy (anthy)[source]: Update URI.
2019-05-14gnu: jnettop: Use archived source and homepage.Björn Höfling
* gnu/packages/admin.scm (jnettop)[source,home-page]: Use archive.org mirror.
2019-05-14gnu: xdot: Update to 1.1.Björn Höfling
* gnu/packages/graphviz.scm (xdot): Update to 1.1.
2019-05-14gnu: font-hermit: Download as 'url-fetch/tarbomb'.Efraim Flashner
* gnu/packages/fonts.scm (font-hermit)[source]: Use 'url-fetch/tarbomb' method. [arguments]: Remove custom phases.
2019-05-14gnu: Add emacs-evil-cleverparensLaFreniere, Joseph
* gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-14gnu: Add font-hermitZzull
* gnu/packages/fonts.scm (font-hermit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-14gnu: munge: Pass '--localstatedir=/var'.Ludovic Courtès
Previously, Munge users such as Slurm would fail with: squeue: error: Munge encode failed: Failed to access "/gnu/store/…-munge-0.5.13/var/run/munge/munge.socket.2": No such file or directory squeue: error: authentication: Socket communication error * gnu/packages/admin.scm (munge)[source](modules, snippet): New fields. [arguments]: New field.
2019-05-14gnu: hdf5: Add dependency on Perl.Ludovic Courtès
* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
2019-05-14gnu: hdf5: Build a thread-safe library.Ludovic Courtès
* gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe --with-pthread --enable-unsupported".