jackhill/guix/guix.git
3 years agodoc: Mention the channel keyring branch.
Ludovic Courtès [Fri, 24 Jul 2020 15:44:20 +0000 (17:44 +0200)]
doc: Mention the channel keyring branch.

Reported by Pierre Neidhardt <mail@ambrevar.xyz>.

* doc/guix.texi (Channels): Mention the keyring branch and the
'keyring-reference' bit in '.guix-channel'.

3 years agodoc: Use an existing commit in channel example.
Ludovic Courtès [Fri, 24 Jul 2020 14:04:05 +0000 (16:04 +0200)]
doc: Use an existing commit in channel example.

Suggested by zimoun <zimon.toutoune@gmail.com>.

* doc/guix.texi (Channels): Use the commit for 'v1.0.0' instead of a
non-existing commit in example.

3 years agognu: luminance-hdr: Update to 2.6.0.
Marius Bakke [Fri, 24 Jul 2020 11:58:33 +0000 (13:58 +0200)]
gnu: luminance-hdr: Update to 2.6.0.

* gnu/packages/patches/luminance-hdr-qt-printer.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image-viewers.scm (luminance-hdr): Update to 2.6.0.
[inputs]: Add QTSVG and EIGEN.
[arguments]: Add #:tests? #f.

3 years agognu: enigma: Fix build with GCC >= 6.
Marius Bakke [Fri, 24 Jul 2020 10:11:42 +0000 (12:11 +0200)]
gnu: enigma: Fix build with GCC >= 6.

* gnu/packages/games.scm (enigma)[arguments]: Add phase to substitute faulty
comparison.

3 years agognu: gpscorrelate: Update to 2.0.
Marius Bakke [Fri, 24 Jul 2020 09:57:18 +0000 (11:57 +0200)]
gnu: gpscorrelate: Update to 2.0.

* gnu/packages/gps.scm (gpscorrelate): Update to 2.0.
[arguments]: Remove #:tests?.
[inputs]: Remove GTK+-2.  Add GTK+.

3 years agognu: Add dkgpg.
Justus Winter [Thu, 23 Jul 2020 12:03:19 +0000 (14:03 +0200)]
gnu: Add dkgpg.

* gnu/packages/openpgp.scm (dkgpg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add libtmcg.
Justus Winter [Thu, 23 Jul 2020 12:03:18 +0000 (14:03 +0200)]
gnu: Add libtmcg.

* gnu/packages/openpgp.scm: New file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoimport: github: Gracefully handle projects that have disappeared.
Ludovic Courtès [Fri, 24 Jul 2020 10:04:22 +0000 (12:04 +0200)]
import: github: Gracefully handle projects that have disappeared.

Fixes <https://bugs.gnu.org/42509>.
Reported by Alexandru-Sergiu Marton <brown121407@posteo.ro>.

* guix/import/github.scm (fetch-releases-or-tags): Use 'http-fetch'
instead of 'json-fetch', and guard against 404 errors.  Upon 404, emit a
warning and return the empty vector.

3 years agopack: '-R' applies to propagated inputs too.
Ludovic Courtès [Fri, 24 Jul 2020 09:27:51 +0000 (11:27 +0200)]
pack: '-R' applies to propagated inputs too.

Fixes <https://bugs.gnu.org/42510>.

* guix/scripts/pack.scm (wrapped-manifest-entry): Recurse on
'dependencies' field.
* tests/guix-pack-relocatable.sh: Add test.

3 years agognu: gcc: Fix libstdc++ misconfiguration.
Ludovic Courtès [Fri, 24 Jul 2020 07:56:25 +0000 (09:56 +0200)]
gnu: gcc: Fix libstdc++ misconfiguration.

Fixes <https://bugs.gnu.org/42392>.
Reported by Maxim Cournoyer and Erik Garrison.

Until now, the generated <bits/c++config.h> would be incorrect (many
_GLIBCXX_HAVE macros would be undefined), which in turn would lead to
build failures for most C++ programs.

* gnu/packages/gcc.scm (gcc-6)[inputs]: Add LIBSTDC++-HEADERS.
(libstdc++, libstdc++-headers): New variables.
* gnu/packages/gcc.scm (gfortran): Change first argument to 'custom-gcc'
to remove dependency on LIBSTDC++-HEADERS.

3 years agognu: gcc@10: Update to 10.2.0.
Ludovic Courtès [Thu, 23 Jul 2020 15:42:29 +0000 (17:42 +0200)]
gnu: gcc@10: Update to 10.2.0.

* gnu/packages/gcc.scm (gcc-10): Update to 10.2.0.

3 years agognu: Add sleef.
Vinicius Monego [Fri, 24 Jul 2020 03:24:15 +0000 (00:24 -0300)]
gnu: Add sleef.

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

Signed-off-by: Brett Gilio <brettg@gnu.org>
3 years agognu: duplicity: Update to 0.8.14.
Eric Bavier [Thu, 23 Jul 2020 23:57:47 +0000 (18:57 -0500)]
gnu: duplicity: Update to 0.8.14.

* gnu/packages/backup.scm (duplicity): Update to 0.8.14.
[native-inputs]: Add gettext, python-future, python-pytest,
python-pytest-runner, and python-setuptools-scm.  Move other python2 packages
to python.
[propagated-inputs]: Ditto.
[inputs]: Use latest librsync.
[arguments]: Remove #:python argument.  Adjust gpg substitution regex for
latest source.

3 years agognu: Fix Krita.
Leo Famulari [Wed, 22 Jul 2020 17:47:39 +0000 (13:47 -0400)]
gnu: Fix Krita.

Fixes <https://bugs.gnu.org/42476>.
Reported by linka on #guix.

* gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtbase-for-krita): New variable.
* gnu/packages/kde.scm (krita)[inputs]: Replace qtbase with qtbase-for-krita.

