Age | Commit message (Expand) | Author |
2015-09-04 | gnu: Order module imports in (gnu packages photo) alphabetically.•••* gnu/packages/photo.scm: Order module imports alphabetically.
| Andreas Enge |
2015-09-04 | gnu: Add prefix to license imports in (gnu packages photo).•••* gnu/packages/photo.scm: Import (guix licenses) with #:prefix license: to
avoid an impending clash with the import of zlib from both (guix licenses)
and (gnu packages compression).
| Andreas Enge |
2015-09-04 | gnu: guix: Enable container tests.•••* gnu/packages/package-management.scm (guix-devel): Delete
'disable-container-tests' build phase.
| David Thompson |
2015-09-04 | monads: Fix 'liftN' fallback case.•••Reported by Andy Wingo <wingo@igalia.com>.
* guix/monads.scm (define-lift) <fallback case>: Add missing #'. Remove
extra formal parameter.
* tests/monads.scm ("lift"): Add test with 'lift1' as a procedure.
| Ludovic Courtès |
2015-09-04 | gnu: Add 'patches'.•••* gnu/packages/patchutils.scm (patches): New variables.
| Ludovic Courtès |
2015-09-04 | gnu: Add python2-notmuch.•••* gnu/packages/mail.scm (python2-notmuch): New variable.
| Ludovic Courtès |
2015-09-04 | gnu: ath9k-htc-firmware: Update to 1.4.0.•••* gnu/packages/firmware.scm (ath9k-htc-firmware): Update to 1.4.0.
| Ludovic Courtès |
2015-09-04 | gnu: Rename librest to rest.•••* gnu/packages/gnome.scm (rest): Rename from librest.
| 宋文武 |
2015-09-04 | emacs: Add support for "triplet" package inputs.•••Fixes <http://bugs.gnu.org/21399>.
* emacs/guix-main.scm (full-name->name+version): Adjust to handle
"name-version:output" string.
(package-inputs-names): Support ("name" package "output") inputs.
| Alex Kost |
2015-09-04 | gnu: r: Drop texlive from native-inputs.•••* gnu/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
| Ricardo Wurmus |
2015-09-04 | gnu: r: Install info documentation.•••* gnu/packages/statistics.scm (r)[arguments]: Add phases "make-info" and
"install-info" to build and install info documentation.
| Ricardo Wurmus |
2015-09-04 | gnu: r: Drop IcedTea from inputs.•••* gnu/packages/statistics.scm (r)[inputs]: Remove "icedtea6".
| Ricardo Wurmus |
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.
| 宋文武 |