jackhill/guix/guix.git
3 years agoMerge branch 'version-1.2.0' of ssh://git.sv.gnu.org/srv/git/guix into version-1.2.0
Ludovic Courtès [Fri, 13 Nov 2020 16:02:49 +0000 (17:02 +0100)]
Merge branch 'version-1.2.0' of ssh://git.sv.gnu.org/srv/git/guix into version-1.2.0

3 years agognu: python-pysam: Update to version 0.16.0.1.
Maxim Cournoyer [Fri, 13 Nov 2020 14:39:36 +0000 (09:39 -0500)]
gnu: python-pysam: Update to version 0.16.0.1.

The check phase was failing with:

starting phase `check'
make: Entering directory '...drv-0/python-pysam-0.15.1-checkout/tests/pysam_data'
samtools faidx ex1.fa
samtools import ex1.fa.fai ex1.sam.gz ex1.bam
[main] "samtools import" has been removed. Please use "samtools view" instead.
make: *** [Makefile:56: ex1.bam] Error 1

* gnu/packages/bioinformatics.scm (python-pysam): Update to version 0.16.0.1.
[phases]{check}: Delete a couple more failing test files.
[native-inputs]: Add python-pytest.

3 years agognu: guix: Update to 3ba6ffd.
Ludovic Courtès [Fri, 13 Nov 2020 14:01:25 +0000 (15:01 +0100)]
gnu: guix: Update to 3ba6ffd.

3 years agognu: guix: Update to 1.2.0rc1.
Ludovic Courtès [Fri, 13 Nov 2020 13:40:28 +0000 (14:40 +0100)]
gnu: guix: Update to 1.2.0rc1.

3 years agoUpdate NEWS.
Ludovic Courtès [Fri, 13 Nov 2020 08:08:02 +0000 (09:08 +0100)]
Update NEWS.

3 years agognu: glib: Graft patch to detect changes to the installed applications.
Ludovic Courtès [Thu, 12 Nov 2020 15:35:24 +0000 (16:35 +0100)]
gnu: glib: Graft patch to detect changes to the installed applications.

Fixes <https://bugs.gnu.org/35594>.
Reported by sirgazil <sirgazil@zoho.com> and others.

* gnu/packages/patches/glib-appinfo-watch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (glib)[replacement]: New field.
(glib-with-gio-patch): New variable.
(glib-with-documentation): Use 'package/inherit'.

3 years agomaint: Use 'guix' instead of 'guile3.0-guix' for the binary tarball.
Ludovic Courtès [Thu, 12 Nov 2020 22:08:48 +0000 (23:08 +0100)]
maint: Use 'guix' instead of 'guile3.0-guix' for the binary tarball.

* Makefile.am (GUIX_FOR_BINARY_TARBALL): Change to 'guix'.

3 years agognu: python-flask-basicauth: Fix indentation.
Maxim Cournoyer [Thu, 12 Nov 2020 20:17:57 +0000 (15:17 -0500)]
gnu: python-flask-basicauth: Fix indentation.

* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.

3 years agognu: python-flask-basicauth: Fix build.
Maxim Cournoyer [Thu, 12 Nov 2020 20:16:06 +0000 (15:16 -0500)]
gnu: python-flask-basicauth: Fix build.

* gnu/packages/python-web.scm (python-flask-basicauth)[phases]: Add a
'fix-imports phase.

3 years agomaint: update-guix-package: Optionally add sources to store.
Maxim Cournoyer [Mon, 9 Nov 2020 18:14:31 +0000 (13:14 -0500)]
maint: update-guix-package: Optionally add sources to store.

Following discussions in <https://issues.guix.gnu.org/43893>, keeping a copy
of the updated package source is desirable when generating a release.

* build-aux/update-guix-package.scm (version-controlled?): Remove variable.
(call-with-temporary-git-worktree): Renamed from
'with-temporary-git-worktree'.  Update doc.  Do not change directory
implicitly.  Define as a procedure, not a syntax.
(keep-source-in-store): New procedure.
(main): Adjust to use with call-with-temporary-git-worktree.  Add the sources
to the store when GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT is set.  Exit gracefully
when FIND-ORIGIN-REMOTE returns #f.
(%savannah-guix-git-repo-push-url-regexp): Adjust match for a potential colon
separator.
* Makefile.am (GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT): Adjust.
* .dir-locals.el (scheme-mode): Remove entry for with-temporary-git-worktree.
* doc/contributing.texi (Updating the Guix Package): Update doc.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agonls: Update string translations.
Ludovic Courtès [Thu, 12 Nov 2020 09:13:45 +0000 (10:13 +0100)]
nls: Update string translations.

3 years agonls: Update translations of the manual.
Ludovic Courtès [Thu, 12 Nov 2020 09:12:45 +0000 (10:12 +0100)]
nls: Update translations of the manual.

3 years agonls: Update translations of the manual.
Julien Lepiller [Thu, 5 Nov 2020 15:41:21 +0000 (16:41 +0100)]
nls: Update translations of the manual.

3 years agonls: Update 'ta' translation.
Julien Lepiller [Thu, 5 Nov 2020 15:39:58 +0000 (16:39 +0100)]
nls: Update 'ta' translation.

3 years agolint: patch-file-names: Simplify 'search-patch' error handling.
Ludovic Courtès [Thu, 12 Nov 2020 08:29:05 +0000 (09:29 +0100)]
lint: patch-file-names: Simplify 'search-patch' error handling.

* guix/lint.scm (check-patch-file-names): Remove 'message-condition?'
guard, which is useless since d51bfe242fbe6f3f8f71d723e8fe0c7bbe711ba1.
Remove call to 'format' in the 'formatted-message?' case.

3 years agopublish: Increase TCP buffer size when sending non-cached nars.
Ludovic Courtès [Tue, 10 Nov 2020 21:56:38 +0000 (22:56 +0100)]
publish: Increase TCP buffer size when sending non-cached nars.

This increases throughput tenfold (!) on localhost when downloading
large nars without '--cache'.  This is a followup to
5e3d169945935b53325e6b738a307ba286751259.

Reported by Maxim Cournoyer.

* guix/scripts/publish.scm (http-write): In the
'application/x-nix-archive' case, add call to 'setsockopt'.

3 years agovm: expression->derivation-in-linux-vm: Run in a UTF-8 locale.
Ludovic Courtès [Tue, 10 Nov 2020 20:49:15 +0000 (21:49 +0100)]
vm: expression->derivation-in-linux-vm: Run in a UTF-8 locale.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add calls to
'setenv' and 'setlocale'.

3 years agognu: audiofile: Shorten patch file names.
Ludovic Courtès [Tue, 10 Nov 2020 16:49:14 +0000 (17:49 +0100)]
gnu: audiofile: Shorten patch file names.

At least 'audiofile-division-by-zero-BlockCodec-runPull.patch' could end
up not being included in a tarball.

* gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch:
Rename to...
* gnu/packages/patches/audiofile-check-number-of-coefficients.patch:
... this.
* gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch:
Rename to...
* gnu/packages/patches/audiofile-division-by-zero.patch: ....this.
* gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch:
Rename to...
* gnu/packages/patches/audiofile-function-signature.patch: ... this.
* gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch:
Rename to....
* gnu/packages/patches/audiofile-multiply-overflow.patch: ... this.
* gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch:
Rename to...
* gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch: ... this.
* gnu/packages/audio.scm (audiofile)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.

3 years agognu: python2-pygobject@2: Shorten patch file name.
Ludovic Courtès [Tue, 10 Nov 2020 15:43:59 +0000 (16:43 +0100)]
gnu: python2-pygobject@2: Shorten patch file name.

The file would not be included in the tarball produced by "make dist"
because its name was too long.

* gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch:
Rename to...
* gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this.
* gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.

3 years agoui: Use the right accessor when reporting '&gexp-input-error'.
Ludovic Courtès [Tue, 10 Nov 2020 13:40:20 +0000 (14:40 +0100)]
ui: Use the right accessor when reporting '&gexp-input-error'.

* guix/ui.scm (call-with-error-handling): In the 'gexp-input-error?'
case, use 'gexp-error-invalid-input' as the accessor.

3 years agovm: 'system-qemu-image' forces the use of i386/BIOS GRUB.
Ludovic Courtès [Tue, 10 Nov 2020 11:20:09 +0000 (12:20 +0100)]
vm: 'system-qemu-image' forces the use of i386/BIOS GRUB.

Fixes <https://bugs.gnu.org/44511>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* gnu/system/vm.scm (system-qemu-image): Add 'bootloader' field to OS.

3 years agoUpdate NEWS.
Ludovic Courtès [Mon, 9 Nov 2020 22:26:50 +0000 (23:26 +0100)]
Update NEWS.

3 years agomachine: ssh: Do not import the host (guix config).
Ludovic Courtès [Mon, 9 Nov 2020 22:24:33 +0000 (23:24 +0100)]
machine: ssh: Do not import the host (guix config).

* gnu/machine/ssh.scm (machine-boot-parameters): Use 'make-config.scm'
for (guix config).

3 years agopublish: Create files in the cache as #o644.
Ludovic Courtès [Sun, 8 Nov 2020 22:35:45 +0000 (23:35 +0100)]
publish: Create files in the cache as #o644.

Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/scripts/publish.scm (compress-nar): Add 'chmod' call to ensure
PORT is #o644, in the uncompressed case.
(bake-narinfo+nar): Likewise for the narinfo file.
* tests/publish.scm ("with cache"): Check permissions on CACHED and NAR.

3 years agoservices: nginx: Re-introduce server-names-hash-bucket-size.
Julien Lepiller [Mon, 9 Nov 2020 21:44:18 +0000 (22:44 +0100)]
services: nginx: Re-introduce server-names-hash-bucket-size.

This was unintentionally removed in
00014f769233facebd84f13a00b10032a22cb440.

* gnu/services/web.scm (default-nginx-config): Re-introduce processing
of server-names-hash-bucket-size option.

3 years agoinstaller: parted: Add debug output.
Mathieu Othacehe [Sun, 8 Nov 2020 18:38:31 +0000 (19:38 +0100)]
installer: parted: Add debug output.

* gnu/installer/parted.scm (mkpart): Log partition creation.

3 years agognu: cross-base: Move glibc Hurd patches to 'inputs'.
Ludovic Courtès [Sun, 8 Nov 2020 15:55:07 +0000 (16:55 +0100)]
gnu: cross-base: Move glibc Hurd patches to 'inputs'.

Fixes "guix build --target=i586-pc-gnu bootstrap-tarballs".

* gnu/packages/cross-base.scm (cross-libc): Move Hurd patches from
'native-inputs' to 'inputs'.

3 years agoimage: Offload "disk-image" derivations.
Ludovic Courtès [Sun, 8 Nov 2020 13:27:35 +0000 (14:27 +0100)]
image: Offload "disk-image" derivations.

This is a followup to 99efa804bd6df5de4760ec5974ed2297f1746366.

* gnu/system/image.scm (system-disk-image): Pass #:local-build? #f to
'computed-file'.

3 years agomaint: Reduce the package set for "i586-gnu".
Ludovic Courtès [Sat, 7 Nov 2020 22:22:11 +0000 (23:22 +0100)]
maint: Reduce the package set for "i586-gnu".

* etc/release-manifest.scm (%base-packages/hurd): New variable.
(%base-manifest): Use it when SYSTEM is "i586-gnu".

3 years agoinstaller: Limit listbox height.
Mathieu Othacehe [Fri, 6 Nov 2020 09:59:54 +0000 (10:59 +0100)]
installer: Limit listbox height.

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

* gnu/installer/newt.scm (init): Print screen size.
* gnu/installer/newt/page.scm (default-listbox-height): New variable.
(run-listbox-selection-page): Use it.
* gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto.
* gnu/installer/newt/network.scm (run-technology-page): Set the maximum
listbox height to 5.
* gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto.
* gnu/installer/newt/final.scm (run-config-display-page): Change listbox
height.
* gnu/installer/newt/partition.scm (run-disk-page): Ditto.
* gnu/installer/newt/welcome.scm (display-logo?): New procedure.
(run-menu-page): Use it.
* gnu/installer/steps.scm (%configuration-file-width): Remove it.

3 years agoUpdate NEWS.
Mathieu Othacehe [Sat, 7 Nov 2020 18:36:10 +0000 (19:36 +0100)]
Update NEWS.

3 years agoUpdate NEWS.
Ludovic Courtès [Sat, 7 Nov 2020 15:14:03 +0000 (16:14 +0100)]
Update NEWS.

3 years agotests: nfs-root-fs: Use the right store file name.
Ludovic Courtès [Sat, 7 Nov 2020 11:48:24 +0000 (12:48 +0100)]
tests: nfs-root-fs: Use the right store file name.

* gnu/tests/nfs.scm (run-nfs-root-fs-test): Pass "nfs-root-fs-test" as
the first argument to 'gexp->derivation'.

3 years agotests: git-http: Avoid race condition.
Ludovic Courtès [Sat, 7 Nov 2020 11:07:41 +0000 (12:07 +0100)]
tests: git-http: Avoid race condition.

* gnu/tests/version-control.scm (run-git-http-test)[test]("fcgiwrap
listens"): New test.

3 years agognu: libffi: Fix building on powerpc.
Efraim Flashner [Thu, 26 Mar 2020 14:06:23 +0000 (15:06 +0100)]
gnu: libffi: Fix building on powerpc.

* gnu/packages/libffi.scm (libffi)[inputs]: New field.
[arguments]: Add 'apply-patch' phase when targeting PowerPC.
* gnu/packages/patches/libffi-3.3-powerpc-fixes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agotests: mpd: Remove race condition; use default MPD configuration.
Ludovic Courtès [Fri, 6 Nov 2020 22:12:12 +0000 (23:12 +0100)]
tests: mpd: Remove race condition; use default MPD configuration.

* gnu/tests/audio.scm (%mpd-os): Use the default 'mpd-configuration'.
(run-mpd-test)[test]("mpd listening"): New test.
("mpc connect"): Use 'system*' and 'test-equal'.

3 years agoservices: mpd: Fix daemon startup.
Ludovic Courtès [Fri, 6 Nov 2020 22:10:18 +0000 (23:10 +0100)]
services: mpd: Fix daemon startup.

Until now it would wait for a PID file that'd never come.

* gnu/services/audio.scm (mpd-shepherd-service): Add 'requirement'.
Remove #:pid-file from 'start'.
(mpd-service-activation): Create the ".mpd" directory since that's what
the daemon expects.

3 years agoservices: mpd: Always create the "mpd" user account.
Ludovic Courtès [Fri, 6 Nov 2020 21:58:28 +0000 (22:58 +0100)]
services: mpd: Always create the "mpd" user account.

* gnu/services/audio.scm (%mpd-accounts): New variable.
(mpd-service-type)[extensions]: Add ACCOUNT-SERVICE-TYPE extension.

3 years agoui: Add missing format argument in 'warn-about-load-error'.
Ludovic Courtès [Fri, 6 Nov 2020 20:42:39 +0000 (21:42 +0100)]
ui: Add missing format argument in 'warn-about-load-error'.

* guix/ui.scm (warn-about-load-error): Add missing argument to 'warning'.

3 years agotests: Test "guix system search .".
Ludovic Courtès [Fri, 6 Nov 2020 15:33:14 +0000 (16:33 +0100)]
tests: Test "guix system search .".

This is a followup to 0c5d0c57d370b34f3ba677838deaa8baf7bca58a.

* tests/guix-system.sh: Run "guix system search .".

3 years agotests: docker-system: Increase VM memory.
Ludovic Courtès [Fri, 6 Nov 2020 15:12:10 +0000 (16:12 +0100)]
tests: docker-system: Increase VM memory.

The test was failing with ENOSPC.

* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'.
(%test-docker-system): Change 'locale-libcs' for the OS passed to
'system-docker-image'.

3 years agoservices: mpd: Do not eagerly look for a user.
Maxim Cournoyer [Fri, 6 Nov 2020 13:54:27 +0000 (08:54 -0500)]
services: mpd: Do not eagerly look for a user.

Running 'guix system search mpd' would throw a backtrace because the
mpd-shepherd-service service start Gexp contained an unquoted call to
'getpwnam', which would look for a missing 'mpd' user and fail.

* gnu/services/audio.scm (mpd-shepherd-service): gexp-unquote only the
relevant variable rather than the whole expression.

3 years agoUpdate NEWS.
Ludovic Courtès [Thu, 5 Nov 2020 22:27:22 +0000 (23:27 +0100)]
Update NEWS.

3 years agognu: chromium: Silent 'local-file' warning.
Ludovic Courtès [Thu, 5 Nov 2020 15:15:22 +0000 (16:15 +0100)]
gnu: chromium: Silent 'local-file' warning.

This is a followup to fddc87063231f8f9aa22bbbc5bca4a46b9bbf004.

* gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.

3 years agoservices: Remove imports of (ice-9 …) modules.
Ludovic Courtès [Thu, 5 Nov 2020 15:09:17 +0000 (16:09 +0100)]
services: Remove imports of (ice-9 …) modules.

* gnu/services/monitoring.scm (zabbix-server-activation): Remove (ice-9
rdelim) from the imported modules.
(zabbix-agent-activation): Likewise.
* gnu/tests/mail.scm (run-exim-test)[test]: Remove (ice-9 ftw) from the
imported modules.

3 years agopack: Do not include the host (guix config).
Ludovic Courtès [Thu, 5 Nov 2020 15:08:21 +0000 (16:08 +0100)]
pack: Do not include the host (guix config).

* guix/scripts/pack.scm (store-database)[build]: Import a
synthetic (guix config).

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>