jackhill/guix/guix.git
3 years agoshepherd: Remove dependency on (guix utils).
Ludovic Courtès [Thu, 5 Nov 2020 14:26:57 +0000 (15:26 +0100)]
shepherd: Remove dependency on (guix utils).

Since commit 8ce6f4dc2879919c12bc76a2f4b01200af97e019, importing this
module in a gexp would pull in (guix config) from the host, thereby
leading to non-reproducible derivations.  Users in (gnu services ...) do
not expect that so simply remove the (guix utils) dependency for now.

* gnu/build/shepherd.scm (fork+exec-command/container)[strip-pid]: New
procedure.
Use it instead of 'strip-keyword-arguments'.

3 years agogexp: Warn when importing (guix config) or (ice-9 …).
Ludovic Courtès [Thu, 5 Nov 2020 13:52:29 +0000 (14:52 +0100)]
gexp: Warn when importing (guix config) or (ice-9 …).

While importing those modules from the host system is valid, it is often
a mistake that introduces non-reproducibility.  This patch prints a
warning when that happens.

* guix/gexp.scm (gexp-attribute): Add #:validate parameter and honor it.
(gexp-modules)[validate-modules]: New procedure.
Pass it to 'gexp-attribute'.
* tests/gexp.scm ("gexp-modules, warning"): New test.

3 years agogexp: Store the source code location in <gexp>.
Ludovic Courtès [Thu, 5 Nov 2020 13:32:04 +0000 (14:32 +0100)]
gexp: Store the source code location in <gexp>.

* guix/gexp.scm (<gexp>)[location]: New field.
(gexp-location): New procedure.
(write-gexp): Print the location of GEXP.
(gexp->derivation): Adjust call to 'make-gexp'.
(gexp): Likewise.

3 years agoimage: Error out when passed an unsupported partition type.
Ludovic Courtès [Thu, 5 Nov 2020 13:56:16 +0000 (14:56 +0100)]
image: Error out when passed an unsupported partition type.

* gnu/build/image.scm (make-partition-image): Use 'raise' instead of
'format' when TYPE is not supported.
(convert-disk-image): Remove unneeded 'begin'.

3 years agognu: dump1090: Update to 4.0.
Leo Famulari [Thu, 5 Nov 2020 05:50:51 +0000 (00:50 -0500)]
gnu: dump1090: Update to 4.0.

* gnu/packages/radio.scm (dump1090): Update to 4.0.

3 years agognu: virt-viewer: Enable VNC support.
Tobias Geerinckx-Rice [Thu, 5 Nov 2020 02:59:58 +0000 (03:59 +0100)]
gnu: virt-viewer: Enable VNC support.

* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.

3 years agognu: praat: Update to 6.1.30.
Tobias Geerinckx-Rice [Thu, 5 Nov 2020 02:45:03 +0000 (03:45 +0100)]
gnu: praat: Update to 6.1.30.

* gnu/packages/language.scm (praat): Update to 6.1.30.

3 years agognu: python-audioread: Update to 2.1.9.
Tobias Geerinckx-Rice [Thu, 5 Nov 2020 02:18:09 +0000 (03:18 +0100)]
gnu: python-audioread: Update to 2.1.9.

* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9.

3 years agognu: toxic: Update to 0.8.4.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 23:01:59 +0000 (00:01 +0100)]
gnu: toxic: Update to 0.8.4.

* gnu/packages/messaging.scm (toxic): Update to 0.8.4.

3 years agognu: libnice: Update to 0.1.18.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 22:42:04 +0000 (23:42 +0100)]
gnu: libnice: Update to 0.1.18.

* gnu/packages/networking.scm (libnice): Update to 0.1.18.
[arguments]: Add a new ‘disable-failing-test’ phase.

3 years agognu: lldpd: Omit static library.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 22:36:21 +0000 (23:36 +0100)]
gnu: lldpd: Omit static library.

* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
to the #:configure-flags.

3 years agognu: lldpd: Update to 1.0.7.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 22:35:19 +0000 (23:35 +0100)]
gnu: lldpd: Update to 1.0.7.

* gnu/packages/networking.scm (lldpd): Update to 1.0.7.

3 years agognu: fldigi: Update to 4.1.15.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 21:37:12 +0000 (22:37 +0100)]
gnu: fldigi: Update to 4.1.15.

* gnu/packages/radio.scm (fldigi): Update to 4.1.15.

