Commit graph

58158 commits

Author SHA1 Message Date
Ludovic Courtès 4efbb079b5
guix system: Remove unused procedure.
This procedure was unused since
5c8c8c4554.

* guix/scripts/system.scm (call-with-service-upgrade-info): Remove.
2020-04-03 12:58:14 +02:00
Ludovic Courtès 9fb3ff31c1
reconfigure: Silence Guile warnings.
Fixes <https://bugs.gnu.org/39301>.
Reported by strypsteen@posteo.net.

* guix/scripts/system/reconfigure.scm (switch-to-system)
(upgrade-shepherd-services, install-bootloader): Wrap 'primitive-load'
call in 'parameterize'.
2020-04-03 12:58:14 +02:00
Ludovic Courtès 00a1ebb84a
Revert "reconfigure: Run the effect scripts as separate processes."
This reverts commit 5517750344.
That commit would remove all sorts of error checking when running those
programs.
2020-04-03 12:58:14 +02:00
Raghav Gururajan 28f6f1e0da
gnu: Add bcmatroska2.
* gnu/packages/linphone.scm (bcmatroska2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:45:28 +02:00
Raghav Gururajan c8f69ec27b
gnu: Add belcard.
* gnu/packages/linphone.scm (belcard): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:43:18 +02:00
Raghav Gururajan 63c73bcad0
gnu: Add belr.
* gnu/packages/linphone.scm (belr): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:41:51 +02:00
Raghav Gururajan bfaabfebac
gnu: Add bctoolbox.
* gnu/packages/linphone.scm (bctoolbox): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:41:03 +02:00
Raghav Gururajan d5a8e391ac
gnu: Add bcunit.
* gnu/packages/linphone.scm (bcunit): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-03 12:39:07 +02:00
Justus Winter 9ec27360af
gnu: Add muchsync.
* gnu/packages/mail.scm (muchsync): New variable.
2020-04-03 10:56:42 +02:00
Guillaume Le Vaillant 24f4263d06
gnu: gpsd: Update to 3.20.
* gnu/packages/gps.scm (gpsd): Update to 3.20.
  [inputs]: Add gtk+.
2020-04-03 10:12:47 +02:00
Guillaume Le Vaillant 4570ab0316
gnu: txr: Update to 234.
* gnu/packages/lisp.scm (txr): Update to 234.
2020-04-03 09:48:48 +02:00
Tobias Geerinckx-Rice 7a9543d77e
gnu: lollypop: Peel off duplicate wrapper.
* gnu/packages/gnome.scm (lollypop)[arguments]: Take down some at-ats
with proper module imports and prefixing.  Remove the redundant
‘wrap-glib-or-gtk’ phaseis already run by the MESON-BUILD-SYSTEM.
2020-04-03 00:14:03 +02:00
Carl Dong 401d28e433
gnu: cross-base: Hotfix for paren
* gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing
paren.
2020-04-02 18:08:33 -04:00
Carl Dong 79825bee07
gnu: cross-base: Add mingw-w64 specific binutils patches.
These patches were originally found at the debian mingw-w64 team's
binutils repo, and should improve the reproducibility of our mingw-w64
toolchain.

* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
New file.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Apply relevant patches
if target is mingw-w64.
(package-with-extra-patches): New procedure.
2020-04-02 17:59:53 -04:00
Ludovic Courtès 5517750344
reconfigure: 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'.
2020-04-02 23:15:12 +02:00
Ludovic Courtès a6850f6827
guix 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.
2020-04-02 23:15:11 +02:00
Ludovic Courtès efa578ecae
git: 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'.
2020-04-02 23:15:11 +02:00
Alex ter Weele 70c128dc33
gnu: Add synapse.
* gnu/packages/matrix.scm (synapse): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:17 +02:00
Alex ter Weele 0752908415
gnu: 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>
2020-04-02 20:55:17 +02:00
Alex ter Weele 276ddb02b5
gnu: Add python-pysaml2.
* gnu/packages/python-xyz.scm: (python-pysaml2) New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 9a3d361b5d
gnu: Add python-txacme.
* gnu/packages/python-xyz.scm (python-txacme): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Marius Bakke 87ba9efc6d
gnu: Add python-txsni.
* gnu/packages/python-xyz.scm: (python-txsni) New variable.

Co-authored-by: Alex ter Weele <alex.ter.weele@gmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele bdbe69f659
gnu: Add python-pem.
* gnu/packages/python-xyz.scm: (python-pem) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele acbba42d56
gnu: Add python-eliot.
* gnu/packages/python-xyz.scm: (python-eliot) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 09e6675dad
gnu: Add python-boltons.
* gnu/packages/python-xyz.scm: (python-boltons) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 858f3834be
gnu: Add python-ldap3.
* gnu/packages/python-xyz.scm (python-ldap3): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:16 +02:00
Alex ter Weele 534fadf91d
gnu: Add python-prometheus-client.
* gnu/packages/python-xyz.scm (python-prometheus-client): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 4fd0a4a4e9
gnu: Add python-pymacaroons.
* gnu/packages/python-xyz.scm (python-pymacaroons): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 039c549900
gnu: Add python-daemonize.
* gnu/packages/python-xyz.scm (python-daemonize): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele af1f7a3279
gnu: Add python-signedjson.
* gnu/packages/python-xyz.scm (python-signedjson): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 77b32f61f9
gnu: Add python-canonicaljson.
* gnu/packages/python-xyz.scm (python-canonicaljson): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele bc834c0f62
gnu: Add python-unpaddedbase64.
* gnu/packages/python-xyz.scm (python-unpaddedbase64): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Alex ter Weele 3094c0ae59
gnu: Add python-frozendict.
* gnu/packages/python-xyz.scm (python-frozendict): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:15 +02:00
Simon Mages 83670e02bc
services: 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>
2020-04-02 20:55:15 +02:00
John Soo 0673d55d95
gnu: Add font-iosevka-term.
* gnu/packages/fonts.scm (font-iosevka-term): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo 0161862d9d
gnu: Add font-iosevka-term-slab.
* gnu/packages/fonts.scm (font-iosevka-term-slab): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo 53eaf69d6d
gnu: 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>
2020-04-02 20:55:14 +02:00
John Soo 5bd5d6ef2d
gnu: 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>
2020-04-02 20:55:14 +02:00
Brendan Tildesley a6ac679f0a
gnu: 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>
2020-04-02 20:55:14 +02:00
John Soo 79e5d150c6
gnu: Add xwallpaper.
* gnu/packages/xdisorg.scm (xwallpaper): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
John Soo be41d7d91d
gnu: 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>
2020-04-02 20:55:14 +02:00
John Soo a8f1b52017
gnu: cedille: Fix emacs outputs.
* gnu/packages/cedille.scm (cedille):[arguments] Add slashes to output paths.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:14 +02:00
Danjela Lura c035d7b0ba
gnu: Add r-oenb.
* gnu/packages/cran.scm (r-oenb): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:13 +02:00
Jérémy Korwin-Zmijowski a4f7dc73be
gnu: Add emacs-ac-geiser.
* gnu/packages/emacs-xyz.scm (emacs-ac-geiser): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-02 20:55:13 +02:00
Timotej Lazar 43b176f36c
gnu: 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>
2020-04-02 20:55:13 +02:00
Timotej Lazar 9d4ed35703
gnu: 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>
2020-04-02 20:55:13 +02:00
Marius Bakke 3ccfa4048a
gnu: python-pyasn1: Update to 0.4.8.
* gnu/packages/python-xyz.scm (python-pyasn1): Update to 0.4.8.
2020-04-02 20:55:13 +02:00
Leo Famulari 8549e47ecf
gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}].
* gnu/packages/web.scm (httpd): Update to 2.4.43.
2020-04-02 11:36:38 -04:00
Christopher Lemmer Webber abcac7a529
gnu: Add emacs-beancount.
* gnu/packages/emacs-xyz.scm (emacs-beancount): New variable.
2020-04-02 11:19:53 -04:00
Christopher Lemmer Webber f1f724841a
gnu: Add beancount.
* gnu/packages/finance.scm (beancount): New variable.
* gnu/packages/patches/beancount-disable-googleapis-fonts.patch: New file.
* gnu/local.mk: Add it.
2020-04-02 11:19:53 -04:00