jackhill/guix/guix.git
4 years agognu: mingw: Add mingw-w64 reproducibility patches.
Carl Dong [Tue, 24 Mar 2020 21:19:33 +0000 (17:19 -0400)]
gnu: mingw: Add mingw-w64 reproducibility patches.

These patches were originally found at the debian mingw-w64 team's
mingw-w64 repo, and should improve the reproducibility of our mingw-w64
toolchain.

* gnu/packages/patches/mingw-w64-dlltool-temp-prefix.patch: New file.
* gnu/packages/patches/mingw-w64-reproducible-gendef.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/mingw.scm (make-mingw-w64): Apply patches.

4 years agognu: gparted: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:16 +0000 (19:49 +0200)]
gnu: gparted: Make some inputs native.

* gnu/packages/disk.scm (gparted)[inputs]: Move yelp-tools from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agosystem: Don’t create a module database when no modules are available.
Ivan Kozlov [Sat, 4 Apr 2020 16:16:15 +0000 (19:16 +0300)]
system: Don’t create a module database when no modules are available.

* gnu/system.scm (operating-system-directory-base-entries): Don't create
a module database when no modules are available.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: rubber: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:22 +0000 (19:49 +0200)]
gnu: rubber: Make some inputs native.

* gnu/packages/tex.scm (rubber)[inputs]: Move texinfo from here...
[native-inputs]: ...to this new field.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: scotch: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:21 +0000 (19:49 +0200)]
gnu: scotch: Make some inputs native.

* gnu/packages/math.scm (scotch)[inputs]: Move flex & bison from here...
[native-inputs]: ...to this new field.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: telegram-purple: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:20 +0000 (19:49 +0200)]
gnu: telegram-purple: Make some inputs native.

* gnu/packages/telephony.scm (telegram-purple)[inputs]: Move gettext from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: jami: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:19 +0000 (19:49 +0200)]
gnu: jami: Make some inputs native.

* gnu/packages/telephony.scm (jami)[inputs]: Move gettext from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: libkate: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:18 +0000 (19:49 +0200)]
gnu: libkate: Make some inputs native.

* gnu/packages/xiph.scm (libkate)[inputs]: Move bison from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: man-db: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 17:49:17 +0000 (19:49 +0200)]
gnu: man-db: Make some inputs native.

* gnu/packages/man.scm (man-db)[inputs]: Move flex from here...
[native-inputs]: ...to here.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: qgis: Fix some plugins.
Guillaume Le Vaillant [Sat, 4 Apr 2020 17:57:50 +0000 (19:57 +0200)]
gnu: qgis: Fix some plugins.

* gnu/packages/geo.scm (qgis)[arguments]: Add a 'wrap-gis' phase to set the
  environment variables required by some plugins.

4 years agotests: Adjust '--with-commit' test for tags.
Ludovic Courtès [Sat, 4 Apr 2020 16:50:03 +0000 (18:50 +0200)]
tests: Adjust '--with-commit' test for tags.

This is a followup to efa578ecaece67366b4b0e2266de7c2faaa4ae54.

* tests/guix-build-branch.sh: Adjust '--with-commit=guile-gcrypt=v0.1.0'
test to expect the tag ID rather than the commit ID.

4 years agostore: 'with-store' doesn't close the store upon abort.
Ludovic Courtès [Sat, 4 Apr 2020 15:36:31 +0000 (17:36 +0200)]
store: 'with-store' doesn't close the store upon abort.

Fixes <https://bugs.gnu.org/40428>.
Reported by Marius Bakke <mbakke@fastmail.com> and 白い熊.

Regression introduced with the first uses of 'with-build-handler' in
commit 62195b9a8fd6846117c5d7698842748300d13e31 and subsequent.

* guix/store.scm (call-with-store): Use 'catch #t' instead of
'dynamic-wind'.  This ensures STORE remains open when a non-local exit
other than an exception occurs, such as an abort to the build handler
prompt.
* tests/store.scm ("with-build-handler + with-store"): New test.

