Age | Commit message (Expand) | Author |
2015-09-04 | publish: Gracefully handle the lack of a deriver....* guix/scripts/publish.scm (narinfo-string): Catch 'system-error' around
'load-derivation' call; return BASE-INFO upon ENOENT. This allows us
to return the narinfo even if DERIVER is missing. Before that, the
exception would be uncaught, leading to 500 Internal Error on the
client side.
| Ludovic Courtès |
2015-09-03 | gnu: magit: Update to 2.2.2....* gnu/packages/emacs.scm (magit): Update to 2.2.2.
| Alex Kost |
2015-09-03 | gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir....* gnu/packages/vpn.scm (tinc)[arguments]: New field.
| 宋文武 |
2015-09-03 | gnu: Add r-ggplot2....* gnu/packages/statistics.scm (r-ggplot2): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-scales....* gnu/packages/statistics.scm (r-scales): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-reshape2....* gnu/packages/statistics.scm (r-reshape2): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-stringr....* gnu/packages/statistics.scm (r-stringr): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-stringi....* gnu/packages/statistics.scm (r-stringi): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-rcolorbrewer....* gnu/packages/statistics.scm (r-rcolorbrewer): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-proto....* gnu/packages/statistics.scm (r-proto): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-plyr....* gnu/packages/statistics.scm (r-plyr): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-rcpp....* gnu/packages/statistics.scm (r-rcpp): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-munsell....* gnu/packages/statistics.scm (r-munsell): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-magrittr....* gnu/packages/statistics.scm (r-magrittr): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-labeling....* gnu/packages/statistics.scm (r-labeling): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-gtable....* gnu/packages/statistics.scm (r-gtable): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-digest....* gnu/packages/statistics.scm (r-digest): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-dichromat....* gnu/packages/statistics.scm (r-dichromat): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: Add r-colorspace....* gnu/packages/statistics.scm (r-colorspace): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: bundler: Update to 1.10.6....* gnu/packages/ruby.scm (bundler): Update to 1.10.6.
| David Thompson |
2015-09-03 | gnu: Add libraw....* gnu/packages/photo.scm (libraw): New variable.
| Ricardo Wurmus |
2015-09-03 | gnu: sfml: Update to 2.3.1....* gnu/packages/game-development.scm (sfml): Update to 2.3.1.
[inputs]: Add flac, libvorbis, xcb-util-image.
| Ricardo Wurmus |
2015-09-03 | gnu: linux-libre: Update to 4.2....* gnu/packages/linux.scm (linux-libre): Update to 4.2.
* gnu/packages/linux-libre-x86_64.conf, gnu/packages/linux-libre-i686.conf:
Update, based largely on https://jxself.org/git/kernel-configs.git
| Mark H Weaver |
2015-09-02 | graph: Add '--expression'....* guix/scripts/graph.scm (%options, show-help): Add '--expression'.
(guix-graph): Call 'read/eval-package-expression' for 'expression'
pairs in OPTS.
* tests/guix-graph.sh: Add tests.
* doc/guix.texi (Invoking guix graph): Document it.
| Ludovic Courtès |
2015-09-02 | doc: Document polkit and elogind services....* doc/guix.texi (Desktop Services): Add polkit-service and
elogind-service documentation.
| Andy Wingo |
2015-09-02 | gnu: Add polkit service....* gnu/services/desktop.scm (polkit-service): New function.
(%desktop-services): Add polkit service.
| Andy Wingo |
2015-09-02 | gnu: polkit: Look for rules in /run/current-system/profile....* gnu/packages/polkit.scm (polkit): Configure to look for actions and
rules in the system profile. Arrange to look for the setuid helper in
/run/setuid-programs. Fix introspection installation.
Based on a patch by Mark H Weaver <mhw@netris.org>.
| Andy Wingo |
2015-09-02 | gnu: polkit: Use elogind for seat management....* gnu/packages/polkit.scm (polkit): Depend on elogind.
| Andy Wingo |
2015-09-02 | gnu: Add elogind service....* gnu/services/desktop.scm (<elogind-configuration>): New record type.
(elogind-configuration-file, elogind-service): New functions.
(%desktop-services): Add elogind-service.
| Andy Wingo |
2015-09-02 | gnu: elogind: Update to version 219.12....* gnu/packages/freedesktop.scm (elogind): Update to 219.12. Use a tarball
instead of a git checkout.
| Andy Wingo |
2015-09-02 | gnu: Add attic....* gnu/packages/backup.scm (attic): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Leo Famulari |
2015-09-02 | gnu: Add python-msgpack....* gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Leo Famulari |
2015-09-02 | gnu: Add python-llfuse....* gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Leo Famulari |
2015-09-02 | gnu: emacs-flycheck: Use the upstream release instead of MELPA....* gnu/packages/emacs.scm (flycheck): Change version to 0.23.
Replace MELPA tarball with the upstream release.
| Alex Kost |
2015-09-02 | emacs: Use "r" key for 'cran' action in 'import' popup....* emacs/guix-command.el (guix-command-improve-import-argument): New
variable and function.
(guix-command-argument-improvers): Add it.
| Alex Kost |
2015-09-02 | gnu: xfce: Add xfce4-pulseaudio-plugin....* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-pulseaudio-plugin.
| 宋文武 |
2015-09-02 | gnu: Add xfce4-pulseaudio-plugin....* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable.
| 宋文武 |
2015-09-02 | gnu: xfce4-panel: Build with GTK+ 3 support....* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
| 宋文武 |
2015-09-02 | gnu: libxfce4ui: Build with GTK+ 3 support....* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
| 宋文武 |
2015-09-02 | gnu: Add deeptools....* gnu/packages/bioinformatics.scm (deeptools): New variable.
| Ricardo Wurmus |
2015-09-02 | gnu: Add perl-czplib....* gnu/packages/perl.scm (perl-czplib): New variable.
| Ricardo Wurmus |
2015-09-02 | gnu: Add missing patch for Guile-Present....This patch should have been added in cdd383e.
* gnu/packages/patches/guile-present-coding.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès |
2015-09-02 | gnu: Add ZynAddSubFX....* gnu/packages/music.scm (zynaddsubfx): New variable.
| Ricardo Wurmus |
2015-09-02 | gnu: Add minixml....* gnu/packages/xml.scm (minixml): New variable.
| Ricardo Wurmus |
2015-09-02 | gnu: Add gerbv....* gnu/packages/engineering.scm (gerbv): New variable.
| Ricardo Wurmus |
2015-09-02 | gnu: Add po4a....* gnu/packages/gettext.scm (po4a): New variable.
| Ricardo Wurmus |
2015-09-02 | gnu: Add TeX Gyre fonts....* gnu/packages/fonts.scm (font-tex-gyre): New variable.
| Ricardo Wurmus |
2015-09-02 | guix: Add GUST font license 1.0....* guix/licenses.scm (gfl1.0): New variable.
| Ricardo Wurmus |
2015-09-01 | import: gem: Fix minor bug and add unit test....* guix/import/gem.scm (make-gem-sexp): Properly handle an empty list of
licenses. When rendering a list of licenses, cons 'list onto the front of
the expression.
* tests/gem.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
| David Thompson |
2015-09-01 | gnu: Add sassc....* gnu/packages/web.scm (sassc): New variable.
| David Thompson |