summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Remove #:select from module import in (gnu packages geeqie).Andreas Enge2015-09-05
| | | | | | * gnu/packages/geeqie.scm: Import all of (gnu packages ghostscript) instead of selectively only the lcms variable; this helps resolve problems with circular dependencies when including the module.
* gnu: libtiff: Update home page.Andreas Enge2015-09-04
| | | | * gnu/packages/image.scm (libtiff)[home-page]: Update.
* gnu: vigra: Add support for OpenEXR.Andreas Enge2015-09-04
| | | | | * gnu/packages/image.scm (vigra)[inputs]: Add ilmbase and openexr. [arguments]: Augment #:configure-flags.
* gnu: Order module imports in (gnu packages photo) alphabetically.Andreas Enge2015-09-04
| | | | * gnu/packages/photo.scm: Order module imports alphabetically.
* gnu: Add prefix to license imports in (gnu packages photo).Andreas Enge2015-09-04
| | | | | | * 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).
* gnu: guix: Enable container tests.David Thompson2015-09-04
| | | | | * gnu/packages/package-management.scm (guix-devel): Delete 'disable-container-tests' build phase.
* gnu: Add 'patches'.Ludovic Courtès2015-09-04
| | | | * gnu/packages/patchutils.scm (patches): New variables.
* gnu: Add python2-notmuch.Ludovic Courtès2015-09-04
| | | | * gnu/packages/mail.scm (python2-notmuch): New variable.
* gnu: ath9k-htc-firmware: Update to 1.4.0.Ludovic Courtès2015-09-04
| | | | * gnu/packages/firmware.scm (ath9k-htc-firmware): Update to 1.4.0.
* gnu: Rename librest to rest.宋文武2015-09-04
| | | | * gnu/packages/gnome.scm (rest): Rename from librest.
* gnu: r: Drop texlive from native-inputs.Ricardo Wurmus2015-09-04
| | | | * gnu/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
* gnu: r: Install info documentation.Ricardo Wurmus2015-09-04
| | | | | * gnu/packages/statistics.scm (r)[arguments]: Add phases "make-info" and "install-info" to build and install info documentation.
* gnu: r: Drop IcedTea from inputs.Ricardo Wurmus2015-09-04
| | | | * gnu/packages/statistics.scm (r)[inputs]: Remove "icedtea6".
* gnu: magit: Update to 2.2.2.Alex Kost2015-09-03
| | | | * gnu/packages/emacs.scm (magit): Update to 2.2.2.
* gnu: tinc: Use /etc as the sysconfdir, and /var as the localstatedir.宋文武2015-09-03
| | | | * gnu/packages/vpn.scm (tinc)[arguments]: New field.
* gnu: Add r-ggplot2.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-ggplot2): New variable.
* gnu: Add r-scales.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-scales): New variable.
* gnu: Add r-reshape2.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-reshape2): New variable.
* gnu: Add r-stringr.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-stringr): New variable.
* gnu: Add r-stringi.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-stringi): New variable.
* gnu: Add r-rcolorbrewer.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-rcolorbrewer): New variable.
* gnu: Add r-proto.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-proto): New variable.
* gnu: Add r-plyr.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-plyr): New variable.
* gnu: Add r-rcpp.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-rcpp): New variable.
* gnu: Add r-munsell.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-munsell): New variable.
* gnu: Add r-magrittr.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-magrittr): New variable.
* gnu: Add r-labeling.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-labeling): New variable.
* gnu: Add r-gtable.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-gtable): New variable.
* gnu: Add r-digest.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-digest): New variable.
* gnu: Add r-dichromat.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-dichromat): New variable.
* gnu: Add r-colorspace.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/statistics.scm (r-colorspace): New variable.
* gnu: bundler: Update to 1.10.6.David Thompson2015-09-03
| | | | * gnu/packages/ruby.scm (bundler): Update to 1.10.6.
* gnu: Add libraw.Ricardo Wurmus2015-09-03
| | | | * gnu/packages/photo.scm (libraw): New variable.
* gnu: sfml: Update to 2.3.1.Ricardo Wurmus2015-09-03
| | | | | * gnu/packages/game-development.scm (sfml): Update to 2.3.1. [inputs]: Add flac, libvorbis, xcb-util-image.
* gnu: linux-libre: Update to 4.2.Mark H Weaver2015-09-03
| | | | | | * 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
* gnu: Add polkit service.Andy Wingo2015-09-02
| | | | | * gnu/services/desktop.scm (polkit-service): New function. (%desktop-services): Add polkit service.
* gnu: polkit: Look for rules in /run/current-system/profile.Andy Wingo2015-09-02
| | | | | | | | * 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: polkit: Use elogind for seat management.Andy Wingo2015-09-02
| | | | * gnu/packages/polkit.scm (polkit): Depend on elogind.
* gnu: Add elogind service.Andy Wingo2015-09-02
| | | | | | * gnu/services/desktop.scm (<elogind-configuration>): New record type. (elogind-configuration-file, elogind-service): New functions. (%desktop-services): Add elogind-service.
* gnu: elogind: Update to version 219.12.Andy Wingo2015-09-02
| | | | | * gnu/packages/freedesktop.scm (elogind): Update to 219.12. Use a tarball instead of a git checkout.
* gnu: Add attic.Leo Famulari2015-09-02
| | | | | | * gnu/packages/backup.scm (attic): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-msgpack.Leo Famulari2015-09-02
| | | | | | * gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-llfuse.Leo Famulari2015-09-02
| | | | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: emacs-flycheck: Use the upstream release instead of MELPA.Alex Kost2015-09-02
| | | | | * gnu/packages/emacs.scm (flycheck): Change version to 0.23. Replace MELPA tarball with the upstream release.
* gnu: xfce: Add xfce4-pulseaudio-plugin.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-pulseaudio-plugin.
* gnu: Add xfce4-pulseaudio-plugin.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable.
* gnu: xfce4-panel: Build with GTK+ 3 support.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
* gnu: libxfce4ui: Build with GTK+ 3 support.宋文武2015-09-02
| | | | * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
* gnu: Add deeptools.Ricardo Wurmus2015-09-02
| | | | * gnu/packages/bioinformatics.scm (deeptools): New variable.
* gnu: Add perl-czplib.Ricardo Wurmus2015-09-02
| | | | * gnu/packages/perl.scm (perl-czplib): New variable.