4 years agomaint: Remove unsupported cross-compilation jobs from 'release-manifest.scm'.
Ludovic Courtès [Sat, 4 Apr 2020 15:35:02 +0000 (17:35 +0200)]
maint: Remove unsupported cross-compilation jobs from 'release-manifest.scm'.

* etc/release-manifest.scm (%packages-to-cross-build-for-mingw): New
variable.
(%cross-manifest): Use it.  Remove "riscv64-linux-gnu" from %CROSS-TARGETS.

4 years agognu: ocaml-menhir: Update to 20190626.
Julien Lepiller [Sat, 4 Apr 2020 16:33:16 +0000 (18:33 +0200)]
gnu: ocaml-menhir: Update to 20190626.

* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20190626.

4 years agognu: Replace uses of 'gettext' with 'gettext-minimal'.
Marius Bakke [Sat, 4 Apr 2020 13:48:44 +0000 (15:48 +0200)]
gnu: Replace uses of 'gettext' with 'gettext-minimal'.

* gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT
to GETTEXT-MINIMAL.
* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise.
* gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]:
Likewise.
* gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise.
* gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise.
* gnu/packages/image.scm (gpick)[native-inputs]: Likewise.
* gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise.
* gnu/packages/music.scm (fmit)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise.
* gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise.
* gnu/packages/photo.scm (hugin)[native-inputs]: Likewise.
* gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise.
* gnu/packages/telephony.scm (jami)[native-inputs]: Likewise.
* gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise.
* gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise.
* gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.

4 years agognu: cadaver: Build with OpenSSL 1.0.
Marius Bakke [Sat, 4 Apr 2020 13:48:31 +0000 (15:48 +0200)]
gnu: cadaver: Build with OpenSSL 1.0.

* gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.

4 years agognu: Add r-asd.
Naga Malleswari [Sat, 4 Apr 2020 13:10:58 +0000 (18:40 +0530)]
gnu: Add r-asd.

* gnu/packages/cran.scm (r-asd): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: c-reduce: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 10:08:08 +0000 (12:08 +0200)]
gnu: c-reduce: Make some inputs native.

* gnu/packages/debug.scm (c-reduce)[inputs]: Move flex from here...
[native-inputs]: ...to this new field.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: ell: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 10:08:07 +0000 (12:08 +0200)]
gnu: ell: Make some inputs native.

* gnu/packages/linux.scm (ell)[inputs]: Move libtool from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: dico: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 10:08:07 +0000 (12:08 +0200)]
gnu: dico: Make some inputs native.

* gnu/packages/dico.scm (dico)[inputs]: Move groff from here...
[native-inputs]: ...to this new field.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: a2ps: Make some inputs native.
Vincent Legoll [Sat, 4 Apr 2020 10:08:07 +0000 (12:08 +0200)]
gnu: a2ps: Make some inputs native.

* gnu/packages/pretty-print.scm (a2ps)[inputs]: Move groff from here...
[native-inputs]: ...to here.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: gnome-online-accounts: Update to 3.36.0.
Naga Malleswari [Wed, 1 Apr 2020 19:15:56 +0000 (00:45 +0530)]
gnu: gnome-online-accounts: Update to 3.36.0.

* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.36.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: gnome-online-miners: Update to 3.34.0.
Naga Malleswari [Wed, 1 Apr 2020 18:59:50 +0000 (00:29 +0530)]
gnu: gnome-online-miners: Update to 3.34.0.

* gnu/packages/gnome.scm (gnome-online-miners): Update to 3.34.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Deprecate emacs-modus-themes.
Dimakakos Dimos [Fri, 3 Apr 2020 23:05:38 +0000 (02:05 +0300)]
gnu: Deprecate emacs-modus-themes.

* gnu/package/emacs-xyz.scm (emacs-modus-themes): Deprecate it.

4 years agognu: Add emacs-modus-operandi-theme.
Dimakakos Dimos [Fri, 3 Apr 2020 23:05:37 +0000 (02:05 +0300)]
gnu: Add emacs-modus-operandi-theme.

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): New variable.

4 years agognu: Add emacs-modus-vivendi-theme.
Dimakakos Dimos [Fri, 3 Apr 2020 23:05:36 +0000 (02:05 +0300)]
gnu: Add emacs-modus-vivendi-theme.

* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): New variable.

4 years agognu: spandsp: Disable parallel build.
Maxim Cournoyer [Sat, 4 Apr 2020 02:57:15 +0000 (22:57 -0400)]
gnu: spandsp: Disable parallel build.

The build could otherwise fail non-deterministically.

Reported-by: Raghav Gururajan <raghavgururajan@disroot.org>
* gnu/packages/telephony.scm (spandsp)[arguments]: Set parallel-build? to
false.

4 years agognu: icecat: Update to 68.6.1-guix0-preview1 [security fixes].
Mark H Weaver [Fri, 3 Apr 2020 20:56:20 +0000 (16:56 -0400)]
gnu: icecat: Update to 68.6.1-guix0-preview1 [security fixes].

Includes fixes for CVE-2020-6819 and CVE-2020-6820.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.

4 years agognu: Add linux-libre-arm64-generic-5.6.
Vagrant Cascadian [Fri, 3 Apr 2020 22:14:53 +0000 (22:14 +0000)]
gnu: Add linux-libre-arm64-generic-5.6.

* gnu/packages/linux (linux-libre-arm64-generic-5.6): New variable.

4 years agognu: Add linux-libre-arm-generic-5.6.
Vagrant Cascadian [Fri, 3 Apr 2020 22:14:14 +0000 (22:14 +0000)]
gnu: Add linux-libre-arm-generic-5.6.

* gnu/packages/linux (linux-libre-arm-generic-5.6): New variable.

4 years agognu: Add linux-libre 5.6.2.
Vagrant Cascadian [Fri, 3 Apr 2020 23:08:03 +0000 (16:08 -0700)]
gnu: Add linux-libre 5.6.2.

* gnu/packages/linux (deblob-scripts-5.6): New variable.
  (linux-libre-5.6-version): New variable.
  (linux-libre-5.6-pristine-source): New variable.
  (linux-libre-5.6-source): New variable.
  (linux-libre-headers-5.6): New variable.
  (linux-libre-5.6): New variable.

4 years agognu: linux-libre: Update to 5.4.30.
Mark H Weaver [Fri, 3 Apr 2020 21:30:39 +0000 (17:30 -0400)]
gnu: linux-libre: Update to 5.4.30.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.30.
(linux-libre-5.4-pristine-source): Update hash.

4 years agognu: linux-libre@4.19: Update to 4.19.114.
Mark H Weaver [Fri, 3 Apr 2020 21:30:03 +0000 (17:30 -0400)]
gnu: linux-libre@4.19: Update to 4.19.114.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.114.
(linux-libre-4.19-pristine-source): Update hash.

4 years agognu: linux-libre@4.14: Update to 4.14.175.
Mark H Weaver [Fri, 3 Apr 2020 21:29:28 +0000 (17:29 -0400)]
gnu: linux-libre@4.14: Update to 4.14.175.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.175.
(linux-libre-4.14-pristine-source): Update hash.

4 years agognu: linux-libre@4.9: Update to 4.9.218.
Mark H Weaver [Fri, 3 Apr 2020 21:28:57 +0000 (17:28 -0400)]
gnu: linux-libre@4.9: Update to 4.9.218.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.218.
(linux-libre-4.9-pristine-source): Update hash.

4 years agognu: linux-libre@4.4: Update to 4.4.218.
Mark H Weaver [Fri, 3 Apr 2020 21:27:48 +0000 (17:27 -0400)]
gnu: linux-libre@4.4: Update to 4.4.218.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.218.
(linux-libre-4.4-pristine-source): Update hash.

4 years agognu: cross-base: Add 'package-with-patches'.
Ludovic Courtès [Fri, 3 Apr 2020 20:15:27 +0000 (22:15 +0200)]
gnu: cross-base: Add 'package-with-patches'.

This is a followup to c1c50cb5b099897a18e4cd8c27970cb45a7c3a94.

* gnu/packages/cross-base.scm (package-with-patch): Rename to...
(package-with-patches): ... this, and take a list of patches.
(package-with-extra-patches): Use it.
(cross-binutils): Use 'search-patches' instead of 'search-patch'.

