aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: r-ape: Move to (gnu packages cran).Ricardo Wurmus2018-03-08
| | | | | * gnu/packages/bioinformatics.scm (r-ape): Move from here... * gnu/packages/cran.scm (r-ape): ...to here.
* gnu: r-sfsmisc: Update to 1.1-2.Ricardo Wurmus2018-03-08
| | | | * gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-2.
* gnu: r-nmf: Update to 0.21.0.Ricardo Wurmus2018-03-08
| | | | * gnu/packages/statistics.scm (r-nmf): Update to 0.21.0.
* gnu: r-openssl: Update to 1.0.1.Ricardo Wurmus2018-03-08
| | | | * gnu/packages/statistics.scm (r-openssl): Update to 1.0.1.
* gnu: python-sympy, python2-sympy: Only run core tests.Ricardo Wurmus2018-03-08
| | | | | * gnu/packages/python.scm (python-sympy, python2-sympy)[arguments]: Move tests after installation; run only core tests.
* gnu: nano: Update to 2.9.4.Efraim Flashner2018-03-08
| | | | * gnu/packages/nano.scm (nano): Update to 2.9.4.
* gnu: r-dropbead: Update to 0-2.d746c6f.Ricardo Wurmus2018-03-08
| | | | * gnu/packages/bioinformatics.scm (r-dropbead): Update to 0-2.d746c6f.
* gnu: milkytracker: Actually link with the JACK library.Kei Kebreau2018-03-08
| | | | | * gnu/packages/music.scm (milkytracker)[arguments]: Add appropriate configure flag.
* gnu: python-msgpack-transitional: Use a distinct name.Marius Bakke2018-03-08
| | | | * gnu/packages/python.scm (python-msgpack-transitional)[name]: New field.
* gnu: nghttp2: Use a fixed variant of tzdata for tests.Marius Bakke2018-03-08
| | | | * gnu/packages/web.scm (nghttp2)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
* gnu: feh: Update to 2.25.1.Marius Bakke2018-03-08
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.25.1.
* gnu: guile: Add 2.2.2.Ludovic Courtès2018-03-08
| | | | * gnu/packages/guile.scm (guile-2.2.2): New variable.
* gnu: intelmetool, me-cleaner: Restrict to Intel platforms.Ludovic Courtès2018-03-08
| | | | | | * gnu/packages/flashing-tools.scm (intelmetool)[supported-systems]: New field. (me-cleaner)[supported-systems]: New field.
* gnu: python-ddt: Update to 1.1.2.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/python.scm (python-ddt): Update to 1.1.2.
* gnu: python-ddt: Mark up description.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
* gnu: yapet: Update to 1.1.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/password-utils.scm (yapet): Update to 1.1.
* gnu: keepassxc: Update to 2.3.1.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.1.
* gnu: slurm: Update to 17.11.3.Tobias Geerinckx-Rice2018-03-08
| | | | * gnu/packages/parallel.scm (slurm): Update to 17.11.3.
* gnu: global: Replace GLOBAL with GNU GLOBAL in description.Clément Lassieur2018-03-08
| | | | * gnu/packages/code.scm (global)[description]: Replace GLOBAL with GNU GLOBAL.
* gnu: vulkan-icd-loader: Update to 1.1.70.0.Rutger Helling2018-03-08
| | | | * gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.1.70.0.
* gnu: sunxi-tools: Add cross-libc's "static" output.Danny Milosavljevic2018-03-08
| | | | | * gnu/packages/admin.scm (sunxi-tools)[native-inputs]: Add cross-libc's "static" output.
* gnu: sunxi-tools: Improve build error reporting.Danny Milosavljevic2018-03-08
| | | | | * gnu/packages/admin.scm (sunxi-tools)[arguments]<#:phases>[set-environment-up]: Improve build error reporting.
* gnu: emacs-slack: Update to 0-3.9272460.Ricardo Wurmus2018-03-08
| | | | * gnu/packages/emacs.scm (emacs-slack): Update to 0-3.9272460.
* gnu: Add pigx-rnaseq.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): New variable.
* gnu: Add r-algdesign.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/cran.scm (r-algdesign): New variable.
* gnu: Add r-radiant-data.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/cran.scm (r-radiant-data): New variable.
* gnu: Add r-shinyace.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/cran.scm (r-shinyace): New variable.
* gnu: Add r-import.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/cran.scm (r-import): New variable.
* gnu: Add r-cgdsr.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/cran.scm (r-cgdsr): New variable.
* gnu: glibc: Add a comment in the patch.Ludovic Courtès2018-03-07
| | | | * gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: Add a comment.
* gnu: glibc-2.26-patch: Remove unneeded 'replacement' field.Ludovic Courtès2018-03-07
| | | | | * gnu/packages/base.scm (glibc-2.26-patched): Remove unneeded 'replacement' field.
* gnu: commencement: 'glibc-final' inherits the replacement of 'glibc'.Ludovic Courtès2018-03-07
| | | | | | | | | | | That was the intent of commit b672a8160755bab07fb3c13dbc43dcc26525a7b7, but that commit left 'glibc-final' ungrafted. Reported by Ricardo Wurmus at <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00435.html>. * gnu/packages/commencement.scm (glibc-final): Use 'package/inherit' so that we inherit the 'replacement' of GLIBC.
* gnu: commencement: 'glibc-final' now inherits from 'glibc'.Ludovic Courtès2018-03-07
| | | | | | * gnu/packages/commencement.scm (glibc-final): Inherit from GLIBC instead of GLIBC-FINAL-WITH-BOOTSTRAP-BASH. [propagated-inputs]: New fields.
* gnu: Add r-heatmaply.Ricardo Wurmus2018-03-07
| | | | * gnu/packages/cran.scm (r-heatmaply): New variable.
* gnu: znc: Update to 1.6.6.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/messaging.scm (znc): Update to 1.6.6.
* gnu: Use HTTPS for zlib.net home pages.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/compression.scm (zlib, pigz)[home-page]: Use HTTPS.
* gnu: pigz: Update to 2.4.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/compression.scm (pigz): Update to 2.4.
* gnu: meson: Mark up description.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/build-tools.scm (meson)[description]: Use @dfn.
* gnu: links, lynx, qutebrowser: Update phase style.Tobias Geerinckx-Rice2018-03-07
| | | | | * gnu/packages/web-browsers.scm (links, lynx, qutebrowser)[arguments]: Substitute INVOKE for SYSTEM and end phases with #t.
* gnu: keyutils: Update to 1.5.10.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/crypto.scm (keyutils): Update to 1.5.10.
* gnu: cppcheck: Update to 1.82.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.82.
* gnu: cmdtest: Update to 0.32.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/check.scm (cmdtest): Update to 0.32.
* gnu: pam-krb5: Mark up description.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/admin.scm (pam-krb5)[description]: Use @code.
* gnu: pam-krb5: Update to 4.8.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/admin.scm (pam-krb5): Update to 4.8.
* gnu: mg: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/text-editors.scm (mg)[home-page]: Use HTTPS.
* gnu: mg: Update to 20171014.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/text-editors.scm (mg): Update to 20171014.
* gnu: c-reduce: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/debug.scm (c-reduce)[home-page]: Use HTTPS.
* gnu: c-reduce: Update to 2.6.0.Tobias Geerinckx-Rice2018-03-07
| | | | * gnu/packages/debug.scm (c-reduce): Update to 2.6.0.
* gnu: python2-gobject@2: Update to 2.28.7Mark Meyer2018-03-07
| | | | | | * gnu/packages/glib.scm (python2-gobject-2): Update to 2.28.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pycurl.Mark Meyer2018-03-07
| | | | | | | * gnu/packages/python-web.scm (python-pycurl, python2-pycurl): New variables. Co-authored-by: Ludovic Courtès <ludo@gnu.org>