3 years agognu: python-sphinx-intl: Update to 2.0.1.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 21:21:02 +0000 (22:21 +0100)]
gnu: python-sphinx-intl: Update to 2.0.1.

* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.

3 years agognu: oil: Update to 0.8.3.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 21:11:02 +0000 (22:11 +0100)]
gnu: oil: Update to 0.8.3.

* gnu/packages/shells.scm (oil): Update to 0.8.3.

3 years agognu: xl2tpd: Update to 1.3.16.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 21:07:48 +0000 (22:07 +0100)]
gnu: xl2tpd: Update to 1.3.16.

* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.16.

3 years agognu: i3-gaps: Update to 4.18.3.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 21:02:51 +0000 (22:02 +0100)]
gnu: i3-gaps: Update to 4.18.3.

* gnu/packages/wm.scm (i3-gaps): Update to 4.18.3.

3 years agognu: i3-wm: Update to 4.18.3.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 20:56:23 +0000 (21:56 +0100)]
gnu: i3-wm: Update to 4.18.3.

* gnu/packages/wm.scm (i3-wm): Update to 4.18.3.

3 years agognu: vera: Update to 1.24.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 19:51:00 +0000 (20:51 +0100)]
gnu: vera: Update to 1.24.

* gnu/packages/dictionaries.scm (vera): Update to 1.24.
[arguments]: Replace problematic (non-)character.

3 years agognu: php: Move a test disablement.
Tobias Geerinckx-Rice [Fri, 30 Oct 2020 12:53:07 +0000 (13:53 +0100)]
gnu: php: Move a test disablement.

* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a
more appropriate comment section.

3 years agognu: colord: Update to 1.4.5.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 15:28:37 +0000 (16:28 +0100)]
gnu: colord: Update to 1.4.5.

* gnu/packages/gnome.scm (colord): Update to 1.4.5.

3 years agognu: zeitgeist: Update to 1.0.3.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 14:10:24 +0000 (15:10 +0100)]
gnu: zeitgeist: Update to 1.0.3.

* gnu/packages/gnome.scm (zeitgeist): Update to 1.0.3.

3 years agognu: gpxsee: Update to 7.35.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 13:12:36 +0000 (14:12 +0100)]
gnu: gpxsee: Update to 7.35.

* gnu/packages/gps.scm (gpxsee): Update to 7.35.

3 years agognu: wavemon: Update to 0.9.2.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 13:08:59 +0000 (14:08 +0100)]
gnu: wavemon: Update to 0.9.2.

* gnu/packages/hardware.scm (wavemon): Update to 0.9.2.
[source]: Add two bonus upstream commits as patches.

3 years agognu: python-djangorestframework: Update to 3.12.1.
Marius Bakke [Wed, 4 Nov 2020 11:29:54 +0000 (12:29 +0100)]
gnu: python-djangorestframework: Update to 3.12.1.

* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.1.

3 years agognu: python-django@2.2: Update to 2.2.17.
Marius Bakke [Wed, 4 Nov 2020 11:03:07 +0000 (12:03 +0100)]
gnu: python-django@2.2: Update to 2.2.17.

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.17.

3 years agognu: python-django: Update to 3.1.3.
Marius Bakke [Wed, 4 Nov 2020 11:02:39 +0000 (12:02 +0100)]
gnu: python-django: Update to 3.1.3.

* gnu/packages/django.scm (python-django): Update to 3.1.3.

3 years agognu: ungoogled-chromium: Fix hardware acceleration.
Marius Bakke [Tue, 3 Nov 2020 19:51:27 +0000 (20:51 +0100)]
gnu: ungoogled-chromium: Fix hardware acceleration.

* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Patch in absolute
file name of libGL.so, and install Chromiums own libEGL.so and libGLESv2.so.

3 years agognu: ungoogled-chromium: Update to 86.0.4240.183-0.b68e17f [security fixes].
Marius Bakke [Tue, 3 Nov 2020 09:42:47 +0000 (10:42 +0100)]
gnu: ungoogled-chromium: Update to 86.0.4240.183-0.b68e17f [security fixes].

This fixes CVE-2020-16004, CVE-2020-16005, CVE-2020-16006, CVE-2020-16007,
CVE-2020-16008, CVE-2020-16009, and CVE-2020-16011.

* gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update
to b68e17f.
(ungoogled-chromium): Update to 86.0.4240.183.