4 years agopack: Pass the cross-compilation target to 'run-with-store'.
Ludovic Courtès [Fri, 3 Apr 2020 19:51:12 +0000 (21:51 +0200)]
pack: Pass the cross-compilation target to 'run-with-store'.

This ensures '%current-target-system' is correctly bound upfront, which
some packages rely on.

* guix/scripts/pack.scm (guix-pack): Pass #:target to 'run-with-store'.

4 years agognu: cross-base: Fix PACKAGE-WITH-EXTRA-PATCHES
Carl Dong [Fri, 3 Apr 2020 17:46:17 +0000 (13:46 -0400)]
gnu: cross-base: Fix PACKAGE-WITH-EXTRA-PATCHES

This also removes the execute bit from the patches added. Not sure how
or why those were set in the first place.

* gnu/packages/cross-base.scm (package-with-extra-patches): Imitate
PACKAGE-WITH-PATCH instead of using it.
* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
Remove execute bit.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
Remove execute bit.

4 years agognu: ungoogled-chromium: Update to 80.0.3987.163-0.516e2d9.
Marius Bakke [Fri, 3 Apr 2020 14:25:45 +0000 (16:25 +0200)]
gnu: ungoogled-chromium: Update to 80.0.3987.163-0.516e2d9.

* gnu/packages/chromium.scm (%chromium-version): Set to 80.0.3987.163.
(%chromium-origin): Update hash.

4 years agognu: Add python-cantools.
Maxim Cournoyer [Fri, 3 Apr 2020 15:16:51 +0000 (11:16 -0400)]
gnu: Add python-cantools.

* gnu/packages/python-xyz.scm (python-cantools): New variable.

4 years agognu: Add python-bitstruct.
Maxim Cournoyer [Fri, 3 Apr 2020 15:16:37 +0000 (11:16 -0400)]
gnu: Add python-bitstruct.

* gnu/packages/python-xyz.scm (python-bitstruct): New variable.

4 years agognu: Add python-diskcache.
Maxim Cournoyer [Fri, 3 Apr 2020 15:16:13 +0000 (11:16 -0400)]
gnu: Add python-diskcache.

* gnu/packages/python-xyz.scm (python-diskcache): New variable.

4 years agognu: Add python-can.
Maxim Cournoyer [Fri, 3 Apr 2020 15:16:02 +0000 (11:16 -0400)]
gnu: Add python-can.

* gnu/packages/python-xyz.scm (python-can): New variable.

4 years agognu: Add python-aenum.
Maxim Cournoyer [Fri, 3 Apr 2020 15:15:41 +0000 (11:15 -0400)]
gnu: Add python-aenum.

* gnu/packages/python-xyz.scm (python-aenum): New variable.

4 years agognu: Add python-textparser.
Maxim Cournoyer [Fri, 3 Apr 2020 15:13:45 +0000 (11:13 -0400)]
gnu: Add python-textparser.

* gnu/packages/python-xyz.scm (python-textparser): New variable.

4 years agognu: Add perl-data-entropy.
Paul Garlick [Fri, 3 Apr 2020 14:37:26 +0000 (15:37 +0100)]
gnu: Add perl-data-entropy.

* gnu/packages/perl.scm (perl-data-entropy): New variable.

4 years agognu: Add perl-crypt-rijndael.
Paul Garlick [Fri, 3 Apr 2020 11:19:37 +0000 (12:19 +0100)]
gnu: Add perl-crypt-rijndael.

* gnu/packages/perl.scm (perl-crypt-rijndael): New variable.

4 years agognu: Add perl-data-float.
Paul Garlick [Thu, 2 Apr 2020 22:13:20 +0000 (23:13 +0100)]
gnu: Add perl-data-float.

* gnu/packages/perl.scm (perl-data-float): New variable.

4 years agognu: Add perl-http-lite.
Paul Garlick [Thu, 2 Apr 2020 19:34:10 +0000 (20:34 +0100)]
gnu: Add perl-http-lite.

* gnu/packages/web.scm (perl-http-lite): New variable.

