summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* ui: Do not shadow '_' where it's used as a literal syntax match.Ludovic Courtès2016-09-20
| | | | | | | | | | | | | | | | | | Fixes compilation with Guile 2.1. Reported by Mu Lei. * guix/ui.scm (report-load-error) (warn-about-load-error, read/eval-package-expression): Use 'rest' instead of '_' as the pattern variable name. * gnu/packages.scm (%find-package): Likewise. * guix/scripts/build.scm (transform-package-inputs): Likewise. * guix/scripts/hash.scm (guix-hash): Likewise. * guix/scripts/import/gnu.scm (%options, guix-import-gnu): Likewise. * guix/scripts/import/nix.scm (guix-import-nix): Likewise. * guix/scripts/offload.scm (build-machines): Likewise. * guix/scripts/refresh.scm (%options): Likewise. * guix/scripts/substitute.scm (narinfo-signature->canonical-sexp): Likewise.
* services: Use 'source-module-closure' for (gnu build activation).Ludovic Courtès2016-09-20
| | | | | * gnu/services.scm (activation-script)[%modules]: Remove. Use 'source-module-closure' instead.
* gnu: efl: Remove hardcoding pulseaudio and libsndfile.Efraim Flashner2016-09-20
| | | | | * gnu/packages/enlightenment.scm (efl)[arguments]: Remove custom phase to hardlink to the locations of pulseaudio and libsndfile.
* gnu: emacs: Update to 25.1.Mark H Weaver2016-09-19
| | | | * gnu/packages/emacs.scm (emacs): Update to 25.1.
* gnu: linux-libre: Update to 4.7.4.Mark H Weaver2016-09-19
| | | | | * gnu/packages/linux.scm (linux-libre) (%linux-libre-version, %linux-libre-hash): Update to 4.7.4.
* gnu: linux-libre@4.4: Update to 4.4.21.Mark H Weaver2016-09-19
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.21.
* gnu: linux-libre@4.1: Update to 4.1.33.Mark H Weaver2016-09-19
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.33.
* gnu: emacs-org: Update to 20160912.Nicolas Goaziou2016-09-19
| | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 20160912. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python2-cov-core: Use strip-python2-variant.Efraim Flashner2016-09-19
| | | | | | * gnu/packages/python.scm (python-cov-core)[properties]: New field, declare python2-variant. (python2-cov-core): Use strip-python2-variant.
* gnu: gnupg: Fix test failure.Leo Famulari2016-09-19
| | | | | | * gnu/packages/patches/gnupg-fix-expired-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg): Use it.
* gnu: python-django, python2-django: Fix propagated- and native-inputs.Hartmut Goebel2016-09-19
| | | | | | | | | | | | | setuptools is a run-time dependency (sic!), all others are required for testing only. * gnu/packages/django.scm (python-django) [propagated-inputs, native-inputs]: Exchange them. Move tzdata to new native-inputs. Enhance comments. (python2-django) [propagated-inputs] change into native-inputs. Enhance comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: console-font: A single service handles all the VTs.Ludovic Courtès2016-09-19
| | | | | | | | | * gnu/services/base.scm (%default-console-font): New variable. (console-font-shepherd-services): New procedure. (console-font-service-type): Change to use 'service-type'. (console-font-service): Rewrite using 'simple-service'. (%base-services): Use a single CONSOLE-FONT-SERVICE-TYPE instance. * gnu/system/install.scm (installation-services): Likewise.
* services: Add 'simple-service'.Ludovic Courtès2016-09-19
| | | | | * gnu/services.scm (simple-service): New procedure. * doc/guix.texi (Service Reference): Document it.
* gnu: efl: Add recommended build flags.Efraim Flashner2016-09-19
| | | | | | * gnu/packages/enlightenment.scm (efl)[inputs]: Add libwebp. [arguments]: Add configure-flags to enable xinput22, image-loader-webp, multisense, opengl with egl support.
* gnu: efl: Update to 1.18.1.Efraim Flashner2016-09-19
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.18.1.
* gnu: ffmpeg@2.8: Update to 2.8.8.Efraim Flashner2016-09-19
| | | | * gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.8.
* gnu: Add Mr. Rescue.宋文武2016-09-19
| | | | * gnu/packages/games.scm (mrrescue): New variable.
* gnu: Add r-biocinstaller.Roel Janssen2016-09-19
| | | | * gnu/packages/bioinformatics.scm (r-biocinstaller): New variable.
* gnu: racket: Update to 6.6ng02016-09-19
| | | | * gnu/packages/scheme.scm (racket): Update to 6.6.
* gnu: python-biom-format: Move inputs to propagated-inputs.Ben Woodcroft2016-09-19
| | | | | | * gnu/packages/bioinformatics.scm (python-biom-format, python2-biom-format) [inputs]: Move all from here ... [propagated-inputs]: ... to here.
* gnu: seqmagick: Use BioPython 1.66.Ben Woodcroft2016-09-19
| | | | | * gnu/packages/bioinformatics.scm (seqmagick)[inputs]: Use python2-biopython-1.66 instead of python2-biopython.
* gnu: Add python2-biopython-1.66.Ben Woodcroft2016-09-19
| | | | * gnu/packages/bioinformatics.scm (python2-biopython-1.66): New variable.
* gnu: python-biopython: Use 'python2-variant'.Ben Woodcroft2016-09-19
| | | | | | * gnu/packages/bioinformatics.scm (python-biopython)[properties]: New field. [native-inputs]: Remove field. (python-biopython): Use 'strip-python-variant'.
* gnu: python-biopython: Update to 1.68.Ben Woodcroft2016-09-19
| | | | | * gnu/packages/bioinformatics.scm (python-biopython): Update to 1.68. [arguments]: New field.
* gnu: wireshark: Update to 2.2.0.Nicolas Goaziou2016-09-18
| | | | | | * gnu/packages/networking.scm (wireshark): Update to 2.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: onionshare: Fix build.Efraim Flashner2016-09-18
| | | | | | | | This commit is a follow-up to b8ea5204ab. * gnu/packages/tor.scm: Add 'gpl3+' to guix-licenses import, Add python-build-system. (onionshare)[licenses]: Remove license namespace.
* gnu: Add onionshare.Efraim Flashner2016-09-18
| | | | | | * gnu/packages/tor.scm (onionshare): New variable. * gnu/packages/patches/onionshare-fix-install-paths.patch: New variable. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add python-nautilus.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-nautilus): New variable.
* gnu: Add python-bcrypt.Efraim Flashner2016-09-18
| | | | * gnu/packages/password-utils.scm (python-bcrypt): New variable.
* gnu: Add python-nose2.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-nose2): New variable.
* gnu: Add python-cov-core.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-cov-core): New variable.
* gnu: Add python-consul.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-consul): New variable.
* gnu: Add python-graphene.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphene): New variable.
* gnu: Add python-django-filter.Efraim Flashner2016-09-18
| | | | * gnu/packages/django.scm (python-django-filter): New variable.
* gnu: Add python-pytest-django.Efraim Flashner2016-09-18
| | | | * gnu/packages/django.scm (python-pytest-django): New variable.
* gnu: Add python-sqlalchemy-utils.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-sqlalchemy-utils): New variable.
* gnu: Add python-graphql-relay.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphql-relay): New variable.
* gnu: Add python-graphql-core.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-graphql-core): New variable.
* gnu: Add python-pytest-mock.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-pytest-mock): New variable.
* gnu: Add python-promise.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-promise): New variable.
* gnu: Add python-peewee.Efraim Flashner2016-09-18
| | | | * gnu/packages/databases.scm (python-peewee): New variable.
* gnu: Add python-pika.Efraim Flashner2016-09-18
| | | | * gnu/packages/python.scm (python-pika): New variable.
* gnu: xorriso: Update to 1.4.6.Efraim Flashner2016-09-18
| | | | * gnu/packages/cdrom.scm (xorriso): Update to 1.4.6.
* gnu: autoconf-archive: Update to 2016.09.16.Efraim Flashner2016-09-18
| | | | * gnu/packages/autotools.scm (autoconf-archive): Update to 2016.09.16.
* gnu: gtk+ use modify-phasesJohn Darrington2016-09-18
| | | | * gnu/packages/gtk.scm (arguments): Replace alist-cons-before with modify-phases
* gnu: Add sendmailJohn Darrington2016-09-18
| | | | * gnu/packages/mail.scm (sendmail): New variable.
* gnu: Add python-glances.Stefan Reichoer2016-09-17
| | | | | | * gnu/packages/python.scm (python-glances, python2-glances): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: diffoscope: Update to 60.Leo Famulari2016-09-17
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 60.
* gnu: gnome-session: Update to 3.20.2.Rene Saavedra2016-09-17
| | | | | | * gnu/packages/gnome.scm (gnome-session): Update to 3.20.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* doc: "filesystem" -> "file system"John Darrington2016-09-16
| | | | | | | | | | | | | | | | | | | * doc/guix.texi: "filesystem" -> "file system" * gnu/packages/admin.scm: "filesystem" -> "file system" * gnu/packages/cdrom.scm: "filesystem" -> "file system" * gnu/packages/compression.scm: "filesystem" -> "file system" * gnu/packages/disk.scm: "filesystem" -> "file system" * gnu/packages/gnome.scm: "filesystem" -> "file system" * gnu/packages/irc.scm: "filesystem" -> "file system" * gnu/packages/linux.scm: "filesystem" -> "file system" * gnu/packages/mail.scm: "filesystem" -> "file system" * gnu/packages/mpd.scm: "filesystem" -> "file system" * gnu/packages/ocaml.scm: "filesystem" -> "file system" * gnu/packages/perl.scm: "filesystem" -> "file system" * gnu/packages/python.scm: "filesystem" -> "file system" * gnu/packages/search.scm: "filesystem" -> "file system" * gnu/packages/tls.scm: "filesystem" -> "file system" * gnu/services/mail.scm: "filesystem" -> "file system"