3 years agognu: ungoogled-chromium: Add search path for installed extensions.
Marius Bakke [Fri, 23 Oct 2020 08:17:21 +0000 (10:17 +0200)]
gnu: ungoogled-chromium: Add search path for installed extensions.

* gnu/packages/patches/ungoogled-chromium-extension-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%guix-patches): New variable.
(ungoogled-chromium-snippet): Apply %GUIX-PATCHES.
(ungoogled-chromium)[arguments]: Don't hard-code extensions directory.
[native-search-paths]: New field.

3 years agoservices: guix: Do not embed the host (guix config).
Ludovic Courtès [Wed, 4 Nov 2020 22:58:55 +0000 (23:58 +0100)]
services: guix: Do not embed the host (guix config).

Fixes a bug whereby different users would get different derivations for
the same service.

* gnu/services/base.scm (guix-shepherd-service): In 'start' method, do
not embed (guix config).

3 years agovm: system-qemu-image: Fix type error, remove more actual file systems.
Ludovic Courtès [Wed, 4 Nov 2020 22:10:53 +0000 (23:10 +0100)]
vm: system-qemu-image: Fix type error, remove more actual file systems.

* gnu/system/vm.scm (system-qemu-image)[file-systems-to-keep]: Check
whether SOURCE is a string before calling 'string-prefix?'.  Remove
UUIDs and file system labels as well.

3 years agognu: dump1090: Fix license.
Leo Famulari [Wed, 4 Nov 2020 19:56:42 +0000 (14:56 -0500)]
gnu: dump1090: Fix license.

* gnu/packages/radio.scm (dump1090)[license]: Use GPL2+.

3 years agognu: Add Cantata.
Simon Streit [Wed, 4 Nov 2020 19:08:57 +0000 (14:08 -0500)]
gnu: Add Cantata.

* gnu/packages/mpd.scm (cantata): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: pam-krb5: Update source uri.
Efraim Flashner [Wed, 4 Nov 2020 14:04:36 +0000 (16:04 +0200)]
gnu: pam-krb5: Update source uri.

* gnu/packages/admin.scm (pam-krb5)[source]: Add archive location.

3 years agognu: solaar: Update to 1.0.4.
Efraim Flashner [Wed, 4 Nov 2020 13:59:06 +0000 (15:59 +0200)]
gnu: solaar: Update to 1.0.4.

* gnu/packages/admin.scm (solaar): Update to 1.0.4.
[arguments]: Remove custom 'fix-prefix-detection phase.

3 years agognu: solaar: Update source uri.
Efraim Flashner [Wed, 4 Nov 2020 13:54:18 +0000 (15:54 +0200)]
gnu: solaar: Update source uri.

* gnu/packages/admin.scm (solaar)[source]: Update source URI.

3 years agognu: dstat: Update source uri.
Efraim Flashner [Wed, 4 Nov 2020 13:53:15 +0000 (15:53 +0200)]
gnu: dstat: Update source uri.

* gnu/packages/admin.scm (dstat)[source]: Update to new source URI.

3 years agognu: thermald: Update to 2.2.
Efraim Flashner [Wed, 4 Nov 2020 13:52:35 +0000 (15:52 +0200)]
gnu: thermald: Update to 2.2.

* gnu/packages/admin.scm (thermald): Update to 2.2.
[arguments]: Remove sysconfdir flag from configure-flags.
[native-inputs]: Add autoconf-archive.

3 years agognu: thermald: Update source uri.
Efraim Flashner [Wed, 4 Nov 2020 13:37:01 +0000 (15:37 +0200)]
gnu: thermald: Update source uri.

* gnu/packages/admin.scm (thermald)[source]: Update to new source URI.

3 years agogit-annex: Enable pairing and assistant features.
Christopher Lemmer Webber [Tue, 3 Nov 2020 22:04:09 +0000 (17:04 -0500)]
git-annex: Enable pairing and assistant features.

* gnu/packages/haskell-apps.scm (git-annex): Add appropriate
  dependencies and adjust flags to enable "assistant" and "pairing"
  features.

3 years agognu: Add ghc-network-multicast.
Christopher Lemmer Webber [Tue, 3 Nov 2020 22:02:50 +0000 (17:02 -0500)]
gnu: Add ghc-network-multicast.

* gnu/packages/haskell-xyz.scm (ghc-network-multicast): New variable.

