~ruther/guix-local

2ff8212e — Ricardo Wurmus 10 years ago
gnu: r-curl: Update to 0.9.7.

* gnu/packages/web.scm (r-curl): Update to 0.9.7.
c0bfa472 — Ricardo Wurmus 10 years ago
gnu: r-htmlwidgets: Update to 0.6.

* gnu/packages/web.scm (r-htmlwidgets): Update to 0.6.
46a2d1b6 — Ricardo Wurmus 10 years ago
gnu: r-servr: Update to 0.4.

* gnu/packages/web.scm (r-servr): Update to 0.4.
73d5d4aa — Ricardo Wurmus 10 years ago
gnu: r-jsonlite: Update to 0.9.19.

* gnu/packages/web.scm (r-jsonlite): Update to 0.9.19.
c587725a — Ricardo Wurmus 10 years ago
gnu: r-rcpp: Update to 0.12.4.

* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.4.
6b49a37e — Roel Janssen 10 years ago
gnu: Add filevercmp.

* gnu/packages/bioinformatics.scm (filevercmp): New variable.
547cb17d — Efraim Flashner 10 years ago
gnu: pinentry: Update to 0.9.7.

* gnu/packages/gnupg.scm (pinentry): Update to 0.9.7.
82f44142 — Alex Kost 10 years ago
gnu: manaplus: Update to 1.6.4.23.

* gnu/packages/games.scm (manaplus): Update to 1.6.4.23.
d1dfa22f — Alex Kost 10 years ago
gnu: git-modes: Update to 1.2.2.

* gnu/packages/emacs.scm (git-modes): Update to 1.2.2.
ffefa3da — Alex Kost 10 years ago
gnu: emacs-with-editor: Update to 2.5.1.

* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.1.
edf6015c — Alex Kost 10 years ago
gnu: magit: Update to 2.6.1.

* gnu/packages/emacs.scm (magit): Update to 2.6.1.
557361e7 — Alex Kost 10 years ago
emacs: Add "edit" command to a list of licenses.

* emacs/guix-ui-license.el (guix-license-list-edit): New command.
(guix-license-list-mode-map): Bind it to "e" key.
57748c27 — Alex Kost 10 years ago
emacs: Add license definition button to License Info buffer.

* emacs/guix-ui-license.el (guix-license-insert-file): New procedure.
(guix-license-info-format): Use it.
8472b2fd — Alex Kost 10 years ago
emacs: Add 'guix-find-license-definition' command.

* emacs/guix-license.el (guix-license-file): New procedure.
(guix-find-license-definition): New command.
* doc/emacs.texi (Emacs Licenses): Document it.
f6744394 — Kei Yamashita 10 years ago
gnu: Add xfce4-taskmanager.

* gnu/packages/xfce.scm (xfce4-taskmanager): Add variable.
f79ee25f — Eric Bavier 10 years ago
gnu: woff2: Fix build parallelism.

* gnu/packages/patches/woff2-libbrotli.patch: Add dependency of
executables on object files.
b77d17d0 — Eric Bavier 10 years ago
import: cpan: check version bounds on core modules.

Modules may be removed from Perl's core, so we must check for a removal
version.

* guix/import/cpan.scm (cpan-module->sexp)[core-module?]: Also check
version upper bound.
5cd25aad — Ludovic Courtès 10 years ago
syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.

Reported by Mark H Weaver <mhw@netris.org>.

* guix/build/syscalls.scm (terminal-columns): Tolerate EINVAL.
* tests/syscalls.scm ("terminal-window-size ENOTTY"): Likewise.
0054e470 — Ludovic Courtès 10 years ago
guix gc: Add '--free-space'.

* guix/scripts/gc.scm (show-help, %options): Add '--free-space'.
(guix-gc)[ensure-free-space]: New procedure.
Handle '--free-space'.
a1f70878 — Ludovic Courtès 10 years ago
syscalls: Add 'statfs'.

* guix/build/syscalls.scm (<file-system>): New record type.
(fsword): New macro.
(%statfs): New C struct.
(statfs): New procedure.
Next