summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-12-05gnu: Boost: Build with C++14.Leo Famulari
Some parts of Boost which are used by other Guix packages require C++14 support. Fixes <https://bugs.gnu.org/33605>. * gnu/packages/boost.scm (boost)[arguments]: Pass 'cxxflags=-std=c++14' to #:make-flags.
2018-12-05gnu: eyeD3: Update to 0.8.8.Leo Famulari
* gnu/packages/mp3.scm (eyed3): Update to 0.8.8.
2018-12-05gnu: guix: Update to c845323.Ludovic Courtès
2018-12-05gnu: guix: Update to 0.16.0.Ludovic Courtès
2018-12-05services: guix-daemon: Fix authorization of multiple keys.Ludovic Courtès
Previously, the 'unless (file-exists? "/etc/guix/acl")' guard would mean that only the first key in the list would get registered since were were generating one registration snippet per key. This fixes that. * gnu/services/base.scm (hydra-key-authorization): Change to be a 'for-each' loop iterating on #$KEYS.
2018-12-05gnu: beets: Make it compatible with Python 3.7.Danny Milosavljevic
* gnu/packages/music.scm (beets)[arguments]<#:phases> [make-python3.7-compatible]: New phase.
2018-12-05gnu: khal: Disable another test.Leo Famulari
Normally we shouldn't disable tests just because they fail. However, since the recent glibc update, it's not possible to keep using an old khal, because khal requires locales to be set up properly. * gnu/packages/calendar.scm (khal)[arguments]: Disable a failing test.
2018-12-05gnu: sbcl-stumpwm: Drop ECL lisp support and rename to 'stumpwm'.Pierre Langlois
StumpWM version 1.0.0 was the last version to support lisps other than SBCL. This patch renames the current version of Stumpwm to simply 'stumpwm' instead of 'sbcl-stumpwm' since it's redundant, and removes the unmaintained 'ecl-stumpwm' package. * gnu/packages/lisp.scm (sbcl-stumpwm): Deprecate in favor of 'stumpwm'. [name]: Rename to 'stumpwm'. [arguments]: Set '#:asd-system-name' to 'stumpwm'. [properties]: Replace ecl-variant with cl-source-variant. (ecl-stumpwm): Remove variable. (cl-stumpwm): Replace 'sbcl-stumpwm' with 'stumpwm' and adapt. (sbcl-stumpwm+slynk): Deprecate in favor of 'stumpwm+slynk'. [name]: Rename to 'stumpwm-with-slynk'. [inherit, inputs, arguments]: Replace 'sbcl-stumpwm' with 'stumpwm'. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-12-04gnu: go-github-com-client-golang-prometheus: Update to 0.9.1-0.7e9098b.Leo Famulari
* gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus): Update to 0.9.1-0.7e9098b. [arguments]: Skip the test suite.
2018-12-04gnu: go-github-com-syncthing-notify: Update to 0.0.0-3.116c45b.Leo Famulari
* gnu/packages/syncthing (go-github-com-syncthing-notify): Update to 0.0.0-3.116c45b.
2018-12-04gnu: Syncthing: Update to 0.14.53.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.53. [source]: Use bundled libraries. [inputs]: Remove field. [arguments]: Simplify the 'build' phase.
2018-12-05gnu: Add python-xmltodict.Oleg Pykhalov
* gnu/packages/xml.scm (python-xmltodict): New variable.
2018-12-05gnu: sbcl-next: Update to 1.1.0.Pierre Neidhardt
* gnu/packages/web-browsers.scm (sbcl-next): Update to 1.1.0.
2018-12-05gnu: next-gtk-webkit: Update to 1.1.0.Pierre Neidhardt
* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.1.0.
2018-12-05gnu: quilt: Use shorter file names for patches.Ludovic Courtès
We were reaching the 99-character limit of POSIX tar. * gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch: Rename to... * gnu/packages/patches/quilt-getopt-nondigit-param.patch: ... this. * gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch: Rename to... * gnu/packages/patches/quilt-getopt-second-separator.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/patchutils.scm (quilt)[source](patches): Likewise.
2018-12-04gnu: mongo-tools: Fix build.Christopher Baines
I guess this broke when upgrading go. I did try upgrading to the later patch and minor releases, but they had similar problems, so lets upgrade separately. * gnu/packages/databases.scm (mongo-tools)[arguments]: Add patch-source phase.
2018-12-04gnu: mbedtls-apache: Update to 2.14.1 [fixes CVE-2018-19608].Marius Bakke
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.14.1.
2018-12-04gnu: samba.scm: Sort module imports.Marius Bakke
* gnu/packages/samba.scm (gnu): Sort imports.
2018-12-04gnu: ldb: Update to 1.4.3.Marius Bakke
* gnu/packages/samba.scm (ldb): Update to 1.4.3. [inputs]: Add LMDB.
2018-12-04gnu: samba: Update to 4.9.3.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.9.3. [inputs]: Add GPGME, JANSSON, LIBARCHIVE and LMDB.
2018-12-04gnu: re2: Update to 2018-12-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2018-12-01.
2018-12-04gnu: re2: Download sources from git.Marius Bakke
* gnu/packages/regex.scm (re2)[source]: Change to GIT-FETCH.
2018-12-04gnu: python-django: Update to 1.11.17.Marius Bakke
* gnu/packages/django.scm (python-django): Update to 1.11.17.
2018-12-04gnu: go-gopkg.in-tomb.v2: Fix build.Christopher Baines
Looks like this test isn't compiling with newer versions of go, so fix it to get the package building again. * gnu/packages/golang.scm (go-gopkg.in-tomb.v2)[arguments]: Add new patch-source phase.
2018-12-04tests: Increase root partitions size to 1.2G.Ludovic Courtès
The system closure has grown slightly above 1GiB so adjust accordingly. * gnu/tests/install.scm (%simple-installation-script): Increase vdb2 size of 1.2G, (%extlinux-gpt-installation-script); ditto (%simple-installation-script-for-/dev/vda): ditto, (%separate-store-installation-script): ditto for vdb3, (%encrypted-root-installation-script): ditto.
2018-12-04gnu: meson: Update to 0.48.2Brett Gilio
* gnu/packages/build-tools.scm (meson): Update to 0.48.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-12-04gnu: mesa: Build against the regular LLVM package.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Change LLVM-WITHOUT-RTTI to LLVM. * gnu/packages/llvm.scm (llvm-without-rtti): Remove variable.
2018-12-04gnu: eudev: Update to 3.2.7.Marius Bakke
* gnu/packages/linux.scm (eudev): Update to 3.2.7.
2018-12-04gnu: eudev: Download using git.Marius Bakke
* gnu/packages/linux.scm (eudev)[source]: Change to GIT-FETCH. [arguments]: Add phase "make-source-writable".
2018-12-04gnu: gstreamer: Update to 1.14.4.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.14.4.
2018-12-04gnu: libva: Update to 2.3.0.Marius Bakke
* gnu/packages/video.scm (libva): Update to 2.3.0.
2018-12-04gnu: OpenBLAS: Update to 0.3.4.Marius Bakke
* gnu/packages/maths.scm (openblas): Update to 0.3.4.
2018-12-04gnu: libsigc++: Update to 2.10.1.Marius Bakke
* gnu/packages/glib.scm (libsigc++): Update to 2.10.1.
2018-12-04gnu: lz4: Download sources from git.Marius Bakke
* gnu/packages/compression.scm (lz4)[source]: Change to GIT-FETCH.
2018-12-04gnu: imagemagick: Update to 6.9.10-15.Marius Bakke
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-15.
2018-12-04gnu: json-glib: Update to 1.4.4.Marius Bakke
* gnu/packages/patches/json-glib-fix-tests-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnome.scm (json-glib): Update to 1.4.4. [source](patches): Remove.
2018-12-04gnu: gtk+: Update to 3.24.1.Marius Bakke
* gnu/packages/gtk.scm (gtk+): Update to 3.24.1.
2018-12-04gnu: tzdata: Update to 2018g.Marius Bakke
* gnu/packages/base.scm (tzdata): Update to 2018g.
2018-12-04gnu: libepoxy: Update to 1.5.3.Marius Bakke
* gnu/packages/gl.scm (libepoxy): Update to 1.5.3. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Delete 'bootstrap' phase.
2018-12-04gnu: libinput: Update to 1.12.3.Marius Bakke
* gnu/packages/freedesktop.scm (libinput): Update to 1.12.3.
2018-12-04gnu: Add apertium.Arun Isaac
* gnu/packages/dictionaries.scm (apertium): New variable.
2018-12-04gnu: Add lttoolbox.Arun Isaac
* gnu/packages/dictionaries.scm (lttoolbox): New variable.
2018-12-04gnu: dictionaries: Use license prefix.Arun Isaac
* gnu/packages/dictionaries.scm: Import (guix licenses) with license: prefix. Fix all license fields.
2018-12-04gnu: pigx-rnaseq: Update to 0.0.5.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.5. [inputs]: Replace snakemake-4 with snakemake.
2018-12-04gnu: pari-gp: Update to 2.11.1.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.1.
2018-12-04gnu: emacs-irony-mode: Fetch source using git.Tim Gesthuizen
* gnu/packages/emacs.scm (emacs-irony-mode)[source]: Rewrite in terms of GIT-FETCH. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-04gnu: enlightenment: Use absolute path to 'edje_cc'.Timo Eisenmann
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: In 'set-system-actions', set absolute file name to 'edje_cc'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-04gnu: fenics: Skip extra demo in 'check' phase.Paul Garlick
* gnu/packages/simulation.scm (fenics)[arguments]: Add 'curl-curl' demo to list of demos that require meshes supplied by git-lfs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-04gnu: petsc-openmpi: Configure with support for HYPRE preconditioner.Paul Garlick
* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add hypre-openmpi. [arguments]: Add 'with-hypre=1' flag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-12-04Remove most references to hydra.gnu.org.Ludovic Courtès
* Makefile.am (assert-binaries-available): Don't mention hydra.gnu.org in comment. * build-aux/check-available-binaries.scm: Likewise. * build-aux/check-final-inputs-self-contained.scm: Likewise. * doc/guix.texi (SUBSTITUTE-SERVER): New variable. Use it throughout instead of "mirror.hydra.gnu.org". * doc/contributing.texi (Submitting Patches): Likewise. * gnu/services/base.scm (hydra-key-authorization) (guix-activation): Remove mentions of "hydra.gnu.org" in comments and messages. * gnu/system/install.scm (%installation-services): Likewise. * guix/scripts/size.scm (guix-size): Likewise.