3 years agognu: Add ghc-mountpoints.
Christopher Lemmer Webber [Tue, 3 Nov 2020 22:00:02 +0000 (17:00 -0500)]
gnu: Add ghc-mountpoints.

* gnu/packages/haskell-xyz.scm (ghc-mountpoints): New variable.

3 years agognu: guix: Update to 5e7cf66.
Ludovic Courtès [Wed, 4 Nov 2020 15:43:10 +0000 (16:43 +0100)]
gnu: guix: Update to 5e7cf66.

* gnu/packages/package-management.scm (guix): Update to 5e7cf66.

3 years agopublish: Do not path the empty string to 'query-path-info'.
Ludovic Courtès [Wed, 4 Nov 2020 14:57:00 +0000 (15:57 +0100)]
publish: Do not path the empty string to 'query-path-info'.

Fixes <https://bugs.gnu.org/44442>.
Regression introduced in 2b2ab7796ac186d88060793b8873fc0e21462758.

* guix/scripts/publish.scm (render-nar/cached): Do not call
'bypass-cache?' when ITEM is the empty string.
* tests/publish.scm ("with cache, cache bypass, unmapped hash part"):
New test.

3 years agognu: Add bsd-games.
Vitaliy Shatrov [Tue, 25 Aug 2020 11:26:38 +0000 (18:26 +0700)]
gnu: Add bsd-games.

* gnu/packages/games.scm (bsd-games): New variable.

New patches, taken from Arch and Debian:
* gnu/packages/patches/bsd-games-2.17-64bit.patch
* gnu/packages/patches/bsd-games-bad-ntohl-cast.patch
* gnu/packages/patches/bsd-games-gamescreen.h.patch
* gnu/packages/patches/bsd-games-getline.patch
* gnu/packages/patches/bsd-games-null-check.patch
* gnu/packages/patches/bsd-games-number.c-and-test.patch
* gnu/packages/patches/bsd-games-prevent-name-collisions.patch
* gnu/packages/patches/bsd-games-stdio.h.patch

New patches with our customizations (configure-config built after Arch's):
* gnu/packages/patches/bsd-games-add-configure-config.patch
* gnu/packages/patches/bsd-games-add-wrapper.patch
* gnu/packages/patches/bsd-games-dont-install-empty-files.patch

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs-vdiff: Update to 0.2.4.
Nicolas Goaziou [Wed, 4 Nov 2020 14:01:34 +0000 (15:01 +0100)]
gnu: emacs-vdiff: Update to 0.2.4.

* gnu/packages/emacs-xyz.scm (emacs-vdiff): Update to 0.2.4.

3 years agognu: java-fasterxml-jackson-dataformat-xml: Don't use unstable tarball.
Efraim Flashner [Wed, 4 Nov 2020 10:53:59 +0000 (12:53 +0200)]
gnu: java-fasterxml-jackson-dataformat-xml: Don't use unstable tarball.

* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml)[source]:
Download using git-fetch.

3 years agognu: java-woodstox-core: Don't use unstable tarball.
Efraim Flashner [Wed, 4 Nov 2020 10:40:00 +0000 (12:40 +0200)]
gnu: java-woodstox-core: Don't use unstable tarball.

* gnu/packages/java.scm (java-woodstox-core)[source]: Download using
git-fetch.

3 years agognu: skopeo: Build documentation.
Jelle Licht [Wed, 4 Nov 2020 12:18:46 +0000 (13:18 +0100)]
gnu: skopeo: Build documentation.

* gnu/packages/virtualization.scm (skopeo)[native-inputs]: Add
go-github-com-go-md2man.
[arguments]<phases>{build-docs}: New phase.
{install}: Update make target to install manpages. Install example
configuration.

3 years agognu: vim: Update to 8.2.1947.
Efraim Flashner [Wed, 4 Nov 2020 09:25:52 +0000 (11:25 +0200)]
gnu: vim: Update to 8.2.1947.

* gnu/packages/vim.scm (vim): Update to 8.2.1947.

3 years agognu: synapse: Update to 1.22.1.
Michael Rohleder [Tue, 3 Nov 2020 19:37:19 +0000 (20:37 +0100)]
gnu: synapse: Update to 1.22.1.

* gnu/packages/matrix.scm (synapse): Update to 1.22.1.
[propagated-inputs]: Add python-packaging.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: haunt: Update home page.
Matthew Kraai [Tue, 3 Nov 2020 01:09:00 +0000 (17:09 -0800)]
gnu: haunt: Update home page.

