~ruther/guix-local

e6d58734 — Efraim Flashner 9 years ago
gnu: chess: Update to 6.2.3.

* gnu/packages/games.scm (chess): Update to 6.2.3.
b04a52a6 — Dylan Jeffers 9 years ago
gnu: Add python-requests-oauthlib.

* gnu/packages/python.scm (python-requests-oauthlib,
python2-requests-oauthlib): New variables.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
be86b7ad — John Darrington 9 years ago
gnu: Add bind

* gnu/packags/dns.scm (bind): New variable, (bind-utils): Remove.
9d126aa2 — Ludovic Courtès 9 years ago
build: Allow builds with Guile 2.2.

Reported by Mu Lei.

* configure.ac: Use 'GUILE_PKG', allowing 2.2.
Use 'GUILE_PROGS' instead of 'AC_PATH_PROG'.
e465d9e1 — Ludovic Courtès 9 years ago
ui: Do not shadow '_' where it's used as a literal syntax match.

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.
232ccbef — Ludovic Courtès 9 years ago
services: Use 'source-module-closure' for (gnu build activation).

* gnu/services.scm (activation-script)[%modules]: Remove.
Use 'source-module-closure' instead.
92330ba9 — Efraim Flashner 9 years ago
gnu: efl: Remove hardcoding pulseaudio and libsndfile.

* gnu/packages/enlightenment.scm (efl)[arguments]: Remove custom phase
to hardlink to the locations of pulseaudio and libsndfile.
846b2534 — Mark H Weaver 9 years ago
gnu: emacs: Update to 25.1.

* gnu/packages/emacs.scm (emacs): Update to 25.1.
6509a1e1 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.7.4.

* gnu/packages/linux.scm (linux-libre)
(%linux-libre-version, %linux-libre-hash): Update to 4.7.4.
a8b9c575 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.21.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.21.
55ac38f9 — Mark H Weaver 9 years ago
gnu: linux-libre@4.1: Update to 4.1.33.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.33.
006a832c — Nicolas Goaziou 9 years ago
gnu: emacs-org: Update to 20160912.

* gnu/packages/emacs.scm (emacs-org): Update to 20160912.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
8120205c — Efraim Flashner 9 years ago
gnu: python2-cov-core: Use strip-python2-variant.

* gnu/packages/python.scm (python-cov-core)[properties]: New field,
declare python2-variant.
(python2-cov-core): Use strip-python2-variant.
d404a6f9 — Leo Famulari 9 years ago
gnu: gnupg: Fix test failure.

* 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.
dfdaea32 — Hartmut Goebel 9 years ago
gnu: python-django, python2-django: Fix propagated- and native-inputs.

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>
4a84a487 — Ludovic Courtès 9 years ago
services: console-font: A single service handles all the VTs.

* 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.
71654dfd — Ludovic Courtès 9 years ago
services: Add 'simple-service'.

* gnu/services.scm (simple-service): New procedure.
* doc/guix.texi (Service Reference): Document it.
bf307a7a — Efraim Flashner 9 years ago
gnu: efl: Add recommended build flags.

* gnu/packages/enlightenment.scm (efl)[inputs]: Add libwebp.
[arguments]: Add configure-flags to enable xinput22, image-loader-webp,
multisense, opengl with egl support.
5de2a99e — Efraim Flashner 9 years ago
gnu: efl: Update to 1.18.1.

* gnu/packages/enlightenment.scm (efl): Update to 1.18.1.
6f27fbd8 — Efraim Flashner 9 years ago
gnu: ffmpeg@2.8: Update to 2.8.8.

* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.8.
Next