| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* tests/derivations.scm ("substitutable-derivation?",
"derivation-prerequisites-to-build and substitutes, local build"): Fix
harmless typos.
|
|
|
|
|
| |
* guix/download.scm (url-fetch): Use #:local-build? #t.
* guix/git-download.scm (git-fetch): Likewise.
|
|
|
|
| |
* guix/build/syscalls.scm (clone): Catch -1 return value and throw error.
|
|
|
|
|
|
| |
* 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/packages/image.scm (libtiff)[home-page]: Update.
|
|
|
|
|
| |
* gnu/packages/image.scm (vigra)[inputs]: Add ilmbase and openexr.
[arguments]: Augment #:configure-flags.
|
|
|
|
| |
* gnu/packages/photo.scm: Order module imports alphabetically.
|
|
|
|
|
|
| |
* 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/packages/package-management.scm (guix-devel): Delete
'disable-container-tests' build phase.
|
|
|
|
|
|
|
|
| |
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/packages/patchutils.scm (patches): New variables.
|
|
|
|
| |
* gnu/packages/mail.scm (python2-notmuch): New variable.
|
|
|
|
| |
* gnu/packages/firmware.scm (ath9k-htc-firmware): Update to 1.4.0.
|
|
|
|
| |
* gnu/packages/gnome.scm (rest): Rename from librest.
|
|
|
|
|
|
|
|
| |
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/packages/statistics.scm (r)[native-inputs]: Remove "texlive".
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r)[arguments]: Add phases "make-info" and
"install-info" to build and install info documentation.
|
|
|
|
| |
* gnu/packages/statistics.scm (r)[inputs]: Remove "icedtea6".
|
|
|
|
|
|
|
|
| |
* 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>
|