* gnu/packages/guile-xyz.scm (haunt)[home-page]: Update.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: archivemount: Update to 0.9.1.
Michael Rohleder [Tue, 3 Nov 2020 04:55:07 +0000 (05:55 +0100)]
gnu: archivemount: Update to 0.9.1.

* gnu/packages/linux.scm (archivemount): Update to 0.9.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: libopenmpt: Update to 0.5.3.
Tobias Geerinckx-Rice [Mon, 2 Nov 2020 19:22:04 +0000 (20:22 +0100)]
gnu: libopenmpt: Update to 0.5.3.

* gnu/packages/audio.scm (libopenmpt): Update to 0.5.3.

3 years agognu: man-pages: Update to 5.09.
Tobias Geerinckx-Rice [Tue, 3 Nov 2020 17:03:42 +0000 (18:03 +0100)]
gnu: man-pages: Update to 5.09.

* gnu/packages/man.scm (man-pages): Update to 5.09.

3 years agognu: zfs: Update to 0.8.5.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 01:45:43 +0000 (02:45 +0100)]
gnu: zfs: Update to 0.8.5.

* gnu/packages/file-systems.scm (zfs): Update to 0.8.5.
[arguments]: Update.  Don't install initramfs-tools hooks.

3 years agognu: tintin++: Update to 2.02.05.
Tobias Geerinckx-Rice [Tue, 3 Nov 2020 22:20:27 +0000 (23:20 +0100)]
gnu: tintin++: Update to 2.02.05.

* gnu/packages/games.scm (tintin++): Update to 2.02.05.

3 years agognu: julius: Update to 1.5.1.
Tobias Geerinckx-Rice [Tue, 3 Nov 2020 22:14:28 +0000 (23:14 +0100)]
gnu: julius: Update to 1.5.1.

* gnu/packages/games.scm (julius): Update to 1.5.1.

3 years agognu: xtl: Update to 0.6.21.
Tobias Geerinckx-Rice [Tue, 3 Nov 2020 22:02:02 +0000 (23:02 +0100)]
gnu: xtl: Update to 0.6.21.

* gnu/packages/cpp.scm (xtl): Update to 0.6.21.

3 years agognu: eolie: Update to 0.9.100.
Tobias Geerinckx-Rice [Wed, 4 Nov 2020 05:35:29 +0000 (06:35 +0100)]
gnu: eolie: Update to 0.9.100.

* gnu/packages/gnome.scm (eolie): Update to 0.9.100.

3 years agoimage: Allow offloading of "partition.img" and "image.iso" builds.
Ludovic Courtès [Tue, 3 Nov 2020 19:43:02 +0000 (20:43 +0100)]
image: Allow offloading of "partition.img" and "image.iso" builds.

This builds are extremely I/O-intensive so they'd rather not run on the
head node of the build farm.

* gnu/system/image.scm (system-disk-image, system-iso9660-image): Pass
  #:local-build? #f.

3 years agognu: Depend on 'gettext-minimal' rather than 'gettext' when appropriate.
Ludovic Courtès [Tue, 3 Nov 2020 19:41:24 +0000 (20:41 +0100)]
gnu: Depend on 'gettext-minimal' rather than 'gettext' when appropriate.

* gnu/packages/backup.scm (duplicity)[native-inputs]: Use
GETTEXT-MINIMAL instead of GNU-GETTEXT.
* gnu/packages/mpd.scm (mpdris2)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (nomad)[native-inputs]: Likewise.
(guile-mkdir-p)[native-inputs]: Likewise.
(guile-avahi)[native-inputs]: Remove GNU-GETTEXT, now unneeded.

3 years agoguix import stackage: Default to LTS version that matches GHC.
Robert Vollmert [Tue, 16 Jul 2019 13:41:23 +0000 (15:41 +0200)]
guix import stackage: Default to LTS version that matches GHC.

In particular, this means that 'guix lint' won't warn to update to
versions that won't necessarily fit our package set well.

* guix/import/stackage.scm (%stackage-url): Change to "https",
avoiding redirect log messages.
(%default-lts-version): New variable.
(stackage-lts-info-fetch, stackage->guix-package,
latest-lts-release): Use it.
(lts-info-ghc-version): Remove unused procedure.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
3 years agonls: Fix Texinfo typo.
Tobias Geerinckx-Rice [Tue, 3 Nov 2020 12:29:31 +0000 (13:29 +0100)]
nls: Fix Texinfo typo.

