summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: wine: Update to 3.0.2.Rutger Helling2018-06-28
| | | | * gnu/packages/wine.scm (wine): Update to 3.0.2.
* gnu: java-eclipse-jetty-security: Disable failing test.Gábor Boskovits2018-06-28
| | | | | * gnu/packages/web.scm (java-eclise-jetty-security): Disable failing test. * gnu/packages/web.scm (java-eclipse-jetty-security-9.2): Adjust accordingly.
* gnu: astyle: Update to 3.1.Ricardo Wurmus2018-06-27
| | | | * gnu/packages/code.scm (astyle): Update to 3.1.
* self: Add dependency on GnuTLS.Ludovic Courtès2018-06-27
| | | | | | | | | | Fixes <https://bugs.gnu.org/31983>. Reported by Fis Trivial <ybbs.daans@hotmail.com>. * guix/self.scm (specification->package): Add "gnutls" and "guile2.0-gnutls". (compiled-guix)[gnutls]: New variable. [dependencies]: Add it.
* nls: Update 'pt_BR' translation.Ludovic Courtès2018-06-27
|
* scripts: gc: Report size in MiBs instead of bytes.Taylan Kammer2018-06-28
| | | | * guix/scripts/gc.scm (guix-gc): Show info in MiBs not bytes.
* gnu: java-aqute-libg-bootstrap: Use base package phases.Gábor Boskovits2018-06-27
| | | | | * gnu/packages/java.scm (java-aqute-libg-boostrap)[arguments]: Do not ignore base package arguments.
* gnu: autojump: Update to 22.5.1.Kei Kebreau2018-06-27
| | | | | | * gnu/packages/admin.scm (autojump): Update to 22.5.1. [arguments]: Use 'invoke' in 'check' phase. Rewrite 'install' phase for the updated installation script.
* gnu: guile-lib: Update to 0.2.6.Ludovic Courtès2018-06-27
| | | | | * gnu/packages/guile.scm (guile-lib): Update to 0.2.6. Add 'modules' and 'snippet'.
* ui: Hint at the installation of locale packages and 'GUIX_LOCPATH'.Ludovic Courtès2018-06-27
| | | | | | * guix/ui.scm (install-locale): Hide the "warning: failed to install locale" on Guile 2.2. Add a hint about 'glibc-utf8-locales' and 'GUIX_LOCPATH'.
* doc: Specify Guile-SQLite3 minimum version.Ludovic Courtès2018-06-27
| | | | | | * doc/guix.texi (Requirements): Specify the minimum guile-sqlite3 version. * README (Requirements): Likewise.
* gnu: guile-sqlite3: Update to 0.1.0.Ludovic Courtès2018-06-27
| | | | | | * gnu/packages/guile.scm (guile-sqlite3)[source]: Remove 'modules' and 'snippet'. Use commit v0.1.0. [arguments]: Remove.
* gnu: rename: Update to 0.35.Kei Kebreau2018-06-27
| | | | * gnu/packages/admin.scm (rename): Update to 0.35.
* gnu: python-scikit-learn: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/machine-learning.scm (python-scikit-learn)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: dlib: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/machine-learning.scm (dlib)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: dlib: Fix tests.Tobias Geerinckx-Rice2018-06-27
| | | | * gnu/packages/machine-learning.scm (dlib)[native-inputs]: Add libnsl.
* gnu: ghmm: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/machine-learning.scm (ghmm)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: discount: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/markup.scm (discount)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: papagayo: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/animation.scm (papagayo)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: samba: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/samba.scm (samba)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: cifs-utils: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/samba.scm (cifs-utils)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: python-mpd2: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/mpd.scm (python-mpd2)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: python-patsy: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/statistics.scm (python-patsy)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: scm: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/scheme.scm (scm)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: slib: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/scheme.scm (slib)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: scmutils: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/scheme.scm (scmutils)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined or #f from phases.
* gnu: hop: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/scheme.scm (hop)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: squeak-vm: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/smalltalk.scm (squeak-vm)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: java-jgit: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (java-jgit)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: aegis: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (aegis)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: aegis: Skip failing tests.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (aegis)[arguments]: Disable some failing tests that should otherwise cause build failures.
* gnu: stgit: Return #t from phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (stgit)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: cgit: Return #t from all phases.Tobias Geerinckx-Rice2018-06-27
| | | | | * gnu/packages/version-control.scm (cgit)[arguments]: Substitute INVOKE for SYSTEM*.
* doc: Private key passphrases are not supported.Tobias Geerinckx-Rice2018-06-27
| | | | * doc/guix.texi (Daemon Offload Setup): Note this.
* gnu: inxi-minimal: Update to 3.0.13-1.Tobias Geerinckx-Rice2018-06-27
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.0.13-1.
* gnu: python-webtest: Update to 2.0.30.Tobias Geerinckx-Rice2018-06-27
| | | | * gnu/packages/python-web.scm (python-webtest): Update to 2.0.30.
* gnu: glusterfs: Update to 3.10.12.Ricardo Wurmus2018-06-27
| | | | * gnu/packages/file-systems.scm (glusterfs): Update to 3.10.12.
* gnu: xpra: Update to 2.3.2.Rutger Helling2018-06-27
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.3.2.
* gnu: shaderc: Disable tests.Rutger Helling2018-06-27
| | | | | * gnu/packages/vulkan.scm (shaderc): Disable tests since they are failing.
* gnu: emacs-web-mode: Update to 16.Nicolas Goaziou2018-06-27
| | | | * gnu/packages/emacs.scm (emacs-web-mode): Update to 16.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2018-06-27
| | | | | | | | | | | Includes fixes for CVE-2018-12363, CVE-2018-12364, CVE-2018-12366, the remaining 1 out of 2 changesets for CVE-2018-5156, and the remaining 7 out of 17 changesets for CVE-2018-5188. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository. * gnu/packages/patches/icecat-bug-1413868-pt1.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: icecat: Relabel patches to reflect CVE assignments.Mark H Weaver2018-06-27
| | | | | | | | | Document that we include fixes for CVE-2018-6126, CVE-2018-12359, CVE-2018-12360, CVE-2018-12362, CVE-2018-12365, 1 out of 2 changesets for CVE-2018-5156, and 10 out of 17 changesets for CVE-2018-5188. * gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE assignments.
* gnu: Add python-pyblake2.Vagrant Cascadian2018-06-26
| | | | | | * gnu/packages/python-crypto.scm (python-pyblake2): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-libusb1.Vagrant Cascadian2018-06-26
| | | | | | * gnu/packages/libusb.scm (python-libusb1): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: feh: Update to 2.26.4.Marius Bakke2018-06-26
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.26.4.
* gnu: mescc-tools: Update to 0.5.1.Jan Nieuwenhuizen2018-06-26
| | | | * gnu/packages/mes.scm (mescc-tools): Update to 0.5.1.
* gnu: Add beignet.Fis Trivial2018-06-26
| | | | | | | | * gnu/packages/opencl.scm (beignet): New variable. * gnu/packages/patches/beignet-correct-file-names.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add clinfo.Fis Trivial2018-06-26
| | | | | | * gnu/packages/opencl.scm (clinfo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ocl-icd.Fis Trivial2018-06-26
| | | | | | * gnu/packages/opencl.scm (ocl-icd): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* doc: Minor improvements to Power Management Services.Nicolas Goaziou2018-06-26
| | | | | | * doc/guix.texi (Top): Improve summary. (Power Management Services): Use proper titlecase for section. Add index entries and sub-sections.