summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* download: Disable offloading for downloads.Ludovic Courtès2015-09-05
| | | | | * guix/download.scm (url-fetch): Use #:local-build? #t. * guix/git-download.scm (git-fetch): Likewise.
* build: syscalls: Properly handle clone errors.David Thompson2015-09-05
| | | | * guix/build/syscalls.scm (clone): Catch -1 return value and throw error.
* 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.
* monads: Fix 'liftN' fallback case.Ludovic Courtès2015-09-04
| | | | | | | | 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.
* 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.
* emacs: Add support for "triplet" package inputs.Alex Kost2015-09-04
| | | | | | | | 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.
* 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".
* publish: Gracefully handle the lack of a deriver.Ludovic Courtès2015-09-04
| | | | | | | | * 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: 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
* graph: Add '--expression'.Ludovic Courtès2015-09-02
| | | | | | | | * 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: Document polkit and elogind services.Andy Wingo2015-09-02
| | | | | * doc/guix.texi (Desktop Services): Add polkit-service and elogind-service documentation.
* 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>