* po/doc/guix-manual.de.po: Fix ‘@sasmp{}’ that broke ‘make’.

3 years agonls: Update translations of the manual.
Julien Lepiller [Tue, 3 Nov 2020 11:47:19 +0000 (12:47 +0100)]
nls: Update translations of the manual.

3 years agoRevert "gnu: emacs: Make strip-double-wrap more robust."
Nicolas Goaziou [Tue, 3 Nov 2020 11:07:18 +0000 (12:07 +0100)]
Revert "gnu: emacs: Make strip-double-wrap more robust."

This reverts commit b107a19ffb6a6abb7bde3436f3fa359071bd1f5c.

It causes too many rebuilds related to emacs-minimal, and fails with "No code
for module (guix build glib-or-gtk-build-system)".

3 years agognu: granite: Upgrade to 5.5.0.
Ryan Prior [Sat, 31 Oct 2020 18:26:04 +0000 (18:26 +0000)]
gnu: granite: Upgrade to 5.5.0.

* gnu/packages/pantheon.scm (granite): Upgrade to 5.5.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: pwsafe: Update to 3.54.1
Tim Gesthuizen [Sat, 31 Oct 2020 17:49:30 +0000 (18:49 +0100)]
gnu: pwsafe: Update to 3.54.1

* gnu/packages/password-utils.scm (pwsafe): Update to 3.54.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add mkp224o.
pukkamustard [Fri, 30 Oct 2020 16:02:58 +0000 (17:02 +0100)]
gnu: Add mkp224o.

* gnu/packages/crypto.scm (mkp224o): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agodoc: Illustrate procedures that return packages.
Ludovic Courtès [Tue, 3 Nov 2020 10:01:37 +0000 (11:01 +0100)]
doc: Illustrate procedures that return packages.

* doc/guix.texi (Defining Package Variants): Illustrate procedures that
return packages.

3 years agodoc: Use '@lisp' for 'options->transformation' example.
Ludovic Courtès [Tue, 3 Nov 2020 09:40:25 +0000 (10:40 +0100)]
doc: Use '@lisp' for 'options->transformation' example.

* doc/guix.texi (Defining Package Variants): Use @lisp for
'options->transformation' example.

3 years agonls: Internationalize command synopses as shown in 'guix help'.
Ludovic Courtès [Tue, 3 Nov 2020 09:36:40 +0000 (10:36 +0100)]
nls: Internationalize command synopses as shown in 'guix help'.

This is a followup to 3794ce93be8216d8378df7b808ce7f53b1e05a53.

* po/guix/Makevars (XGETTEXT_OPTIONS): Add '--keyword=synopsis'.

3 years agognu: guile-avahi: Update to 0.4.0-1.6d43caf.
Mathieu Othacehe [Tue, 3 Nov 2020 09:00:55 +0000 (10:00 +0100)]
gnu: guile-avahi: Update to 0.4.0-1.6d43caf.

* gnu/packages/guile-xyz.scm (guile-avahi): Update to 0.4.0-1.6d43caf.
[arguments]: Add 'fix-guile-avahi-file-name phase with the required modules
and imported-modules.

3 years agognu: emacs-modus-operandi-theme: Update to 0.13.0.
Morgan Smith [Sat, 10 Oct 2020 16:05:09 +0000 (12:05 -0400)]
gnu: emacs-modus-operandi-theme: Update to 0.13.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.13.0.
[source]: Use GitHub instead of GNU ELPA, as ELPA is out of date.
[arguments]: Add phase to remove "modus-vivendi-theme.el".

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs-modus-vivendi-theme: Update to 0.13.0.
Morgan Smith [Sat, 10 Oct 2020 16:00:30 +0000 (12:00 -0400)]
gnu: emacs-modus-vivendi-theme: Update to 0.13.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.13.0.
[source]: Use GitHub instead of GNU ELPA, as GNU ELPA is out of date.
[arguments]: Add phase to remove "modus-operandi-theme.el".

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs: Make strip-double-wrap more robust.
Morgan Smith [Mon, 2 Nov 2020 04:35:04 +0000 (23:35 -0500)]
gnu: emacs: Make strip-double-wrap more robust.

