summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-02reconfigure: Run the effect scripts as separate processes....Fixes <https://bugs.gnu.org/39301>. Reported by strypsteen@posteo.net. * guix/scripts/system/reconfigure.scm (switch-to-system) (upgrade-shepherd-services, install-bootloader): Use 'system*' instead of 'primitive-load'. Ludovic Courtès
2020-04-02guix system: Do not import the user's (guix config)....Previously, 'switch-to-system.drv' and 'install-bootloader.drv' would depend on the user's (guix config) module. This is no longer the case. * guix/scripts/system/reconfigure.scm (not-config?): New procedure. (switch-system-program): Do not import the user's (guix config). Use 'make-config.scm' instead. (install-bootloader-program): Likewise. Ludovic Courtès
2020-04-02git: Don't try to resolve tags with 'tag-lookup'....Fixes <https://bugs.gnu.org/40377>. Reported by Brice Waegeneire <brice@waegenei.re>. * guix/git.scm (switch-to-ref): In the 'tag case, remove call to 'tag-lookup'. Ludovic Courtès
2020-04-02gnu: Add synapse....* gnu/packages/matrix.scm (synapse): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-matrix-synapse-ldap3....* gnu/packages/matrix.scm: New file. (python-matrix-synapse-ldap3): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add matrix.scm. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-pysaml2....* gnu/packages/python-xyz.scm: (python-pysaml2) New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-txacme....* gnu/packages/python-xyz.scm (python-txacme): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-txsni....* gnu/packages/python-xyz.scm: (python-txsni) New variable. Co-authored-by: Alex ter Weele <alex.ter.weele@gmail.com> Marius Bakke
2020-04-02gnu: Add python-pem....* gnu/packages/python-xyz.scm: (python-pem) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-eliot....* gnu/packages/python-xyz.scm: (python-eliot) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-boltons....* gnu/packages/python-xyz.scm: (python-boltons) New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-ldap3....* gnu/packages/python-xyz.scm (python-ldap3): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-prometheus-client....* gnu/packages/python-xyz.scm (python-prometheus-client): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-pymacaroons....* gnu/packages/python-xyz.scm (python-pymacaroons): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-daemonize....* gnu/packages/python-xyz.scm (python-daemonize): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-signedjson....* gnu/packages/python-xyz.scm (python-signedjson): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-canonicaljson....* gnu/packages/python-xyz.scm (python-canonicaljson): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-unpaddedbase64....* gnu/packages/python-xyz.scm (python-unpaddedbase64): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02gnu: Add python-frozendict....* gnu/packages/python-xyz.scm (python-frozendict): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Alex ter Weele
2020-04-02services: murmur: Add missing newline in murmur-configuration....* gnu/services/telephony.scm (default-murmur-config): Add newline after "max-user-bandwidth". Signed-off-by: Marius Bakke <mbakke@fastmail.com> Simon Mages
2020-04-02gnu: Add font-iosevka-term....* gnu/packages/fonts.scm (font-iosevka-term): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: Add font-iosevka-term-slab....* gnu/packages/fonts.scm (font-iosevka-term-slab): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: proof-general: Update home-page....* gnu/packages/coq.scm (proof-general):[home-page] update to proofgeneral.github.io Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: proof-general: Update to 4.4....* gnu/packages/coq.scm (proof-general): Update to 4.4. [source]: Change to GIT-FETCH. [arguments]: Remove obsolete substitutions. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list....* gnu/packages/gnome.scm (gnome-default-applications)[arguments]: Change deprecated defaults.list filename to gnome-mimeapps.list. The old defaults.list was changed to mimeapps.list in the mime spec. The gnome- prefix makes the file only be read when XDG_CURRENT_DESKTOP=GNOME. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Brendan Tildesley
2020-04-02gnu: Add xwallpaper....* gnu/packages/xdisorg.scm (xwallpaper): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: cedille: Install the info pages....* gnu/packages/cedille.scm (cedille)[arguments]: Rename phase 'patch-cedille-path-el' to 'patch-cedille-paths' and add substitution for the info page location. In the 'copy-cedille-mode' phase, install the info page. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: cedille: Fix emacs outputs....* gnu/packages/cedille.scm (cedille):[arguments] Add slashes to output paths. Signed-off-by: Marius Bakke <mbakke@fastmail.com> John Soo
2020-04-02gnu: Add r-oenb....* gnu/packages/cran.scm (r-oenb): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Danjela Lura
2020-04-02gnu: Add emacs-ac-geiser....* gnu/packages/emacs-xyz.scm (emacs-ac-geiser): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Jérémy Korwin-Zmijowski
2020-04-02gnu: sdl2: Update to 2.0.12....* gnu/packages/patches/sdl2-mesa-compat.patch: Delete file. * gnu/packages/sdl.scm (sdl2): Update to 2.0.12. [source]: Drop patch that was included in this release. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Timotej Lazar
2020-04-02gnu: sdl2: Use udev to discover input devices....Without udev SDL falls back on custom detection code, which blocks every three seconds while checking for new devices. * gnu/packages/sdl.scm (sdl2)[inputs]: Add eudev. [arguments]<#:make-flags>: Add LDFLAGS to include eudev in rpath so that dlopen can find it. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Timotej Lazar
2020-04-02gnu: python-pyasn1: Update to 0.4.8....* gnu/packages/python-xyz.scm (python-pyasn1): Update to 0.4.8. Marius Bakke
2020-04-02gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}]....* gnu/packages/web.scm (httpd): Update to 2.4.43. Leo Famulari
2020-04-02gnu: Add emacs-beancount....* gnu/packages/emacs-xyz.scm (emacs-beancount): New variable. Christopher Lemmer Webber
2020-04-02gnu: Add beancount....* gnu/packages/finance.scm (beancount): New variable. * gnu/packages/patches/beancount-disable-googleapis-fonts.patch: New file. * gnu/local.mk: Add it. Christopher Lemmer Webber
2020-04-02gnu: mate-session-manager: Actually build with elogind support....Fixes <https://bugs.gnu.org/40327>. Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>. This ensures one gets a "Shut Down" entry in the "System" menu. * gnu/packages/mate.scm (mate-session-manager)[arguments]: Pass "--with-elogind" instead of "--enable-elogind". Remove 'pre-configure' phase. Ludovic Courtès
2020-04-02services: mate: Provide all the polkit actions....* gnu/services/desktop.scm (mate-polkit-extension): New procedure. (mate-desktop-service-type): Use it when extending POLKIT-SERVICE-TYPE. Ludovic Courtès
2020-04-02gnu: mate-control-center: Fix file name in polkit rule....* gnu/packages/mate.scm (mate-control-center)[arguments]: New field. Ludovic Courtès
2020-04-02gnu: mate: Add glib:bin to propagated-inputs....This is a fix for https://issues.guix.gnu.org/issue/38135 until the proper fix from core-updates is merged. * gnu/packages/mate.scm (mate)[propagated-inputs]: Add glib:bin. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-themes: Update to 3.22.21....* gnu/packages/mate.scm (mate-themes): Update to 3.22.21. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-power-manager: Update to 1.24.1....* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.1. [native-inputs]: Switch from intltool to gettext as upstream. Add polkit for ITS rules. Libtool is generated during build, so we can remove the external one. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-polkit: Update to 1.24.0....* gnu/packages/mate.scm (mate-polkit): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-system-monitor: Update to 1.24.0....* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: pluma: Update to 1.24.0....* gnu/packages/mate.scm (pluma): Update to 1.24.0. [inputs]: Switch from python-2 to python(3) like upstream. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: engrampa: Update to 1.24.0....* gnu/packages/mate.scm (engrampa): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: eom: Update to 1.24.0....* gnu/packages/mate.scm (eom): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-utils: Update to 1.24.0....* gnu/packages/mate.scm (mate-utils): Update to 1.24.0. [inputs]: Add udisks. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-screensaver: Update to 1.24.0....* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2020-04-02gnu: mate-netbook: Update to 1.24.0....* gnu/packages/mate.scm (mate-netbook): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier