~ruther/guix-local

177475cf — Jelle Licht 8 years ago
gnu: password-store: Install passmenu script.

* gnu/packages/password-utils (password-store)
  [inputs]: Add dmenu and xdotool.
  [arguments]<#:phases>['patch-passmenu-path']: New phase.
  [arguments]<#:phases>['install-passmenu']: New phase.
011f5769 — Diego Nicola Barbato 8 years ago
gnu: Add Epson escpr printer driver.

* gnu/packages/cups.scm (escpr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
195f0d05 — Ludovic Courtès 8 years ago
git: Work around wrong default argument of 'clone'.

Fixes <https://bugs.gnu.org/29238>.
Reported by Benjamin Andresen <benny@in-ulm.de>.

* guix/git.scm (clone*): Pass second argument to 'clone'.
179b7ac6 — Efraim Flashner 8 years ago
gnu: postgresql@9.6: Update to 9.6.6 [security fixes].

This fixes CVE-2017-12172, CVE-2017-15098, CVE-2017-15099.

* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.6.
74bea6a0 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.13.12.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.12.
(%linux-libre-hash): Update hash.
4cacbf33 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.61.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.61.
3a79bd03 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.97.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.97.
f8071bea — Mark H Weaver 8 years ago
gnu: linux-libre@4.1: Update to 4.1.46.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.46.
3c3d20c8 — Tobias Geerinckx-Rice 8 years ago
gnu: libpsl: Update to 0.19.1.

* gnu/packages/web.scm (libpsl): Update to 0.19.1.
1d8e73ba — Rutger Helling 8 years ago
gnu: postgresql: Update to 10.1 [security fixes].

Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.

* gnu/packages/databases.scm (postgresql): Update to 10.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b70d72ac — Ludovic Courtès 8 years ago
tests: Adjust to unbound-variable exception printer.

* tests/guix-system.sh: Adjust unbound-variable test for commit
dc856223f5eab57d8a4881782ec0f50abd12afa3.
e99f045c — Kyle Meyer 8 years ago
gnu: Add r-directlabels.

* gnu/packages/statistics.scm (r-directlabels): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d3150731 — Alex Vong 8 years ago
gnu: emacs-ahungry-theme: Update to 1.8.0.

* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f021382b — Marek Benc 8 years ago
gnu: Add nxbelld.

* gnu/packages/xdisorg.scm (nxbelld): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dc856223 — Ludovic Courtès 8 years ago
ui: Add an 'unbound-variable' exception printer.

* guix/ui.scm (print-unbound-variable-error): New variable.
Use it as the 'unbound-variable' printer.
a2985bb1 — Ludovic Courtès 8 years ago
ui: Provide hints for unbound-variable errors.

* guix/ui.scm (known-variable-definition): New procedure.
(report-load-error): Handle 'unbound-variable'.
935542fb — Ludovic Courtès 8 years ago
ui: Add 'display-hint'.

* guix/ui.scm (known-variable-definition): New procedure.
(report-load-error): Use it.
d8f075c3 — Efraim Flashner 8 years ago
gnu: %intel-compatible-systems: Re-add variable.

This is a follow-up to cfbe7b7f4ccdb61534b47d91fe8e43db2ee1737d.

* gnu/packages/linux.scm (%intel-compatible-systems): New variable.
cfbe7b7f — Mathieu Othacehe 8 years ago
gnu: linux: Add linux-libre arm kernel.

* Makefile.am (AUX_FILES): Add arm config file.
* gnu/packages/aux-files/linux-libre/4.13-arm.conf: New file.
* gnu/packages/linux.scm (%intel-compatible-systems): Rename to
  %linux-compatible-systems and add "armhf-linux".
  (linux-libre): Adapt consequently.

The config file for arm is taken from debian armmp kernel. It's a generic
firmware for ARMv7 multiplatform compatible SoCs.
3694a9b3 — Leo Famulari 8 years ago
gnu: chromaprint: Update to 1.4.2.

* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
Next