* gnu/packages/emacs.scm (emacs) [strip-double-wrap]: Use regex to find emacs
executable.  This works even when the version is changed by package
transformations (e.g., version=git.master).

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: qview: Fix regexp.
Nicolas Goaziou [Tue, 3 Nov 2020 07:21:27 +0000 (08:21 +0100)]
gnu: qview: Fix regexp.

* gnu/packages/image-viewers.scm (qview): Fix regexps.

3 years agognu: emacs-ebdb: Update to 0.6.20.
Nicolas Goaziou [Tue, 3 Nov 2020 07:16:56 +0000 (08:16 +0100)]
gnu: emacs-ebdb: Update to 0.6.20.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.20.

3 years agognu: mame: Update to 0.226.
Nicolas Goaziou [Tue, 3 Nov 2020 07:15:47 +0000 (08:15 +0100)]
gnu: mame: Update to 0.226.

* gnu/packages/emulators.scm (mame): Update to 0.226.

3 years agosystem: reconfigure: Use the disk-installer if provided.
Mathieu Othacehe [Wed, 21 Oct 2020 08:42:50 +0000 (10:42 +0200)]
system: reconfigure: Use the disk-installer if provided.

Fixes: <https://issues.guix.gnu.org/44101>.

* gnu/build/bootloader.scm (write-file-on-device): Pass 'no-fail flag instead
of 'no-create. Use a latin-1 transcoder.
* guix/scripts/system/reconfigure.scm (install-bootloader-program): Add a
"disk-installer" argument and use it as a fallback.
(install-bootloader): Adapt accordingly.
* gnu/tests/reconfigure.scm (run-install-bootloader-test): Ditto.

3 years agognu: samba: Prepare for tests.
Maxim Cournoyer [Tue, 3 Nov 2020 03:03:18 +0000 (22:03 -0500)]
gnu: samba: Prepare for tests.

* gnu/packages/samba.scm (samba)[arguments]: Update comment regarding the test
suite failure.
[make-flags]: Run the test suite with the '--quick' option, as it is very slow otherwise.
[phases]{configure}: Add the '--enable-selftest' argument.
[inputs]: Add libtirpc.

3 years agognu: samba: Unbundle cmocka, heimdal; add gamin.
Maxim Cournoyer [Mon, 2 Nov 2020 22:03:57 +0000 (17:03 -0500)]
gnu: samba: Unbundle cmocka, heimdal; add gamin.

* gnu/packages/samba.scm (samba)[snippet]: Update comment.
[phases]{configure}: Remove '--bundled-libraries=com_err' argument.
[inputs]: Add cmocka, heimdal, gamin.  Remove TODO comment.

3 years agognu: samba: Set localstatedir to /var.
Maxim Cournoyer [Mon, 2 Nov 2020 04:57:44 +0000 (23:57 -0500)]
gnu: samba: Set localstatedir to /var.

It previously defaulted to a $PREFIX/var, where $PREFIX was the root of the
installation directory (under /gnu/store) of Samba.

* gnu/packages/samba.scm (samba)[phases]{configure}: Add --localstatedir=/var
option.
{disable-etc-samba-directory-creation}: Rename to
disable-etc,var-samba-directories-setup and prevent creating directories under
both sysconfdir and localstatedir.

3 years agognu: samba: Update to 4.13.1.
Maxim Cournoyer [Mon, 2 Nov 2020 04:59:07 +0000 (23:59 -0500)]
gnu: samba: Update to 4.13.1.

* gnu/packages/samba.scm (samba): Update to 4.13.1.
[native-inputs]: Add libxml2.
[phases]{locate-docbook-stylesheets}: Rename to...
{setup-docbook-stylesheets}: ...this.  Setup offline Samba DTD catalog, and
have it used along any pre-existing XML_CATALOG_FILES environment variable in
the build script.

3 years agognu: wireshark: Update to 3.4.0.
Nicolas Goaziou [Mon, 2 Nov 2020 22:39:30 +0000 (23:39 +0100)]
gnu: wireshark: Update to 3.4.0.

* gnu/packages/networking.scm (wireshark): Update to 3.4.0.
[arguments]: Skip another failing test.

3 years agognu: snap: Update to 6.2.4.
Nicolas Goaziou [Mon, 2 Nov 2020 21:55:09 +0000 (22:55 +0100)]
gnu: snap: Update to 6.2.4.

* gnu/packages/education.scm (snap): Update to 6.2.4.