3 years agognu: blender: Update to 2.83.3.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 13:51:34 +0000 (15:51 +0200)]
gnu: blender: Update to 2.83.3.

* gnu/packages/graphics.scm (blender): Update to 2.83.3.

3 years agognu: dnsmasq: Update to 2.82.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 03:04:15 +0000 (05:04 +0200)]
gnu: dnsmasq: Update to 2.82.

* gnu/packages/dns.scm (dnsmasq): Update to 2.82.

3 years agognu: jo: Update to 1.4.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 17:17:59 +0000 (19:17 +0200)]
gnu: jo: Update to 1.4.

* gnu/packages/web.scm (jo): Update to 1.4.

3 years agognu: wavpack: Update to 5.3.2.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 16:06:34 +0000 (18:06 +0200)]
gnu: wavpack: Update to 5.3.2.

* gnu/packages/audio.scm (wavpack): Update to 5.3.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Replace the ‘bootstrap’ phase.
[native-inputs]: Add autoconf, automake, and libtool.

3 years agognu: burp: Add ACL support.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 14:58:23 +0000 (16:58 +0200)]
gnu: burp: Add ACL support.

* gnu/packages/backup.scm (burp)[inputs]: Add acl.

3 years agognu: burp: Update to 2.3.30.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 14:49:38 +0000 (16:49 +0200)]
gnu: burp: Update to 2.3.30.

* gnu/packages/backup.scm (burp): Update to 2.3.30.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.

3 years agognu: parallel: Update to 20200722.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 14:48:31 +0000 (16:48 +0200)]
gnu: parallel: Update to 20200722.

* gnu/packages/parallel.scm (parallel): Update to 20200722.

3 years agoRevert "gnu: Fix Krita."
Leo Famulari [Thu, 23 Jul 2020 20:53:52 +0000 (16:53 -0400)]
Revert "gnu: Fix Krita."

This reverts commit 5f63905096e456097fca206f56ce9257f72faf64.

This commit caused `guix pull` to crash like this:

