summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2019-05-16gnu: js-mathjax: Avoid "Too many open files" error while building....* 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.) Ludovic Courtès
2019-05-16gnu: custom-gcc: Unhide resulting package....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. Ricardo Wurmus
2019-05-16gnu: star: Update to 2.7.1a....* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a. Ricardo Wurmus
2019-05-16gnu: network-manager-applet: Patch libnma for modem support....* 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> Florian Pelz
2019-05-16gnu: grammalecte: Update to 1.1....* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1. Nicolas Goaziou
2019-05-16gnu: loksh: Update to 6.5....* gnu/packages/shells.scm (loksh): Update to 6.5. Tobias Geerinckx-Rice
2019-05-16gnu: cssc: Update to 1.4.1....* gnu/packages/version-control.scm (cssc): Update to 1.4.1. Tobias Geerinckx-Rice
2019-05-16gnu: git-lfs: Update to 2.7.2....* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2. Tobias Geerinckx-Rice
2019-05-16gnu: ndctl: Update to 65....* gnu/packages/disk.scm (ndctl): Update to 65. Tobias Geerinckx-Rice
2019-05-15gnu: linux-libre: Update to 5.1.2....* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.2. (%linux-libre-hash): Update hash. Mark H Weaver
2019-05-15gnu: linux-libre@4.19: Update to 4.19.43....* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43. (%linux-libre-4.19-hash): Update hash. Mark H Weaver
2019-05-15gnu: linux-libre@4.14: Update to 4.14.119....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.119. (%linux-libre-4.14-hash): Update hash. Mark H Weaver
2019-05-15gnu: linux-libre@4.9: Update to 4.9.176....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176. Mark H Weaver
2019-05-15gnu: python-jedi: Update to 0.13.3....* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests. Maxim Cournoyer
2019-05-15gnu: elixir: Update to 1.8.2....* gnu/packages/elixir.scm (elixir): Update to 1.8.2. Tobias Geerinckx-Rice
2019-05-15gnu: perl-data-page: Update to 2.03....* gnu/packages/perl.scm (perl-data-page): Update to 2.03. Tobias Geerinckx-Rice
2019-05-15gnu: perl-text-csv: Update to 2.00....* gnu/packages/perl.scm (perl-text-csv): Update to 2.00. Tobias Geerinckx-Rice
2019-05-15gnu: ubridge: Don't use unstable tarball....* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2019-05-15gnu: ubridge: Update to 0.9.15....* gnu/packages/networking.scm (ubridge): Update to 0.9.15. Tobias Geerinckx-Rice
2019-05-15gnu: perl-time-duration: Update to 1.21....* gnu/packages/perl.scm (perl-time-duration): Update to 1.21. Tobias Geerinckx-Rice
2019-05-15gnu: python-django-rq: Update to 1.3.1....* gnu/packages/django.scm (python-django-rq): Update to 1.3.1. Tobias Geerinckx-Rice
2019-05-15gnu: Add python-pylzma....* gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable. Danny Milosavljevic
2019-05-15gnu: Remove python2-httpretty....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. Marius Bakke
2019-05-15gnu: vigra, notmuch: Use the Python3 Sphinx variant....* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to PYTHON-SPHINX. * gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise. Marius Bakke
2019-05-15gnu: tbb: Add a source file name....* gnu/packages/tbb.scm (tbb)[source](file-name): New field. Marius Bakke
2019-05-15gnu: tbb: Update to 2019_U6....* gnu/packages/tbb.scm (tbb): Update to 2019_U6. Marius Bakke
2019-05-15gnu: samba: Update to 4.10.3....* gnu/packages/samba.scm (samba): Update to 4.10.3. Marius Bakke
2019-05-15gnu: oniguruma: Update to 6.9.2....* gnu/packages/textutils.scm (oniguruma): Update to 6.9.2. Marius Bakke
2019-05-14gnu: Add ocaml-odoc....* gnu/packages/ocaml.scm (ocaml-odoc): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt
2019-05-14gnu: Add ocaml-bisect-ppx....* gnu/packages/ocaml.scm (ocaml-bisect-ppx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt
2019-05-14gnu: Add ocaml-tyxml....* gnu/packages/ocaml.scm (ocaml-tyxml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt
2019-05-14gnu: Add ocaml-markup....* gnu/packages/ocaml.scm (ocaml-markup): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> gabrielhdt
2019-05-14gnu: python-requests-oauthlib: Fix building....* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]: Add python-pyjwt for tests. Julien Lepiller
2019-05-14gnu: certbot, python-acme: Update to 0.34.2....* gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2. Leo Famulari
2019-05-14gnu: ocaml-base64: Update to 3.2.0....* 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. Julien Lepiller
2019-05-14gnu: ocaml-tsdl: Update to 0.9.6....* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6. Julien Lepiller
2019-05-14gnu: ocaml-ocb-stubblr: Fix build failures using it....* gnu/packages/ocaml.scm (ocaml-ocb-stubblr)[arguments]: Add a phase to fix guix-specific issues. Julien Lepiller
2019-05-14gnu: ocaml-sqlite3: Update to 4.4.1....* gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 4.4.1. [origin]: Use git-fetch. Julien Lepiller
2019-05-14gnu: dune: Update to 1.9.3....* gnu/packages/ocaml.scm (dune): Update to 1.9.3. Julien Lepiller
2019-05-14gnu: Add ataqv....* gnu/packages/bioinformatics.scm (ataqv): New variable. Ricardo Wurmus
2019-05-14gnu: burp: Update to 2.3.6....* gnu/packages/backup.scm (burp): Update to 2.3.6. Björn Höfling
2019-05-14gnu: anthy: Update source URI....* gnu/packages/anthy (anthy)[source]: Update URI. Björn Höfling
2019-05-14gnu: jnettop: Use archived source and homepage....* gnu/packages/admin.scm (jnettop)[source,home-page]: Use archive.org mirror. Björn Höfling
2019-05-14gnu: xdot: Update to 1.1....* gnu/packages/graphviz.scm (xdot): Update to 1.1. Björn Höfling
2019-05-14gnu: font-hermit: Download as 'url-fetch/tarbomb'....* gnu/packages/fonts.scm (font-hermit)[source]: Use 'url-fetch/tarbomb' method. [arguments]: Remove custom phases. Efraim Flashner
2019-05-14gnu: Add emacs-evil-cleverparens...* gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> LaFreniere, Joseph
2019-05-14gnu: Add font-hermit...* gnu/packages/fonts.scm (font-hermit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zzull
2019-05-14gnu: munge: Pass '--localstatedir=/var'....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. Ludovic Courtès
2019-05-14gnu: hdf5: Add dependency on Perl....* gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL. Ludovic Courtès
2019-05-14gnu: hdf5: Build a thread-safe library....* gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe --with-pthread --enable-unsupported". Ludovic Courtès