3 years agognu: qview: Update to 4.0.
Nicolas Goaziou [Mon, 2 Nov 2020 21:13:08 +0000 (22:13 +0100)]
gnu: qview: Update to 4.0.

* gnu/packages/image-viewers.scm (qview): Update to 4.0.
[arguments]: Append PREFIX to qmake call.  Fix auto-update removal.

3 years agognu: mgba: Update to 0.8.4.
Nicolas Goaziou [Mon, 2 Nov 2020 20:57:40 +0000 (21:57 +0100)]
gnu: mgba: Update to 0.8.4.

* gnu/packages/emulators.scm (mgba): Update to 0.8.4.

3 years agoci: Restore license handling.
Mathieu Othacehe [Mon, 2 Nov 2020 19:58:39 +0000 (20:58 +0100)]
ci: Restore license handling.

This is a follow-up of 7c02eb6c and 44daec7f. Restore the initial behaviour.

* gnu/ci.scm (package->alist): Restore license handling.

3 years agodoc: Fix typo.
Miguel Ángel Arruga Vivas [Mon, 2 Nov 2020 19:24:08 +0000 (20:24 +0100)]
doc: Fix typo.

* doc/guix.texi (Invoking guix publish)<cache-bypass-threshold>: The unit
suffixes the numeric value.

3 years agognu: Add atop.
Leo Famulari [Wed, 28 Oct 2020 03:48:28 +0000 (23:48 -0400)]
gnu: Add atop.

* gnu/packages/admin.scm (atop): New variable.

3 years agosystem: Change comment wording.
Miguel Ángel Arruga Vivas [Mon, 2 Nov 2020 17:22:33 +0000 (18:22 +0100)]
system: Change comment wording.

* gnu/system.scm (<boot-parameters>)<Comment>: Substitute path with file name.

3 years agosystem: image: Introduce arm32-raw image type.
Mathieu Othacehe [Mon, 2 Nov 2020 16:16:05 +0000 (17:16 +0100)]
system: image: Introduce arm32-raw image type.

* gnu/system/image.scm (arm32-disk-image, arm32-image-type): New variables.
(arm64-disk-image): Inherit from arm32-disk-image.
(arm64-image-type): Change name to 'arm64-raw.

3 years agodoc: Complete sentence in earlyoom-configuration doc.
Maxim Cournoyer [Mon, 2 Nov 2020 16:01:41 +0000 (11:01 -0500)]
doc: Complete sentence in earlyoom-configuration doc.

* doc/guix.texi (Linux Services): Complete sentence in earlyoom-configuration
doc.

Reported-by: Julien Lepiller <julien@lepiller.eu>
3 years agognu: Add go-github-com-errata-ai-vale.
Gabriel Arazas [Fri, 2 Oct 2020 17:13:17 +0000 (01:13 +0800)]
gnu: Add go-github-com-errata-ai-vale.

* gnu/packages/textutils.scm (go-github-com-errata-ai-vale): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: emacs-ledger-mode: Update to 4.0.0.
nixo [Mon, 2 Nov 2020 10:15:06 +0000 (11:15 +0100)]
gnu: emacs-ledger-mode: Update to 4.0.0.

* gnu/packages/finance.scm (emacs-ledger-mode): Update to 4.0.0.
[arguments]<#:tests?>: Remove argument.
[phases] check: Replace with working check phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: emacs-julia-mode: Update to 0.4.
Tim Howes [Fri, 16 Oct 2020 02:52:04 +0000 (19:52 -0700)]
gnu: emacs-julia-mode: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: squid: Fix build reproducibility issue.
Jean-Baptiste Note [Wed, 28 Oct 2020 15:22:39 +0000 (11:22 -0400)]
gnu: squid: Fix build reproducibility issue.

* gnu/packages/networking.scm (squid): Add --disable-arch-native configure
flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoprofiles: Add fast path for 'xdg-mime-database' hook.
Ludovic Courtès [Mon, 2 Nov 2020 13:25:15 +0000 (14:25 +0100)]
profiles: Add fast path for 'xdg-mime-database' hook.

Partly fixes <https://bugs.gnu.org/44053>.
Reported by Joshua Branson <jbranso@dismail.de>
and Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* guix/profiles.scm (xdg-mime-database): When PKGDIRS contains only one
element, symlink directly to it.  Invoke 'update-mime-database' only
when PKGDIRS contains two or more elements, which is less frequent.