------
Backtrace:
In ice-9/boot-9.scm:
   222:29 19 (map1 _)
   222:29 18 (map1 _)
   222:29 17 (map1 _)
   222:29 16 (map1 _)
   222:17 15 (map1 (((gnu packages kde)) ((gnu packages libevent)) ((gnu packages libidn)) ((gnu packages #)) ((?)) ?))
  3297:17 14 (resolve-interface (gnu packages kde) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
    390:8 13 (_ _)
In ice-9/boot-9.scm:
  3223:13 12 (_)
In ice-9/threads.scm:
    390:8 11 (_ _)
In ice-9/boot-9.scm:
  3507:20 10 (_)
   2806:4  9 (save-module-excursion _)
  3527:26  8 (_)
In unknown file:
           7 (primitive-load-path "gnu/packages/kde" #<procedure 7f68d6fe5da0 at ice-9/boot-9.scm:3514:37 ()>)
In ice-9/eval.scm:
   626:19  6 (_ #<directory (gnu packages kde) 7f68d6175b40>)
   293:34  5 (_ #<directory (gnu packages kde) 7f68d6175b40>)
   173:47  4 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
    159:9  3 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
   191:35  2 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
   223:20  1 (proc #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval?>))
In unknown file:
           0 (%resolve-variable (7 . qtbase) #<directory (gnu packages kde) 7f68d6175b40>)

ERROR: In procedure %resolve-variable:
error: qtbase: unbound variable
------

3 years agognu: Fix Krita.
Leo Famulari [Wed, 22 Jul 2020 17:47:39 +0000 (13:47 -0400)]
gnu: Fix Krita.

Fixes <https://bugs.gnu.org/42476>.
Reported by linka on #guix.

* gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde.scm (qtbase-for-krita): New variable.
(krita)[inputs]: Replace qtbase with qtbase-for-krita.

3 years agognu: ungoogled-chromium: Avoid top-level reference to LLD.
Marius Bakke [Thu, 23 Jul 2020 17:35:53 +0000 (19:35 +0200)]
gnu: ungoogled-chromium: Avoid top-level reference to LLD.

* gnu/packages/chromium.scm (lld-as-ld, lld-wrapper, lld/wrapped): Move into ...
(make-lld-wrapper): ... here.  New procedure.

3 years agognu: Add mercury.
Brett Gilio [Thu, 23 Jul 2020 17:13:59 +0000 (12:13 -0500)]
gnu: Add mercury.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add mercury.scm.
* gnu/packages/mercury.scm: New file.

3 years agognu: ccache: Update to 3.7.11.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 02:58:26 +0000 (04:58 +0200)]
gnu: ccache: Update to 3.7.11.

* gnu/packages/ccache.scm (ccache): Update to 3.7.11.

3 years agognu: ansible: Update to 2.9.11.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 02:53:06 +0000 (04:53 +0200)]
gnu: ansible: Update to 2.9.11.

* gnu/packages/admin.scm (ansible): Update to 2.9.11.

3 years agognu: rgbds: Update to 0.4.1.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 02:42:15 +0000 (04:42 +0200)]
gnu: rgbds: Update to 0.4.1.

* gnu/packages/assembly.scm (rgbds): Update to 0.4.1.

3 years agognu: fio: Update to 3.21.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 02:41:39 +0000 (04:41 +0200)]
gnu: fio: Update to 3.21.

* gnu/packages/benchmark.scm (fio): Update to 3.21.

3 years agognu: warzone2100: Update to 3.4.1.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 12:14:52 +0000 (14:14 +0200)]
gnu: warzone2100: Update to 3.4.1.

* gnu/packages/games.scm (warzone2100): Update to 3.4.1.

3 years agognu: python-django: Add optional inputs.
Efraim Flashner [Thu, 23 Jul 2020 09:25:11 +0000 (12:25 +0300)]
gnu: python-django: Add optional inputs.

* gnu/packages/django.scm (python-django)[propagated-inputs]: Add
python-argon2-cffi, python-bcrypt.

3 years agognu: python-django: Update to 1.11.29.
Efraim Flashner [Thu, 23 Jul 2020 09:24:45 +0000 (12:24 +0300)]
gnu: python-django: Update to 1.11.29.

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

3 years agognu: khal: Fix a failing test.
Tanguy Le Carrour [Thu, 23 Jul 2020 07:50:43 +0000 (09:50 +0200)]
gnu: khal: Fix a failing test.

* gnu/packages/calendar.scm (khal)[arguments]: Fix a failing test.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: polyml: Update to 5.8.1.
Brett Gilio [Thu, 23 Jul 2020 04:54:52 +0000 (23:54 -0500)]
gnu: polyml: Update to 5.8.1.

* gnu/packages/sml.scm (polyml): Update to 5.8.1.

3 years agognu: linux-libre: Update to 5.4.53.
Mark H Weaver [Thu, 23 Jul 2020 04:28:46 +0000 (00:28 -0400)]
gnu: linux-libre: Update to 5.4.53.

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

3 years agognu: linux-libre@5.7: Update to 5.7.10.
Mark H Weaver [Thu, 23 Jul 2020 04:27:46 +0000 (00:27 -0400)]
gnu: linux-libre@5.7: Update to 5.7.10.

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.10.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.10.

3 years agognu: linux-libre@4.19: Update to 4.19.134.
Mark H Weaver [Thu, 23 Jul 2020 04:26:25 +0000 (00:26 -0400)]
gnu: linux-libre@4.19: Update to 4.19.134.

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

3 years agognu: linux-libre@4.14: Update to 4.14.189.
Mark H Weaver [Thu, 23 Jul 2020 04:23:50 +0000 (00:23 -0400)]
gnu: linux-libre@4.14: Update to 4.14.189.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.189.
(linux-libre-4.14-pristine-source): Update hash.
(linux-libre-4.14-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.14): Update to 4.14.189.
(%linux-libre-fix-atheros-9271-patch): Delete variable.
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: linux-libre@4.9: Update to 4.9.231.
Mark H Weaver [Thu, 23 Jul 2020 04:21:59 +0000 (00:21 -0400)]
gnu: linux-libre@4.9: Update to 4.9.231.

* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.231.
(linux-libre-4.9-pristine-source): Update hash.
(linux-libre-4.9-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.9): Update to 4.9.231.

3 years agognu: linux-libre@4.4: Update to 4.4.231.
Mark H Weaver [Thu, 23 Jul 2020 04:19:15 +0000 (00:19 -0400)]
gnu: linux-libre@4.4: Update to 4.4.231.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
(linux-libre-4.4-pristine-source): Update hash.
(linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.4): Update to 4.4.231.

3 years agognu: nsd: Update to 4.3.2.
Tobias Geerinckx-Rice [Thu, 23 Jul 2020 02:41:49 +0000 (04:41 +0200)]
gnu: nsd: Update to 4.3.2.

* gnu/packages/dns.scm (nsd): Update to 4.3.2.

3 years agognu: wla-dx: Update to 9.11.
Tobias Geerinckx-Rice [Mon, 20 Jul 2020 22:17:37 +0000 (00:17 +0200)]
gnu: wla-dx: Update to 9.11.

* gnu/packages/assembly.scm (wla-dx): Update to 9.11.

3 years agognu: sslh: Update to 1.21b.
Tobias Geerinckx-Rice [Mon, 20 Jul 2020 22:07:09 +0000 (00:07 +0200)]
gnu: sslh: Update to 1.21b.

* gnu/packages/networking.scm (sslh): Update to 1.21b.

3 years agognu: ledger: Update to 3.2.1.
Tobias Geerinckx-Rice [Mon, 20 Jul 2020 20:44:58 +0000 (22:44 +0200)]
gnu: ledger: Update to 3.2.1.

* gnu/packages/finance.scm (ledger): Update to 3.2.1.

3 years agognu: rdiff-backup: Update to 2.0.3.
Eric Bavier [Thu, 23 Jul 2020 01:10:45 +0000 (20:10 -0500)]
gnu: rdiff-backup: Update to 2.0.3.

* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3.
[native-inputs]: New field.
[inputs]: Use python3 and latest librsync.
[arguments]: Remove '#:python' argument.
[home-page]: Old url redirects, so use the new url.

3 years agognu: ungoogled-chromium: Enable all release optimizations.
Marius Bakke [Tue, 21 Jul 2020 14:51:00 +0000 (16:51 +0200)]
gnu: ungoogled-chromium: Enable all release optimizations.

* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to
allow using unbundled dependencies in "official" builds.
(lld-as-ld, lld-wrapper, lld/wrapped): New variables.
(ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags.
Remove redundant or unnecessary flags, disable system protobuf.  Use llvm-ar
and llvm-nm instead of their binutils equivalents.
[native-inputs]: Add LLD/WRAPPED.
[inputs]: Remove PROTOBUF.

3 years agognu: Clang: Install the CFI blacklist.
Marius Bakke [Tue, 21 Jul 2020 14:41:30 +0000 (16:41 +0200)]
gnu: Clang: Install the CFI blacklist.

* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink
cfi_blacklist.txt from CLANG-RUNTIME.

3 years agognu: ungoogled-chromium: Add VA-API fix for some Intel systems.
Marius Bakke [Mon, 20 Jul 2020 15:03:12 +0000 (17:03 +0200)]
gnu: ungoogled-chromium: Add VA-API fix for some Intel systems.

* gnu/packages/chromium.scm (%arch-patches): New variable.
(ungoogled-chromium-snippet): Use it.

3 years agognu: Add font-catamaran.
Arun Isaac [Wed, 15 Jul 2020 10:50:12 +0000 (16:20 +0530)]
gnu: Add font-catamaran.

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

3 years agognu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3.
Jesse Gibbons [Fri, 17 Jul 2020 14:56:47 +0000 (08:56 -0600)]
gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3.

* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update
to f25fb90.  Re-indent package definition (using indent.el)
[phases]: Replace /home with /usr/local
[inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead
of GUILE-JSON-1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: guix-jupyter: Correct kernel search location.
Jesse Gibbons [Thu, 16 Jul 2020 05:08:36 +0000 (23:08 -0600)]
gnu: guix-jupyter: Correct kernel search location.

gnu/packages/package-management.scm: guix-jupyter:
[phases]: Use guile 3.0 instead of 2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoguix system: 'reconfigure' disallows downgrades by default.
Ludovic Courtès [Wed, 15 Jul 2020 22:01:17 +0000 (00:01 +0200)]
guix system: 'reconfigure' disallows downgrades by default.

This is similar to what 9744cc7b4636fafb772c94adb8f05961b5b39f16 did for
'guix pull'.

* guix/scripts/system/reconfigure.scm (ensure-forward-reconfigure)
(warn-about-backward-reconfigure, channel-relations)
(check-forward-update): New procedures.
* guix/scripts/system.scm (perform-action): Add #:validate-reconfigure.
Call 'check-forward-update' when ACTION is 'reconfigure.
(%options, show-help): Add "--allow-downgrades".
(%default-options): Add 'validate-reconfigure' key.
(process-action): Pass #:validate-reconfigure to 'perform-action'.
* doc/guix.texi (Invoking guix system): Document 'guix system describe'
more prominently, and document '--allow-downgrades'.

3 years agogit: 'update-cached-checkout' has a new #:check-out? parameter.
Ludovic Courtès [Wed, 15 Jul 2020 21:59:05 +0000 (23:59 +0200)]
git: 'update-cached-checkout' has a new #:check-out? parameter.

* guix/git.scm (update-cached-checkout): Add #:check-out? parameter and
honor it.

3 years agogit: Factorize 'resolve-reference'.
Ludovic Courtès [Wed, 15 Jul 2020 21:58:29 +0000 (23:58 +0200)]
git: Factorize 'resolve-reference'.

* guix/git.scm (resolve-reference): New procedure.
(switch-to-ref): Use it.

3 years agodoc: Tweak mcron example.
Ludovic Courtès [Wed, 22 Jul 2020 20:15:04 +0000 (22:15 +0200)]
doc: Tweak mcron example.

* doc/guix.texi (Scheduled Job Execution): In example, move '%min-level'
definition after 'use-modules'.

3 years agodoc: Recommend running 'guix git authenticate' when cloning the repo.
Ludovic Courtès [Wed, 22 Jul 2020 13:04:21 +0000 (15:04 +0200)]
doc: Recommend running 'guix git authenticate' when cloning the repo.

* doc/contributing.texi (Building from Git): Adjust instruction and
recommend 'guix git authenticate'.

3 years agognu: quadrapassel: Update to 3.36.02.
Eric Bavier [Wed, 22 Jul 2020 22:12:48 +0000 (17:12 -0500)]
gnu: quadrapassel: Update to 3.36.02.

* gnu/packages/games.scm (quadrapassel): Update to 3.36.02.
[inputs]: Add gsound.

3 years agognu: sudo: Update to 1.9.2.
Tobias Geerinckx-Rice [Wed, 22 Jul 2020 20:37:02 +0000 (22:37 +0200)]
gnu: sudo: Update to 1.9.2.

* gnu/packages/admin.scm (sudo): Update to 1.9.2.

3 years agoservices: nix: Fix sandbox.
Oleg Pykhalov [Wed, 22 Jul 2020 06:47:16 +0000 (09:47 +0300)]
services: nix: Fix sandbox.

* gnu/tests/package-management.scm: New file.
* gnu/local.mk: Add this.
* gnu/services/nix.scm (<nix-configuration>): New record.
(nix-activation): Generate Nix config file which fixes sandbox.
(nix-service-type): Add default value.
(nix-shepherd-service): Allow provide Nix package.
* doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>:
Document record.

3 years agoservices: base: Export references-file.
Oleg Pykhalov [Wed, 22 Jul 2020 06:46:41 +0000 (09:46 +0300)]
services: base: Export references-file.

* gnu/services/base.scm (references-file): Export procedure.

3 years agoarb: Update to 2.18.1.
Andreas Enge [Wed, 22 Jul 2020 10:20:24 +0000 (12:20 +0200)]
arb: Update to 2.18.1.

* gnu/packages/patches/arb-flint-2.6.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/algebra.scm (arb): Update to 2.18.1.
[source](patches): Remove.

3 years agognu: gp2c: Update to 0.0.11pl4.
Andreas Enge [Wed, 22 Jul 2020 10:13:04 +0000 (12:13 +0200)]
gnu: gp2c: Update to 0.0.11pl4.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.

3 years agoRevert "gnu: patchelf: Update to 0.11."
Marius Bakke [Tue, 21 Jul 2020 23:38:19 +0000 (01:38 +0200)]
Revert "gnu: patchelf: Update to 0.11."

Patchelf has 700+ dependencies, so this should go through the staging branch.

This reverts commit 20cc8f9487e949ed2d314219cc828c3663d4f12b.

3 years agognu: patchelf: Update to 0.11.
Michael Rohleder [Tue, 21 Jul 2020 17:32:50 +0000 (19:32 +0200)]
gnu: patchelf: Update to 0.11.

* gnu/packages/elf.scm (patchelf): Update to 0.11.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: git-annex: Update to 8.20200720.1.
Kyle Meyer [Tue, 21 Jul 2020 15:43:39 +0000 (11:43 -0400)]
gnu: git-annex: Update to 8.20200720.1.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200720.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add chaiscript.
Vinicius Monego [Sat, 11 Jul 2020 22:13:58 +0000 (19:13 -0300)]
gnu: Add chaiscript.

* gnu/packages/cpp.scm (chaiscript): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add remid-lv2.
Alexandros Theodotou [Wed, 8 Jul 2020 19:39:38 +0000 (20:39 +0100)]
gnu: Add remid-lv2.

* gnu/packages/music.scm (remid-lv2): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add intel-xed.
B. Wilson [Wed, 27 May 2020 22:32:28 +0000 (07:32 +0900)]
gnu: Add intel-xed.

* gnu/packages/assembly.scm (intel-xed): New variable.
* gnu/packages/patches/intel-xed-fix-nondeterminism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add reference to new patch.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: nsd: Update to 4.3.1.
Vincent Legoll [Fri, 8 May 2020 22:12:18 +0000 (00:12 +0200)]
gnu: nsd: Update to 4.3.1.

* gnu/packages/dns.scm (nsd): Update to 4.3.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: twm: Update to 1.0.11.
Marius Bakke [Tue, 21 Jul 2020 20:24:56 +0000 (22:24 +0200)]
gnu: twm: Update to 1.0.11.

* gnu/packages/xorg.scm (twm): Update to 1.0.11.
[source](uri): Switch to '.xz' tarball.

3 years agognu: libvnc: Update to 0.9.13.
Marius Bakke [Tue, 21 Jul 2020 20:18:50 +0000 (22:18 +0200)]
gnu: libvnc: Update to 0.9.13.

* gnu/packages/patches/libvnc-CVE-2018-20750.patch,
gnu/packages/patches/libvnc-CVE-2019-15681.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/vnc.scm (libvnc): Update to 0.9.13.
[source](patches): Remove.
[arguments]: Add phase to patch 'cc' invocation.

3 years agoservices: ganeti: Fix erroneous gexp.
Marius Bakke [Tue, 21 Jul 2020 20:13:30 +0000 (22:13 +0200)]
services: ganeti: Fix erroneous gexp.

* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.

3 years agognu: OpenSC: Update to 0.20.0 [security fixes].
Marius Bakke [Tue, 21 Jul 2020 19:48:04 +0000 (21:48 +0200)]
gnu: OpenSC: Update to 0.20.0 [security fixes].

This fixes CVE-2019-6502, CVE-2019-15946, CVE-2019-15945, CVE-2019-19480,
CVE-2019-19481, and CVE-2019-19479.

* gnu/packages/security-token.scm (opensc): Update to 0.20.0.

3 years agognu: xorg-server: Update to 1.20.8.
Marius Bakke [Tue, 21 Jul 2020 19:36:50 +0000 (21:36 +0200)]
gnu: xorg-server: Update to 1.20.8.

* gnu/packages/xorg.scm (xorg-server): Update to 1.20.8.
(xorg-server-for-tests): Stay on 1.20.7.

3 years agognu: bubblewrap: Build with Python 3.
Marius Bakke [Tue, 21 Jul 2020 13:20:38 +0000 (15:20 +0200)]
gnu: bubblewrap: Build with Python 3.

* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
PYTHON-2 to PYTHON-WRAPPER.

3 years agognu: emacs-telega: Temporarily disable VOIP to work around issue.
Brett Gilio [Tue, 21 Jul 2020 21:41:48 +0000 (16:41 -0500)]
gnu: emacs-telega: Temporarily disable VOIP to work around issue.

* gnu/packages/emacs-xyz.scm (emacs-telega).
[source]: Bump to revision 3.
[arguments]: Temporarily disable VOIP functionality as it does not currently
work or link appropriately, causing issues on "foreign" distros. An issue has
been opened upstream. https://github.com/zevlg/telega.el/issues/191
[native-inputs]: Remove libtgvoip.

3 years agognu: emacs-telega: Patch to use telega-server from Guix.
Brett Gilio [Tue, 21 Jul 2020 17:51:04 +0000 (12:51 -0500)]
gnu: emacs-telega: Patch to use telega-server from Guix.

* gnu/packages/patches/emacs-telega-patch-server-functions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new patch.
* gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use new patch, bump
revision.

3 years agognu: Add emacs-qml-mode.
Maxim Cournoyer [Tue, 21 Jul 2020 17:09:56 +0000 (13:09 -0400)]
gnu: Add emacs-qml-mode.

* gnu/packages/emacs-xyz.scm (emacs-qml-mode): New variable.

3 years agognu: Add python-isbnlib.
Tanguy Le Carrour [Thu, 16 Jul 2020 14:01:04 +0000 (16:01 +0200)]
gnu: Add python-isbnlib.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add python-mamba.
Tanguy Le Carrour [Thu, 16 Jul 2020 12:25:30 +0000 (14:25 +0200)]
gnu: Add python-mamba.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: g-golf: Update to git revision 804.
Mike Rosset [Mon, 20 Jul 2020 19:06:12 +0000 (12:06 -0700)]
gnu: g-golf: Update to git revision 804.

* gnu/packages/guile-xyz.scm (g-golf): Update to git revision 804.
[inputs]: Add xorg-server input for test phase..
[arguments]: start-xorg-server phase now starts Xvfg before check phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agogit-authenticate: Show fingerprint in missing-key error message.
Ludovic Courtès [Tue, 21 Jul 2020 16:22:49 +0000 (18:22 +0200)]
git-authenticate: Show fingerprint in missing-key error message.

* guix/git-authenticate.scm (commit-signing-key): In the 'missing-key'
case, add call to 'openpgp-format-fingerprint'.

3 years agolint: source: Always return a list.
Ludovic Courtès [Tue, 21 Jul 2020 15:30:23 +0000 (17:30 +0200)]
lint: source: Always return a list.

Fixes a regression introduced in
c10526672e515f07c92dc447bbc592808f67238e.

Previously we would return *unspecified* for a package whose source is
not an origin.

* guix/lint.scm (check-source): Add alternate 'if' branch.

3 years agoupstream: 'download-tarball' gracefully handles missing signatures.
Ludovic Courtès [Tue, 21 Jul 2020 10:30:24 +0000 (12:30 +0200)]
upstream: 'download-tarball' gracefully handles missing signatures.

This avoids a backtrace with "guix refresh -u rdiff-backup", which has
".asc" signatures instead of ".sig".

* guix/upstream.scm (download-tarball): Gracefully handle the case where
SIG is false.
* guix/gnu-maintenance.scm (latest-savannah-release): Add comment about
'file->signature'.

3 years agodoc: Mention the 'savannah' updater.
Ludovic Courtès [Tue, 21 Jul 2020 10:28:20 +0000 (12:28 +0200)]
doc: Mention the 'savannah' updater.

* doc/guix.texi (Invoking guix refresh): Mention 'savannah' updater.

3 years agognu: python-pifpaf: Enable tests.
Efraim Flashner [Tue, 21 Jul 2020 13:05:47 +0000 (16:05 +0300)]
gnu: python-pifpaf: Enable tests.

* gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests.
Use custom 'check phase.

3 years agognu: python-django-mailman3: Fix dangling python2- variant.
Efraim Flashner [Tue, 21 Jul 2020 12:52:00 +0000 (15:52 +0300)]
gnu: python-django-mailman3: Fix dangling python2- variant.

* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly
identify the python2- variant.

3 years agognu: postorius: Update to 1.3.3.
Efraim Flashner [Tue, 21 Jul 2020 12:40:51 +0000 (15:40 +0300)]
gnu: postorius: Update to 1.3.3.

* gnu/packages/mail.scm (postorius): Update to 1.3.3.
[arguments]: Build with python-3. Add custom 'check phase.
[inputs]: Replace python2-django, python2-django-mailman3,
python2-django-mailmanclient with python- variants. Add
python-readme-renderer.
[native-inputs]: Add python-beautifulsoup4, python-isort, python-mock,
python-vcrpy.

3 years agognu: Add python-hyperkitty.
Efraim Flashner [Tue, 21 Jul 2020 12:35:13 +0000 (15:35 +0300)]
gnu: Add python-hyperkitty.

* gnu/packages/mail.scm (python-hyperkitty): New variable.

3 years agognu: Add python-mailman-hyperkitty.
Efraim Flashner [Tue, 21 Jul 2020 12:26:23 +0000 (15:26 +0300)]
gnu: Add python-mailman-hyperkitty.

* gnu/packages/mail.scm (python-mailman-hyperkitty): New variable.

3 years agognu: Add mailman.
Efraim Flashner [Tue, 21 Jul 2020 12:15:46 +0000 (15:15 +0300)]
gnu: Add mailman.

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

3 years agognu: python-mailmanclient: Update to 3.3.1.
Efraim Flashner [Tue, 21 Jul 2020 12:13:10 +0000 (15:13 +0300)]
gnu: python-mailmanclient: Update to 3.3.1.

* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.1.
[home-page]: Update to new home-page url.
[properties]: Add python2- variant.

3 years agognu: Add python-django-mailman3.
Efraim Flashner [Tue, 21 Jul 2020 11:33:41 +0000 (14:33 +0300)]
gnu: Add python-django-mailman3.

* gnu/packages/mail.scm (python-django-mailman3): New variable.

3 years agognu: Add python-django-compressor.
Efraim Flashner [Tue, 21 Jul 2020 11:30:59 +0000 (14:30 +0300)]
gnu: Add python-django-compressor.

* gnu/packages/django.scm (python-django-compressor): New variable.

3 years agognu: Add python-django-sekizai.
Efraim Flashner [Tue, 21 Jul 2020 11:27:36 +0000 (14:27 +0300)]
gnu: Add python-django-sekizai.

* gnu/packages/django.scm (python-django-sekizai): New variable.

3 years agognu: python-django-testing: Update to 0.5.0.
Efraim Flashner [Tue, 21 Jul 2020 11:23:04 +0000 (14:23 +0300)]
gnu: python-django-testing: Update to 0.5.0.

* gnu/packages/django.scm (python-django-testing): Update to 0.5.0.
[properties]: Add python2-variant.
(python2-django-testing): Stay at 0.4.6.

3 years agognu: python-django-testing: Fix tests.
Efraim Flashner [Tue, 21 Jul 2020 11:17:25 +0000 (14:17 +0300)]
gnu: python-django-testing: Fix tests.

* gnu/packages/django.scm (python-django-tagging)[arguments]: Use custom
'check phase.
[inputs]: Add python-django.

3 years agognu: python-django-rq: Fix test suite.
Efraim Flashner [Tue, 21 Jul 2020 10:53:42 +0000 (13:53 +0300)]
gnu: python-django-rq: Fix test suite.

* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom
'check phase.

3 years agognu: python-django-allauth: Update to 0.40.0.
Efraim Flashner [Tue, 21 Jul 2020 09:42:20 +0000 (12:42 +0300)]
gnu: python-django-allauth: Update to 0.40.0.

* gnu/packages/django.scm (python-django-allauth): Update to 0.40.0.
[arguments]: Remove 'skip-test-requiring-network-access phase. Adjust
custom 'check phase.

3 years agognu: Add python-django-classy-tags.
Efraim Flashner [Tue, 21 Jul 2020 09:33:55 +0000 (12:33 +0300)]
gnu: Add python-django-classy-tags.

* gnu/packages/django.scm (python-django-classy-tags): New variable.