4 years agognu: Remove bctoolbox and ortp.
Raghav Gururajan [Mon, 30 Mar 2020 02:53:07 +0000 (22:53 -0400)]
gnu: Remove bctoolbox and ortp.

* gnu/packages/telephony.scm (bctoolbox): Delete variable.
(ortp): Delete variable.
* gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference.
* gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add qalculate-gtk.
R Veera Kumar [Wed, 1 Apr 2020 05:23:20 +0000 (10:53 +0530)]
gnu: Add qalculate-gtk.

* gnu/packages/maths.scm (qalculate-gtk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add libqalculate.
R Veera Kumar [Wed, 1 Apr 2020 05:23:19 +0000 (10:53 +0530)]
gnu: Add libqalculate.

* gnu/packages/maths.scm (libqalculate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: gnome-initial-setup: Record file name of 'gsd-keyboard-display'.
Ludovic Courtès [Fri, 3 Apr 2020 12:39:49 +0000 (14:39 +0200)]
gnu: gnome-initial-setup: Record file name of 'gsd-keyboard-display'.

* gnu/packages/gnome.scm (gnome-initial-setup)[arguments]: Add
'set-gkbd-file-name' phase.
[inputs]: Add LIBGNOMEKBD.

4 years agognu: clipnotify: Update to 6.0.1.
Damien Cassou [Mon, 30 Mar 2020 11:59:34 +0000 (13:59 +0200)]
gnu: clipnotify: Update to 6.0.1.

* gnu/packages/xdisorg.scm (clipnotify): Update to 6.0.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: calibre: Fix build with python-msgpack >= 1.0.
Marius Bakke [Fri, 3 Apr 2020 13:28:14 +0000 (15:28 +0200)]
gnu: calibre: Fix build with python-msgpack >= 1.0.

* gnu/packages/patches/calibre-msgpack-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ebook.scm (calibre)[source](patches): Add it.

4 years agognu: Add bzrtp.
Raghav Gururajan [Wed, 1 Apr 2020 23:03:00 +0000 (19:03 -0400)]
gnu: Add bzrtp.

* gnu/packages/linphone.scm (bzrtp): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add ortp.
Raghav Gururajan [Wed, 1 Apr 2020 22:54:53 +0000 (18:54 -0400)]
gnu: Add ortp.

* gnu/packages/linphone.scm (ortp): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add bcg729.
Raghav Gururajan [Wed, 1 Apr 2020 22:44:35 +0000 (18:44 -0400)]
gnu: Add bcg729.

* gnu/packages/linphone.scm (bcg729): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agoguix system: Mention 'herd restart' when reconfigure completes.
Ludovic Courtès [Fri, 3 Apr 2020 09:42:01 +0000 (11:42 +0200)]
guix system: Mention 'herd restart' when reconfigure completes.

* guix/scripts/system.scm (with-shepherd-error-handling): Use 'mbegin'
instead of 'begin'.
(perform-action): Print a message after 'upgrade-shepherd-services'.
That message had disappeared in commit
5c8c8c455420af27189d6045b3599fe6e27ad012.

4 years agoguix system: Remove unused procedure.
Ludovic Courtès [Fri, 3 Apr 2020 09:22:46 +0000 (11:22 +0200)]
guix system: Remove unused procedure.

This procedure was unused since
5c8c8c455420af27189d6045b3599fe6e27ad012.

* guix/scripts/system.scm (call-with-service-upgrade-info): Remove.

4 years agoreconfigure: Silence Guile warnings.
Ludovic Courtès [Fri, 3 Apr 2020 08:48:32 +0000 (10:48 +0200)]
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'.

4 years agoRevert "reconfigure: Run the effect scripts as separate processes."
Ludovic Courtès [Fri, 3 Apr 2020 08:26:54 +0000 (10:26 +0200)]
Revert "reconfigure: Run the effect scripts as separate processes."

This reverts commit 5517750344be05c91bc2979c1a0e2348a9ae902d.
That commit would remove all sorts of error checking when running those
programs.

4 years agognu: Add bcmatroska2.
Raghav Gururajan [Wed, 1 Apr 2020 22:38:01 +0000 (18:38 -0400)]
gnu: Add bcmatroska2.

* gnu/packages/linphone.scm (bcmatroska2): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add belcard.
Raghav Gururajan [Wed, 1 Apr 2020 22:30:24 +0000 (18:30 -0400)]
gnu: Add belcard.

* gnu/packages/linphone.scm (belcard): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add belr.
Raghav Gururajan [Wed, 1 Apr 2020 22:18:14 +0000 (18:18 -0400)]
gnu: Add belr.

* gnu/packages/linphone.scm (belr): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add bctoolbox.
Raghav Gururajan [Wed, 1 Apr 2020 22:10:42 +0000 (18:10 -0400)]
gnu: Add bctoolbox.

* gnu/packages/linphone.scm (bctoolbox): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add bcunit.
Raghav Gururajan [Wed, 1 Apr 2020 19:50:15 +0000 (15:50 -0400)]
gnu: Add bcunit.

* gnu/packages/linphone.scm (bcunit): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add muchsync.
Justus Winter [Fri, 3 Apr 2020 08:06:46 +0000 (10:06 +0200)]
gnu: Add muchsync.

* gnu/packages/mail.scm (muchsync): New variable.

4 years agognu: gpsd: Update to 3.20.
Guillaume Le Vaillant [Fri, 3 Apr 2020 08:12:47 +0000 (10:12 +0200)]
gnu: gpsd: Update to 3.20.

* gnu/packages/gps.scm (gpsd): Update to 3.20.
  [inputs]: Add gtk+.

4 years agognu: txr: Update to 234.
Guillaume Le Vaillant [Fri, 3 Apr 2020 07:48:48 +0000 (09:48 +0200)]
gnu: txr: Update to 234.

* gnu/packages/lisp.scm (txr): Update to 234.

4 years agognu: lollypop: Peel off duplicate wrapper.
Tobias Geerinckx-Rice [Thu, 2 Apr 2020 12:39:09 +0000 (14:39 +0200)]
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.

4 years agognu: cross-base: Hotfix for paren
Carl Dong [Thu, 2 Apr 2020 22:08:33 +0000 (18:08 -0400)]
gnu: cross-base: Hotfix for paren

* gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing
paren.

4 years agognu: cross-base: Add mingw-w64 specific binutils patches.
Carl Dong [Tue, 24 Mar 2020 19:39:06 +0000 (15:39 -0400)]
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.

4 years agoreconfigure: Run the effect scripts as separate processes.
Ludovic Courtès [Thu, 2 Apr 2020 20:46:18 +0000 (22:46 +0200)]
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'.

4 years agoguix system: Do not import the user's (guix config).
Ludovic Courtès [Thu, 2 Apr 2020 20:09:43 +0000 (22:09 +0200)]
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.

4 years agogit: Don't try to resolve tags with 'tag-lookup'.
Ludovic Courtès [Thu, 2 Apr 2020 19:33:48 +0000 (21:33 +0200)]
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'.

4 years agognu: Add synapse.
Alex ter Weele [Sat, 29 Feb 2020 17:22:06 +0000 (11:22 -0600)]
gnu: Add synapse.

* gnu/packages/matrix.scm (synapse): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-matrix-synapse-ldap3.
Alex ter Weele [Sat, 29 Feb 2020 17:19:28 +0000 (11:19 -0600)]
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>
4 years agognu: Add python-pysaml2.
Alex ter Weele [Wed, 25 Mar 2020 00:38:36 +0000 (19:38 -0500)]
gnu: Add python-pysaml2.

* gnu/packages/python-xyz.scm: (python-pysaml2) New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-txacme.
Alex ter Weele [Sat, 29 Feb 2020 17:13:26 +0000 (11:13 -0600)]
gnu: Add python-txacme.

* gnu/packages/python-xyz.scm (python-txacme): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-txsni.
Marius Bakke [Thu, 2 Apr 2020 18:20:43 +0000 (20:20 +0200)]
gnu: Add python-txsni.

* gnu/packages/python-xyz.scm: (python-txsni) New variable.

Co-authored-by: Alex ter Weele <alex.ter.weele@gmail.com>
4 years agognu: Add python-pem.
Alex ter Weele [Wed, 25 Mar 2020 00:49:10 +0000 (19:49 -0500)]
gnu: Add python-pem.

* gnu/packages/python-xyz.scm: (python-pem) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-eliot.
Alex ter Weele [Wed, 25 Mar 2020 00:33:36 +0000 (19:33 -0500)]
gnu: Add python-eliot.

* gnu/packages/python-xyz.scm: (python-eliot) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-boltons.
Alex ter Weele [Wed, 25 Mar 2020 00:32:46 +0000 (19:32 -0500)]
gnu: Add python-boltons.

* gnu/packages/python-xyz.scm: (python-boltons) New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-ldap3.
Alex ter Weele [Sat, 29 Feb 2020 17:12:08 +0000 (11:12 -0600)]
gnu: Add python-ldap3.

* gnu/packages/python-xyz.scm (python-ldap3): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-prometheus-client.
Alex ter Weele [Sat, 29 Feb 2020 17:11:35 +0000 (11:11 -0600)]
gnu: Add python-prometheus-client.

* gnu/packages/python-xyz.scm (python-prometheus-client): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-pymacaroons.
Alex ter Weele [Sat, 29 Feb 2020 17:11:11 +0000 (11:11 -0600)]
gnu: Add python-pymacaroons.

* gnu/packages/python-xyz.scm (python-pymacaroons): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-daemonize.
Alex ter Weele [Sat, 29 Feb 2020 17:10:35 +0000 (11:10 -0600)]
gnu: Add python-daemonize.

* gnu/packages/python-xyz.scm (python-daemonize): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-signedjson.
Alex ter Weele [Sat, 29 Feb 2020 17:09:58 +0000 (11:09 -0600)]
gnu: Add python-signedjson.

* gnu/packages/python-xyz.scm (python-signedjson): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-canonicaljson.
Alex ter Weele [Sat, 29 Feb 2020 17:08:29 +0000 (11:08 -0600)]
gnu: Add python-canonicaljson.

* gnu/packages/python-xyz.scm (python-canonicaljson): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-unpaddedbase64.
Alex ter Weele [Sat, 29 Feb 2020 17:07:34 +0000 (11:07 -0600)]
gnu: Add python-unpaddedbase64.

* gnu/packages/python-xyz.scm (python-unpaddedbase64): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add python-frozendict.
Alex ter Weele [Sat, 29 Feb 2020 17:06:27 +0000 (11:06 -0600)]
gnu: Add python-frozendict.

* gnu/packages/python-xyz.scm (python-frozendict): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agoservices: murmur: Add missing newline in murmur-configuration.
Simon Mages [Sun, 29 Mar 2020 13:54:16 +0000 (15:54 +0200)]
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>
4 years agognu: Add font-iosevka-term.
John Soo [Fri, 20 Mar 2020 07:03:55 +0000 (00:03 -0700)]
gnu: Add font-iosevka-term.

* gnu/packages/fonts.scm (font-iosevka-term): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: Add font-iosevka-term-slab.
John Soo [Thu, 19 Mar 2020 19:23:14 +0000 (12:23 -0700)]
gnu: Add font-iosevka-term-slab.

* gnu/packages/fonts.scm (font-iosevka-term-slab): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: proof-general: Update home-page.
John Soo [Sun, 29 Mar 2020 09:26:46 +0000 (02:26 -0700)]
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>
4 years agognu: proof-general: Update to 4.4.
John Soo [Sun, 29 Mar 2020 09:18:56 +0000 (02:18 -0700)]
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>
4 years agognu: gnome-default-applications: Change defaults.list to gnome-mimeapps.list.
Brendan Tildesley [Fri, 1 Dec 2017 03:14:06 +0000 (14:14 +1100)]
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>
4 years agognu: Add xwallpaper.
John Soo [Fri, 27 Mar 2020 15:31:10 +0000 (08:31 -0700)]
gnu: Add xwallpaper.

* gnu/packages/xdisorg.scm (xwallpaper): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>