| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: r-xfun: Update to 0.6.•••* gnu/packages/cran.scm (r-xfun): Update to 0.6.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-extremes: Update to 2.0-10.•••* gnu/packages/cran.scm (r-extremes): Update to 2.0-10.
[propagated-inputs]: Remove r-car.
| Ricardo Wurmus | 2019-04-06 | 1 | -4/+3 |
* | gnu: r-distillery: Update to 1.0-6.•••* gnu/packages/cran.scm (r-distillery): Update to 1.0-6.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-circlize: Update to 0.4.6.•••* gnu/packages/cran.scm (r-circlize): Update to 0.4.6.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-httpuv: Update to 1.5.1.•••* gnu/packages/cran.scm (r-httpuv): Update to 1.5.1.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-gdtools: Update to 0.1.8.•••* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.8.
[native-inputs]: Move r-rcpp from here...
[propagated-inputs]: ...to here.
| Ricardo Wurmus | 2019-04-06 | 1 | -5/+5 |
* | gnu: r-rlang: Update to 0.3.3.•••* gnu/packages/statistics.scm (r-rlang): Update to 0.3.3.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-survival: Update to 2.44-1.1.•••* gnu/packages/statistics.scm (r-survival): Update to 2.44-1.1.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-mass: Update to 7.3-51.3.•••* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.3.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: r-cluster: Update to 2.0.8.•••* gnu/packages/statistics.scm (r-cluster): Update to 2.0.8.
| Ricardo Wurmus | 2019-04-06 | 1 | -2/+2 |
* | gnu: python-certifi: Update to 2019.3.9.•••* gnu/packages/python-crypto.scm (python-certifi): Update to 2019.3.9.
| Efraim Flashner | 2019-04-06 | 1 | -2/+2 |
* | services: wpa-supplicant: Log to syslog.•••* gnu/services/networking.scm (wpa-supplicant-shepherd-service): Pass
"-s" to 'wpa_supplicant'. Add 'syslogd' to 'requirement'.
| Ludovic Courtès | 2019-04-05 | 1 | -1/+2 |
* | services: localed: Do nothing for unconfigured keyboards.•••* 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'.
| Ludovic Courtès | 2019-04-05 | 1 | -2/+8 |
* | services: localed: Properly handle lack of a 'keyboard-layout'.•••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.
| Ludovic Courtès | 2019-04-05 | 1 | -1/+1 |
* | services: gdm: Properly handle empty extensions lists.•••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.
| Ludovic Courtès | 2019-04-05 | 1 | -4/+9 |
* | gnu: emacs-undohist-el: Apply 'emacs-undohist-ignored.patch'.•••This commit follows 3dbd240937a7fb4322db21bc1bf6189a1a512223.
* gnu/packages/emacs-xyz.scm (emacs-undohist-el)[source]: Add
'emacs-undohist-ignored.patch'.
| Oleg Pykhalov | 2019-04-05 | 1 | -1/+3 |
* | gnu: Add emacs-undohist-el.•••* 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>
| Brian Leung | 2019-04-05 | 3 | -0/+51 |
* | services: console-keymap: Deprecate.•••* gnu/services/base.scm (console-keymap-service): Mark as deprecated.
* doc/guix.texi (Base Services): Remove its documentation.
| Ludovic Courtès | 2019-04-05 | 2 | -24/+2 |
* | doc: Explain how to change the keyboard layout at run time.•••* doc/guix.texi (Keyboard Layout): Mention GNOME's "Region & Language",
setxkbmap, and loadkeys.
| Ludovic Courtès | 2019-04-05 | 1 | -0/+30 |
* | services: xorg: Add 'set-xorg-configuration'.•••* 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.
| Ludovic Courtès | 2019-04-05 | 3 | -11/+49 |
* | services: Add 'localed' service type and have GDM extend it.•••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.
| Ludovic Courtès | 2019-04-05 | 1 | -1/+88 |
* | services: dbus: 'wrapped-dbus-service' accepts a list of variables.•••* 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.
| Ludovic Courtès | 2019-04-05 | 2 | -10/+16 |
* | gnu: Add localed, extracted from systemd.•••* gnu/packages/freedesktop.scm (localed): New variable.
* gnu/packages/patches/localed-xorg-keyboard.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès | 2019-04-05 | 3 | -0/+469 |
* | services: dbus: Add 'wrapped-dbus-service'.•••* gnu/services/desktop.scm (wrapped-dbus-service): Move to...
* gnu/services/dbus.scm (wrapped-dbus-service): ... here. New
procedure.
| Ludovic Courtès | 2019-04-05 | 2 | -40/+42 |
* | gnu: emacs-cider: Update to 0.21.0.•••* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.21.0.
| Jelle Licht | 2019-04-05 | 1 | -2/+2 |
* | gnu: subversion: Update to 1.10.4 (fixes CVE-2018-11803).•••* gnu/packages/version-control.scm (subversion): Update to 1.10.4.
| Efraim Flashner | 2019-04-05 | 1 | -2/+2 |
* | gnu: flac: Fix CVE-2017-6888.•••* 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.
| Efraim Flashner | 2019-04-05 | 3 | -1/+40 |
* | gnu: linux-libre: Update to 5.0.6.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.6.
(%linux-libre-hash): Update hash.
| Mark H Weaver | 2019-04-05 | 1 | -2/+2 |
* | gnu: linux-libre@4.19: Update to 4.19.33.•••* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.33.
(%linux-libre-4.19-hash): Update hash.
| Mark H Weaver | 2019-04-05 | 1 | -2/+2 |
* | gnu: linux-libre@4.14: Update to 4.14.110.•••* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.110.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver | 2019-04-05 | 1 | -2/+2 |
* | gnu: linux-libre@4.9: Update to 4.9.167.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.167.
| Mark H Weaver | 2019-04-05 | 1 | -2/+2 |
* | gnu: linux-libre@4.4: Update to 4.4.178.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.178.
| Mark H Weaver | 2019-04-05 | 1 | -2/+2 |
* | gnu: flashrom: Update to 1.0.1.•••* gnu/packages/flashing-tools.scm (flashrom): Update to 1.0.1.
[arguments]: Remove CFLAGS work-around.
| Tobias Geerinckx-Rice | 2019-04-05 | 1 | -7/+3 |
* | gnu: entr: Update to 4.2.•••* gnu/packages/entr.scm (entr): Update to 4.2.
| Tobias Geerinckx-Rice | 2019-04-05 | 1 | -2/+3 |
* | gnu: ledger: Update to 3.1.3.•••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.
| Tobias Geerinckx-Rice | 2019-04-05 | 3 | -32/+3 |
* | gnu: emacs-matrix-client: Add missing require.•••* gnu/packages/emacs-xyz.scm (emacs-matrix-client): Add a missing require to
prevent a runtime error.
| Nicolas Goaziou | 2019-04-04 | 1 | -1/+13 |
* | gnu: php: Update to 7.3.4.•••* gnu/packages/php.scm (php): Update to 7.3.4.
| Julien Lepiller | 2019-04-04 | 1 | -2/+2 |
* | gnu: certbot, python-acme: Update to 0.33.0.•••* gnu/packages/tls.scm (certbot, python-acme): Update to 0.33.0.
| Leo Famulari | 2019-04-04 | 1 | -3/+3 |
* | gnu: MPD: Update to 0.21.7.•••* gnu/packages/mpd.scm (mpd): Update to 0.21.7.
| Leo Famulari | 2019-04-04 | 1 | -2/+2 |
* | gnu: asymptote: Fix direntry in info file.•••* gnu/packages/plotutils.scm (asymptote): Fix direntry in info file.
| Nicolas Goaziou | 2019-04-04 | 1 | -0/+2 |
* | gnu: Update copyright line.•••* gnu/packages/plotutils.scm: Update copyright line.
| Nicolas Goaziou | 2019-04-04 | 1 | -1/+1 |
* | gnu: asymptote: Fix info file location.•••* gnu/packages/plotutils.scm (asymptote): Fix info file location so it appears
in the top-level directory.
| Nicolas Goaziou | 2019-04-04 | 1 | -0/+8 |
* | scripts: More commands default to verbosity level 1.•••* guix/scripts/environment.scm (%default-options): Change 'verbosity' to 1.
* guix/scripts/pack.scm (%default-options): Likewise.
* guix/scripts/system.scm (guix-system): Likewise, except for the
'build' command.
| Ludovic Courtès | 2019-04-04 | 3 | -4/+3 |
* | gexp: Remove workarounds for <https://bugs.gnu.org/15602>.•••* gnu/services/base.scm (hydra-key-authorization)[aaa]: Remove.
[default-acl]: Don't import it.
* guix/scripts/pack.scm (store-database)[build]: Don't import
(gnu build install).
| Ludovic Courtès | 2019-04-04 | 2 | -15/+1 |
* | gexp: 'compiled-modules' loads modules before compiling them.•••This works around <https://bugs.gnu.org/15602> in the context of
modules specified with 'with-imported-modules'.
* guix/gexp.scm (gexp->derivation): Add #:pre-load-modules? parameter
and pass it to 'compiled-modules'.
(compiled-modules): Add #:pre-load-modules? parameter and honor it.
* guix/packages.scm (patch-and-repack): Pass #:pre-load-modules? to
'gexp->derivation'.
| Ludovic Courtès | 2019-04-04 | 2 | -2/+48 |
* | gnu: Move nss & co. to nss.scm.•••* gnu/packages/gnuzilla.scm (nspr, nss): Move to...
* gnu/packages/nss.scm: ... here. New file.
* gnu/packages/chromium.scm, gnu/packages/disk.scm,
gnu/packages/freedesktop.scm, gnu/packages/gnome.scm,
gnu/packages/gnunet.scm, gnu/packages/java.scm,
gnu/packages/libreoffice.scm, gnu/packages/linux.scm,
gnu/packages/mate.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/password-utils.scm,
gnu/packages/polkit.scm, gnu/packages/qt.scm,
gnu/packages/sssd.scm, gnu/packages/storage.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust
accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
| Ludovic Courtès | 2019-04-04 | 22 | -178/+213 |
* | gnu: Mov ghc-sdl2 & co. to haskell-apps.scm.•••* gnu/packages/sdl.scm (ghc-sdl2, ghc-sdl2-mixer, ghc-sdl2-image): Move to...
* gnu/packages/haskell-apps.scm: ... here.
| Ludovic Courtès | 2019-04-04 | 2 | -92/+90 |
* | gnu: raincat: Move to haskell-apps.scm.•••* gnu/packages/games.scm (raincat): Move to...
* gnu/packages/haskell-apps.scm (raincat): ... here.
| Ludovic Courtès | 2019-04-04 | 2 | -44/+45 |
* | gnu: ghc-tls: Move to haskell-crypto.scm.•••* gnu/packages/tls.scm (ghc-tls): Move to...
* gnu/packages/haskell-crypto.scm (ghc-tls): ... here.
* gnu/packages/haskell-web.scm: Remove now unneeded import.
| Ludovic Courtès | 2019-04-04 | 3 | -47/+43 |
* | gnu: Move ghc-hxt & co. to haskell-web.scm.•••* gnu/packages/xml.scm (ghc-hxt-charproperties, ghc-hxt-unicode)
(ghc-hxt-regex-xmlschema, ghc-hxt): Move to...
* gnu/packages/haskell-web.scm: ... here.
| Ludovic Courtès | 2019-04-04 | 2 | -109/+106 |