Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* gnu/packages/emacs.scm (magit): Update to 2.2.2.
|
|
* gnu/packages/vpn.scm (tinc)[arguments]: New field.
|
|
* gnu/packages/statistics.scm (r-ggplot2): New variable.
|
|
* gnu/packages/statistics.scm (r-scales): New variable.
|
|
* gnu/packages/statistics.scm (r-reshape2): New variable.
|
|
* gnu/packages/statistics.scm (r-stringr): New variable.
|
|
* gnu/packages/statistics.scm (r-stringi): New variable.
|
|
* gnu/packages/statistics.scm (r-rcolorbrewer): New variable.
|
|
* gnu/packages/statistics.scm (r-proto): New variable.
|
|
* gnu/packages/statistics.scm (r-plyr): New variable.
|
|
* gnu/packages/statistics.scm (r-rcpp): New variable.
|
|
* gnu/packages/statistics.scm (r-munsell): New variable.
|
|
* gnu/packages/statistics.scm (r-magrittr): New variable.
|
|
* gnu/packages/statistics.scm (r-labeling): New variable.
|
|
* gnu/packages/statistics.scm (r-gtable): New variable.
|
|
* gnu/packages/statistics.scm (r-digest): New variable.
|
|
* gnu/packages/statistics.scm (r-dichromat): New variable.
|
|
* gnu/packages/statistics.scm (r-colorspace): New variable.
|
|
* gnu/packages/ruby.scm (bundler): Update to 1.10.6.
|
|
* gnu/packages/photo.scm (libraw): New variable.
|
|
* gnu/packages/game-development.scm (sfml): Update to 2.3.1.
[inputs]: Add flac, libvorbis, xcb-util-image.
|
|
* 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
|
|
* 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.
|
|
* doc/guix.texi (Desktop Services): Add polkit-service and
elogind-service documentation.
|
|
* gnu/services/desktop.scm (polkit-service): New function.
(%desktop-services): Add polkit service.
|
|
* 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>.
|
|
* gnu/packages/polkit.scm (polkit): Depend on elogind.
|
|
* gnu/services/desktop.scm (<elogind-configuration>): New record type.
(elogind-configuration-file, elogind-service): New functions.
(%desktop-services): Add elogind-service.
|
|
* gnu/packages/freedesktop.scm (elogind): Update to 219.12. Use a tarball
instead of a git checkout.
|
|
* gnu/packages/backup.scm (attic): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* gnu/packages/emacs.scm (flycheck): Change version to 0.23.
Replace MELPA tarball with the upstream release.
|
|
* emacs/guix-command.el (guix-command-improve-import-argument): New
variable and function.
(guix-command-argument-improvers): Add it.
|
|
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-pulseaudio-plugin.
|
|
* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable.
|
|
* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
|
|
* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
|
|
* gnu/packages/bioinformatics.scm (deeptools): New variable.
|
|
* gnu/packages/perl.scm (perl-czplib): New variable.
|
|
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.
|
|
* gnu/packages/music.scm (zynaddsubfx): New variable.
|
|
* gnu/packages/xml.scm (minixml): New variable.
|
|
* gnu/packages/engineering.scm (gerbv): New variable.
|
|
* gnu/packages/gettext.scm (po4a): New variable.
|
|
* gnu/packages/fonts.scm (font-tex-gyre): New variable.
|
|
* guix/licenses.scm (gfl1.0): New variable.
|
|
* 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.
|
|
* gnu/packages/web.scm (sassc): New variable.
|