~ruther/guix-local

475e2ce2 — Danny Milosavljevic 9 years ago
scripts: system: Move save-load-path-excursion and save-environment-excursion macros to the top.

* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
c2e9942b — Mathieu Othacehe 9 years ago
system: Rename kernel->grub-label to kernel->boot-label.

* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Ditto.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
a41134b4 — Mathieu Othacehe 9 years ago
scripts: system: Move save-load-path-excursion and save-environment-excursion macros to the top.

* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
53201c0d — 宋文武 9 years ago
gnu: Add orca.

* gnu/packages/gnome.scm (orca): New package.
3e00ac47 — 宋文武 9 years ago
gnu: Add python-pyatspi.

* gnu/packages/gnome.scm (python-pyatspi): New package.
904f8a31 — 宋文武 9 years ago
gnu: speech-dispatcher: Add more inputs.

* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
9866cf14 — Leo Famulari 9 years ago
gnu: samba: Update to 4.5.8.

This fixes a regression introduced by the security fixes for CVE-2017-2619.

* gnu/packages/samba.scm (samba): Update to 4.5.8.
7736bae9 — Leo Famulari 9 years ago
gnu: mutt: Update to 1.8.1.

* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
8439c9c0 — Leo Famulari 9 years ago
gnu: gpgme: Update to 1.9.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
2f64f444 — Leo Famulari 9 years ago
gnu: ncmpc: Update to 0.27.

* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
ed8a6c13 — Leo Famulari 9 years ago
gnu: libmpdclient: Update to 2.11.

* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
ab71ea93 — Leo Famulari 9 years ago
gnu: mysql: Update to 5.7.18.

* gnu/packages/databases.scm (mysql): Update to 5.7.18.
2ff7703b — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.04.14.

* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
27a5c604 — Tobias Geerinckx-Rice 9 years ago
gnu: dub: Flesh out synopsis & description.

* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
b31b0155 — Ludovic Courtès 9 years ago
build: Download aarch64 bootstrap binaries from alpha.gnu.org.

* build-aux/download.scm (file-name->uri): Remove flashner.co.il URL.
* gnu/packages/package-management.scm (boot-guile-uri): Likewise.
4e644ab8 — Arun Isaac 9 years ago
gnu: emacs-company: Enable tests.

* gnu/packages/emacs.scm (emacs-company)[arguments]: Add a 'check' phase.
960887b2 — Mathieu Othacehe 9 years ago
build: Stop building gnu/build/svg.scm.

* Makefile.am (EXTRA_DIST): Add gnu/build/svg.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove gnu/build/svg.scm.

It fixes the following build warnings:

gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create'
gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create'
gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale'
gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface'

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
e60ee790 — Mathieu Othacehe 9 years ago
build-system/cargo: Remove store reference.

* guix/build/cargo-build-system.scm (generate-checksums): Remove store
  reference from comment. This comment was matching
  assert-no-store-file-names regexp in Makefile.am.
  Also, edit procedure docstring to precise that DIR-NAME is a store
  directory.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
11e2087e — Mathieu Othacehe 9 years ago
build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST.

* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm. The
  file was removed of guix in this commit
  a3a27745013f3e5a287de3bf0187b2f72beb6965.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
f252d6df — David Thompson 9 years ago
gnu: Add guile-syntax-highlight.

* gnu/packages/guile.scm (guile-syntax-highlight): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Next