summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: r-inspect: Update to 1.12.2.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/bioconductor.scm (r-inspect): Update to 1.12.2.
* gnu: r-ldblock: Update to 1.12.1.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/bioinformatics.scm (r-ldblock): Update to 1.12.1.
* gnu: r-ensembldb: Update to 2.6.8.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/bioinformatics.scm (r-ensembldb): Update to 2.6.8.
* gnu: r-rjava: Update to 0.9-11.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-rjava): Update to 0.9-11.
* gnu: r-optparse: Update to 1.6.2.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-optparse): Update to 1.6.2.
* gnu: r-spdep: Update to 1.1-2.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-spdep): Update to 1.1-2.
* gnu: r-bedr: Update to 1.0.7.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-bedr): Update to 1.0.7.
* gnu: r-rspectra: Update to 0.14-0.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-rspectra): Update to 0.14-0.
* gnu: r-flextable: Update to 0.5.2.Ricardo Wurmus2019-04-06
| | | | | * gnu/packages/cran.scm (r-flextable): Update to 0.5.2. [propagated-inputs]: Add r-base64enc; remove r-magick.
* gnu: r-insight: Update to 0.2.0.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-insight): Update to 0.2.0.
* gnu: r-network: Update to 1.15.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-network): Update to 1.15.
* gnu: r-xfun: Update to 0.6.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-xfun): Update to 0.6.
* gnu: r-extremes: Update to 2.0-10.Ricardo Wurmus2019-04-06
| | | | | * gnu/packages/cran.scm (r-extremes): Update to 2.0-10. [propagated-inputs]: Remove r-car.
* gnu: r-distillery: Update to 1.0-6.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-distillery): Update to 1.0-6.
* gnu: r-circlize: Update to 0.4.6.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-circlize): Update to 0.4.6.
* gnu: r-httpuv: Update to 1.5.1.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/cran.scm (r-httpuv): Update to 1.5.1.
* gnu: r-gdtools: Update to 0.1.8.Ricardo Wurmus2019-04-06
| | | | | | * gnu/packages/statistics.scm (r-gdtools): Update to 0.1.8. [native-inputs]: Move r-rcpp from here... [propagated-inputs]: ...to here.
* gnu: r-rlang: Update to 0.3.3.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/statistics.scm (r-rlang): Update to 0.3.3.
* gnu: r-survival: Update to 2.44-1.1.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/statistics.scm (r-survival): Update to 2.44-1.1.
* gnu: r-mass: Update to 7.3-51.3.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/statistics.scm (r-mass): Update to 7.3-51.3.
* gnu: r-cluster: Update to 2.0.8.Ricardo Wurmus2019-04-06
| | | | * gnu/packages/statistics.scm (r-cluster): Update to 2.0.8.
* gnu: python-certifi: Update to 2019.3.9.Efraim Flashner2019-04-06
| | | | * gnu/packages/python-crypto.scm (python-certifi): Update to 2019.3.9.
* services: wpa-supplicant: Log to syslog.Ludovic Courtès2019-04-05
| | | | | * gnu/services/networking.scm (wpa-supplicant-shepherd-service): Pass "-s" to 'wpa_supplicant'. Add 'syslogd' to 'requirement'.
* services: localed: Do nothing for unconfigured keyboards.Ludovic Courtès2019-04-05
| | | | | | * gnu/services/xorg.scm (localed-service-type)[package]: Return the empty list when the 'keyboard-layout' field is #f. [compose]: Use 'find' instead of 'first'.
* services: localed: Properly handle lack of a 'keyboard-layout'.Ludovic Courtès2019-04-05
| | | | | | | Fixes a type error when KEYBOARD-LAYOUT is #f. * gnu/services/xorg.scm (localed-dbus-service): Return the empty list when KEYBOARD-LAYOUT is #f.
* services: gdm: Properly handle empty extensions lists.Ludovic Courtès2019-04-05
| | | | | | | | | | | | | | Fixes a bug whereby not extending GDM would lead us to do: (first '()) in the 'compose' method. Regression introduced in 305a732a0a19c5810aab401aa7d70eba02ac386b. * gnu/services/xorg.scm (gdm-service-type)[compose]: Handle the case where EXTENSIONS is empty. [extend]: Handle the case where XORG-CONFIGURATION is #f.
* gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.Oleg Pykhalov2019-04-05
| | | | | | | This commit follows 3dbd240937a7fb4322db21bc1bf6189a1a512223. * gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add 'emacs-undohist-ignored.patch'.
* gnu: Add emacs-undohist-el.Brian Leung2019-04-05
| | | | | | | | * gnu/packages/patches/emacs-undohist-ignored.patch: New file. * gnu/local.mk (dist_patch_DATA): Add this. * gnu/packages/emacs-xyz.scm (emacs-undohist-el): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* services: console-keymap: Deprecate.Ludovic Courtès2019-04-05
| | | | | * gnu/services/base.scm (console-keymap-service): Mark as deprecated. * doc/guix.texi (Base Services): Remove its documentation.
* doc: Explain how to change the keyboard layout at run time.Ludovic Courtès2019-04-05
| | | | | * doc/guix.texi (Keyboard Layout): Mention GNOME's "Region & Language", setxkbmap, and loadkeys.
* services: xorg: Add 'set-xorg-configuration'.Ludovic Courtès2019-04-05
| | | | | | | | * gnu/services/xorg.scm (gdm-service-type)[compose, extend]: New fields. (set-xorg-configuration): New procedure. * doc/guix.texi (Keyboard Layout): Use it. (X Window): Document it. * gnu/system/examples/desktop.tmpl: Add 'keyboard-layout' fields.
* services: Add 'localed' service type and have GDM extend it.Ludovic Courtès2019-04-05
| | | | | | | | | | This fixes a bug whereby GDM would always switch to US English keyboard layout regardless to the configured Xorg keyboard layout. * gnu/services/xorg.scm (<localed-configuration>): New record type. (localed-dbus-service): New procedure. (localed-service-type): New variable. (gdm-service-type): Extend LOCALED-SERVICE-TYPE.
* services: dbus: 'wrapped-dbus-service' accepts a list of variables.Ludovic Courtès2019-04-05
| | | | | | | * gnu/services/dbus.scm (wrapped-dbus-service): Replace 'variable' and 'value' by 'variables', and adjust code accordingly. * gnu/services/desktop.scm (upower-dbus-service): (geoclue-dbus-service, elogind-dbus-service): Adjust accordingly.
* gnu: Add localed, extracted from systemd.Ludovic Courtès2019-04-05
| | | | | | * gnu/packages/freedesktop.scm (localed): New variable. * gnu/packages/patches/localed-xorg-keyboard.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* services: dbus: Add 'wrapped-dbus-service'.Ludovic Courtès2019-04-05
| | | | | | * gnu/services/desktop.scm (wrapped-dbus-service): Move to... * gnu/services/dbus.scm (wrapped-dbus-service): ... here. New procedure.
* gnu: emacs-cider: Update to 0.21.0.Jelle Licht2019-04-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.21.0.
* gnu: subversion: Update to 1.10.4 (fixes CVE-2018-11803).Efraim Flashner2019-04-05
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.10.4.
* gnu: flac: Fix CVE-2017-6888.Efraim Flashner2019-04-05
| | | | | | | * gnu/packages/xiph.scm (flac)[replacement]: New field. (flac/fixed): New variable. * gnu/packages/patches/flac-CVE-2017-6888.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: linux-libre: Update to 5.0.6.Mark H Weaver2019-04-05
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.33.Mark H Weaver2019-04-05
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.33. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.110.Mark H Weaver2019-04-05
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.110. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.167.Mark H Weaver2019-04-05
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.167.
* gnu: linux-libre@4.4: Update to 4.4.178.Mark H Weaver2019-04-05
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.178.
* gnu: flashrom: Update to 1.0.1.Tobias Geerinckx-Rice2019-04-05
| | | | | * gnu/packages/flashing-tools.scm (flashrom): Update to 1.0.1. [arguments]: Remove CFLAGS work-around.
* gnu: entr: Update to 4.2.Tobias Geerinckx-Rice2019-04-05
| | | | * gnu/packages/entr.scm (entr): Update to 4.2.
* gnu: ledger: Update to 3.1.3.Tobias Geerinckx-Rice2019-04-05
| | | | | | | | | The patch applies but has been unnecessary since 3.1.2. * gnu/packages/finance.scm (ledger): Update to 3.1.3. [source]: Remove obsolete patch. * gnu/packages/patches/ledger-fix-uninitialized.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: emacs-matrix-client: Add missing require.Nicolas Goaziou2019-04-04
| | | | | * gnu/packages/emacs-xyz.scm (emacs-matrix-client): Add a missing require to prevent a runtime error.
* gnu: php: Update to 7.3.4.Julien Lepiller2019-04-04
| | | | * gnu/packages/php.scm (php): Update to 7.3.4.
* gnu: certbot, python-acme: Update to 0.33.0.Leo Famulari2019-04-04
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.33.0.
* gnu: MPD: Update to 0.21.7.Leo Famulari2019-04-04
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.7.