jackhill/guix/guix.git
3 years agognu: linux-libre 4.14: Update to 4.14.233.
Leo Famulari [Mon, 24 May 2021 16:16:56 +0000 (12:16 -0400)]
gnu: linux-libre 4.14: Update to 4.14.233.

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

3 years agognu: linux-libre 4.19: Update to 4.19.191.
Leo Famulari [Mon, 24 May 2021 16:02:31 +0000 (12:02 -0400)]
gnu: linux-libre 4.19: Update to 4.19.191.

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

3 years agognu: linux-libre 5.4: Update to 5.4.121.
Leo Famulari [Mon, 24 May 2021 16:02:16 +0000 (12:02 -0400)]
gnu: linux-libre 5.4: Update to 5.4.121.

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

3 years agognu: linux-libre 5.10: Update to 5.10.39.
Leo Famulari [Mon, 24 May 2021 16:01:51 +0000 (12:01 -0400)]
gnu: linux-libre 5.10: Update to 5.10.39.

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

3 years agognu: linux-libre: Update to 5.12.6.
Leo Famulari [Mon, 24 May 2021 16:01:20 +0000 (12:01 -0400)]
gnu: linux-libre: Update to 5.12.6.

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

3 years agognu: python-matplotlib: Don't hardcode python version.
Efraim Flashner [Mon, 24 May 2021 13:13:35 +0000 (16:13 +0300)]
gnu: python-matplotlib: Don't hardcode python version.

* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: In custom
'install-jquery-ui phase programmatically get the version of python.

3 years agognu: python-nltk: Add missing inputs.
Efraim Flashner [Mon, 24 May 2021 08:11:34 +0000 (11:11 +0300)]
gnu: python-nltk: Add missing inputs.

* gnu/packages/python-xyz.scm (python-nltk)[propagated-inputs]: Add
python-click, python-joblib, python-regex, python-tqdm.

3 years agognu: python-nltk-3.4: Add missing input.
Efraim Flashner [Mon, 24 May 2021 08:10:26 +0000 (11:10 +0300)]
gnu: python-nltk-3.4: Add missing input.

* gnu/packages/python-xyz.scm (python-nltk-3.4)[propagated-inputs]: Add
python-six.

3 years agognu: services: Add missing wireguard related exports.
Solene Rapenne [Sun, 23 May 2021 11:14:44 +0000 (13:14 +0200)]
gnu: services: Add missing wireguard related exports.

* gnu/services/vpn.scm: Export 'wireguard-peer-public-key' and
  'wireguard-peer-keep-alive'.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: font-sarasa-gothic: Update to 0.31.2.
Leo Prikler [Sun, 23 May 2021 23:37:24 +0000 (01:37 +0200)]
gnu: font-sarasa-gothic: Update to 0.31.2.

* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.31.2.

3 years agognu: libsignal-protocol-c: Update to 2.3.3.
Tobias Geerinckx-Rice [Mon, 24 May 2021 00:07:57 +0000 (02:07 +0200)]
gnu: libsignal-protocol-c: Update to 2.3.3.

* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.3.

3 years agognu: hangups: Update to 0.4.14.
Tobias Geerinckx-Rice [Mon, 24 May 2021 00:07:43 +0000 (02:07 +0200)]
gnu: hangups: Update to 0.4.14.

* gnu/packages/messaging.scm (hangups): Update to 0.4.14.

3 years agognu: frrouting: Update to 7.5.17.5.1.
Tobias Geerinckx-Rice [Mon, 24 May 2021 00:02:24 +0000 (02:02 +0200)]
gnu: frrouting: Update to 7.5.17.5.1.

* gnu/packages/networking.scm (frrouting): Update to 7.5.17.5.1.

3 years agognu: whois: Update to 5.5.9.
Tobias Geerinckx-Rice [Mon, 24 May 2021 00:02:14 +0000 (02:02 +0200)]
gnu: whois: Update to 5.5.9.

* gnu/packages/networking.scm (whois): Update to 5.5.9.

3 years agognu: surf: Update to 2.1.
Tobias Geerinckx-Rice [Sun, 23 May 2021 23:03:16 +0000 (01:03 +0200)]
gnu: surf: Update to 2.1.

* gnu/packages/suckless.scm (surf): Update to 2.1.
[inputs]: Add gcr.

3 years agognu: qutebrowser: Update to 2.2.2.
Tobias Geerinckx-Rice [Sun, 23 May 2021 22:23:19 +0000 (00:23 +0200)]
gnu: qutebrowser: Update to 2.2.2.

* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.2.

3 years agognu: Respect the root file-system's CHECK? field.
Tobias Geerinckx-Rice [Thu, 20 May 2021 18:45:00 +0000 (20:45 +0200)]
gnu: Respect the root file-system's CHECK? field.

* gnu/build/linux-boot.scm (mount-root-file-system): Take a new #:CHECK?
keyword argument.  Add it to the docstring.  Conditionally call
CHECK-FILE-SYSTEM.
(boot-system): Adjust its only caller to pass the <file-system>'s CHECK?
option through, if available.

3 years agognu: md4c: Update to 0.4.8.
Tobias Geerinckx-Rice [Sun, 23 May 2021 14:50:32 +0000 (16:50 +0200)]
gnu: md4c: Update to 0.4.8.

* gnu/packages/markup.scm (md4c): Update to 0.4.8.

3 years agognu: lmdb: Update to 0.9.29.
Tobias Geerinckx-Rice [Sun, 23 May 2021 13:11:57 +0000 (15:11 +0200)]
gnu: lmdb: Update to 0.9.29.

* gnu/packages/databases.scm (lmdb): Update to 0.9.29.

3 years agognu: mm-common: Update to 1.0.3.
Tobias Geerinckx-Rice [Sun, 23 May 2021 13:05:48 +0000 (15:05 +0200)]
gnu: mm-common: Update to 1.0.3.

* gnu/packages/gnome.scm (mm-common): Update to 1.0.3.
[arguments]: Use meson-0.55.

3 years agognu: libmediaart: Update to 1.9.5.
Tobias Geerinckx-Rice [Sun, 23 May 2021 13:05:30 +0000 (15:05 +0200)]
gnu: libmediaart: Update to 1.9.5.

* gnu/packages/gnome.scm (libmediaart): Update to 1.9.5.
[arguments]: Use meson-next.

3 years agognu: libetonyek: Update to 0.1.10.
Tobias Geerinckx-Rice [Sun, 23 May 2021 13:04:52 +0000 (15:04 +0200)]
gnu: libetonyek: Update to 0.1.10.

* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.10.

3 years agognu: ltris: Update to 1.2.3.
Tobias Geerinckx-Rice [Sun, 23 May 2021 11:43:56 +0000 (13:43 +0200)]
gnu: ltris: Update to 1.2.3.

* gnu/packages/games.scm (ltris): Update to 1.2.3.
[arguments]: Remove unnecessary #:configure-flags.

3 years agognu: retroarch: Update to 1.9.3.
Tobias Geerinckx-Rice [Sun, 23 May 2021 09:43:50 +0000 (11:43 +0200)]
gnu: retroarch: Update to 1.9.3.

* gnu/packages/emulators.scm (retroarch): Update to 1.9.3.

3 years agognu: python-django-compressor: Update to 2.4.12.4.1.
Tobias Geerinckx-Rice [Sun, 23 May 2021 09:16:41 +0000 (11:16 +0200)]
gnu: python-django-compressor: Update to 2.4.12.4.1.

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

3 years agognu: freeipmi: Update to 1.6.8.
Tobias Geerinckx-Rice [Sun, 23 May 2021 10:49:17 +0000 (12:49 +0200)]
gnu: freeipmi: Update to 1.6.8.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.8.

3 years agognu: exfatprogs: Update to 1.1.2.
Tobias Geerinckx-Rice [Sun, 23 May 2021 09:44:14 +0000 (11:44 +0200)]
gnu: exfatprogs: Update to 1.1.2.

* gnu/packages/file-systems.scm (exfatprogs): Update to 1.1.2.

3 years agognu: diffoscope: Update to 175.
Tobias Geerinckx-Rice [Sun, 23 May 2021 09:28:09 +0000 (11:28 +0200)]
gnu: diffoscope: Update to 175.

* gnu/packages/diffoscope.scm (diffoscope): Update to 175.

3 years agognu: hddtemp: Update to 0.4.3.
Tobias Geerinckx-Rice [Sun, 23 May 2021 09:25:57 +0000 (11:25 +0200)]
gnu: hddtemp: Update to 0.4.3.

* gnu/packages/disk.scm (hddtemp): Update to 0.4.3.
[source, home-page]: Use a maintained fork/continuation.
[arguments]: Add a new 'delete-autogen.sh phase.
Adjust the 'install-db phase to install the bundled hddtemp.db.
[inputs]: Remove old hddtemp.db.
[native-inputs]: Add autoconf, automake, and gettext.

f hddtemp

3 years agognu: parallel: Update to 20210522.
Tobias Geerinckx-Rice [Sun, 23 May 2021 16:06:50 +0000 (18:06 +0200)]
gnu: parallel: Update to 20210522.

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

3 years agognu: abook: Fix typo in description.
Tobias Geerinckx-Rice [Sun, 23 May 2021 08:06:44 +0000 (10:06 +0200)]
gnu: abook: Fix typo in description.

* gnu/packages/mail.scm (abook)[description]: Fix typo.

3 years agognu: butt: Add snippet.
Tobias Geerinckx-Rice [Sun, 23 May 2021 20:38:58 +0000 (22:38 +0200)]
gnu: butt: Add snippet.

* gnu/packages/audio.scm (butt)[source]: Add snippet.

3 years agognu: butt: Update to 0.1.30.
Tobias Geerinckx-Rice [Sun, 23 May 2021 10:53:10 +0000 (12:53 +0200)]
gnu: butt: Update to 0.1.30.

* gnu/packages/audio.scm (butt): Update to 0.1.30.

3 years agognu: nvc: Update to 1.5.1.
Tobias Geerinckx-Rice [Sun, 23 May 2021 10:50:07 +0000 (12:50 +0200)]
gnu: nvc: Update to 1.5.1.

* gnu/packages/fpga.scm (nvc): Update to 1.5.1.
[arguments]: Hopefully re-enable #:parallel-build?s.

3 years agognu: cava: Update to 0.7.4.
Tobias Geerinckx-Rice [Sun, 23 May 2021 10:25:04 +0000 (12:25 +0200)]
gnu: cava: Update to 0.7.4.

* gnu/packages/audio.scm (cava): Update to 0.7.4.

3 years agognu: slurm: Update to 20.11.7.
Tobias Geerinckx-Rice [Sun, 23 May 2021 14:49:42 +0000 (16:49 +0200)]
gnu: slurm: Update to 20.11.7.

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

3 years agognu: filezilla: Update to 3.54.1.
Tobias Geerinckx-Rice [Sun, 23 May 2021 13:11:45 +0000 (15:11 +0200)]
gnu: filezilla: Update to 3.54.1.

* gnu/packages/ftp.scm (filezilla): Update to 3.54.1.

3 years agognu: ois: Update to 1.5.1.
Tobias Geerinckx-Rice [Sun, 23 May 2021 13:06:00 +0000 (15:06 +0200)]
gnu: ois: Update to 1.5.1.

* gnu/packages/game-development.scm (ois): Update to 1.5.1.

3 years agodoc: Correct spelling
Filip Lajszczak [Sun, 23 May 2021 08:35:08 +0000 (10:35 +0200)]
doc: Correct spelling

* doc/contributing.tex (Submitting Patches): Correct spelling of "acknowledgement"

Co-authored-by: Piotr Kaznowski <piotr@kazno.dev>
Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: notmuch: Update to 0.32.1.
Xinglu Chen [Sun, 16 May 2021 14:08:32 +0000 (16:08 +0200)]
gnu: notmuch: Update to 0.32.1.

* gnu/packages/mail.scm (notmuch): Update to 0.32.1.
[arguments]<#:phases>: Don’t return #t at the end of the phase, this won’t be
necessary once core-update gets merged.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].
Marius Bakke [Sun, 23 May 2021 12:23:18 +0000 (14:23 +0200)]
gnu: libx11: Update replacement to 1.7.1 [fixes CVE-2021-31535].

* gnu/packages/xorg.scm (libx11/fixed): Update to 1.7.1.

3 years agognu: OpenSSL: Replace with 1.1.1k [fixes CVE-2021-3449 and CVE-2021-3450].
Marius Bakke [Sun, 23 May 2021 12:20:34 +0000 (14:20 +0200)]
gnu: OpenSSL: Replace with 1.1.1k [fixes CVE-2021-3449 and CVE-2021-3450].

* gnu/packages/tls.scm (openssl-1.1.1k): New variable.
(openssl)[replacement]: New field.

3 years agognu: Fix erroneous uses of 'package/inherit'.
Marius Bakke [Sun, 23 May 2021 12:07:34 +0000 (14:07 +0200)]
gnu: Fix erroneous uses of 'package/inherit'.

These packages use a different source/version from the inherited package, and
thus should not inherit replacements.

* gnu/packages/check.scm (googletest-1.8, python-pytest-runner-2): Use record
inheritance instead of PACKAGE/INHERIT.
* gnu/packages/crates-io.scm (rust-bindgen-0.49, rust-bytes-0.4,
rust-colored-1.9.1, rust-difference-1, rust-docopt-0.8, rust-html5ever-0.23,
rust-http-0.1, rust-http-body-0.1, rust-loom-0.2, rust-loom-0.1,
rust-pulldown-cmark-0.0.8, rust-ring-0.13, rust-rustls-0.12, rust-sct-0.3,
rust-term-0.2, rust-untrusted-0.6, rust-webpki-0.18, rust-webpki-roots-0.17,
rust-webpki-roots-0.14): Likewise.
* gnu/packages/emacs.scm (emacs-next, emacs-next-pgtk, guile-emacs): Likewise.
* gnu/packages/guile.scm (guile-2.2.4): Likewise.
* gnu/packages/maths.scm (hdf5-1.10, hdf5-1.12): Likewise.
* gnu/packages/protobuf.scm (protobuf-3.6, protobuf-3.5, python-protobuf-3.6):
Likewise.
* gnu/packages/python-web.scm (python2-html2text): Likewise.
* gnu/packages/python-xyz.scm (python-pygments/fixed, python2-numpy,
python2-urwid, python2-markdown, python2-fonttools): Likewise.
* gnu/packages/racket.scm (racket): Likewise.
* gnu/packages/sequoia.scm (sequoia4pEp): Likewise.

3 years agognu: squashfs-tools: Prepare for GCC 10.
Marius Bakke [Sat, 22 May 2021 19:33:53 +0000 (21:33 +0200)]
gnu: squashfs-tools: Prepare for GCC 10.

* gnu/packages/compression.scm (squashfs-tools)[source](modules, snippet): New
fields.

3 years agognu: cl-trivial-features: Update to 1.0.
Sharlatan Hellseher [Sat, 22 May 2021 19:45:09 +0000 (20:45 +0100)]
gnu: cl-trivial-features: Update to 1.0.

* gnu/packages/lisp-xyz.scm (sbcl-trivial-features): Update to 1.0.
  [arguments]: Add comment about disabled tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add xdo.
WinterHound [Tue, 20 Apr 2021 18:23:45 +0000 (23:53 +0530)]
gnu: Add xdo.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agodoc: Add information about first patch.
Filip Lajszczak [Sun, 9 May 2021 16:05:52 +0000 (18:05 +0200)]
doc: Add information about first patch.

* doc/contributing.texi (Submitting Patches): Add information about first patch acnowledgement delay.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add jumpapp.
Renzo Poddighe [Sat, 15 May 2021 18:27:25 +0000 (20:27 +0200)]
gnu: Add jumpapp.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoimport: hackage: Prefix licenses with 'license:'.
Xinglu Chen [Mon, 17 May 2021 20:11:15 +0000 (22:11 +0200)]
import: hackage: Prefix licenses with 'license:'.

* guix/import/hackage.scm (string->license): Prefix the value of the license
field with ‘license:’.
* tests/hackage.scm (match-ghc-foo, match-ghc-foo-6, match-ghc-foo-revision):
Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: luakit: Update to 2.3.
Raphaël Mélotte [Tue, 18 May 2021 16:49:40 +0000 (18:49 +0200)]
gnu: luakit: Update to 2.3.

* gnu/packages/web-browsers.scm (luakit): Update to 2.3
[arguments]: Add 'set-version' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agolint: archival: Lookup content in Disarchive database.
Ludovic Courtès [Sat, 15 May 2021 10:19:03 +0000 (12:19 +0200)]
lint: archival: Lookup content in Disarchive database.

* guix/lint.scm (lookup-disarchive-spec): New procedure.
(check-archival): When 'lookup-content' returns #f, call
'lookup-disarchive-spec'.  Call 'lookup-directory' on the result of
'lookup-directory'.
* guix/download.scm (%disarchive-mirrors): Make public.
* tests/lint.scm ("archival: missing content"): Set
'%disarchive-mirrors'.
("archival: content unavailable but disarchive available"): New test.

3 years agognu: zam-plugins: Update source hash.
Tobias Geerinckx-Rice [Sat, 22 May 2021 19:56:33 +0000 (21:56 +0200)]
gnu: zam-plugins: Update source hash.

See <http://issues.guix.gnu.org/48589>.

* gnu/packages/music.scm (zam-plugins)[source]: Update hash.

3 years agognu: cmdtest: Use a source file-name.
Efraim Flashner [Sat, 22 May 2021 18:38:48 +0000 (21:38 +0300)]
gnu: cmdtest: Use a source file-name.

* gnu/packages/check.scm (cmdtest)[source]: Add a file-name field.

3 years agognu: Remove python2-ipython-cluster-helper.
Marius Bakke [Sat, 22 May 2021 17:48:01 +0000 (19:48 +0200)]
gnu: Remove python2-ipython-cluster-helper.

Some of its requirements no longer support Python 2 which has left this
package broken for a while.

* gnu/packages/python-xyz.scm (python2-ipython-cluster-helper): Remove variable.

3 years agognu: Remove python2-notebook.
Marius Bakke [Sat, 22 May 2021 17:46:02 +0000 (19:46 +0200)]
gnu: Remove python2-notebook.

Some of its requirements no longer support Python 2 which has left this
package broken for a while.

* gnu/packages/python-xyz.scm (python2-notebook): Remove variable.
(python-notebook)[properties]: Remove.

3 years agoetc: Add more SELinux permissions for the daemon.
Marius Bakke [Sat, 22 May 2021 17:42:15 +0000 (19:42 +0200)]
etc: Add more SELinux permissions for the daemon.

* etc/guix-daemon.cil.in (guix_daemon): Add more permissions, necessary for
garbage collection.

3 years agognu: python-django-statici18n: Update to 2.1.0.
Marius Bakke [Sat, 22 May 2021 17:17:49 +0000 (19:17 +0200)]
gnu: python-django-statici18n: Update to 2.1.0.

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

3 years agognu: python-urllib3: Don't use 'package/inherit' on replacement package.
Marius Bakke [Sat, 22 May 2021 16:51:05 +0000 (18:51 +0200)]
gnu: python-urllib3: Don't use 'package/inherit' on replacement package.

* gnu/packages/python-web.scm (python-urllib3/fixed): Use regular inheritance
instead of PACKAGE/INHERIT.

3 years agognu: python-terminado: Update to 0.10.0.
Marius Bakke [Sat, 22 May 2021 16:26:36 +0000 (18:26 +0200)]
gnu: python-terminado: Update to 0.10.0.

* gnu/packages/python-web.scm (python-terminado): Update to 0.10.0.

3 years agognu: python-genshi: Update to 0.7.5.
Marius Bakke [Sat, 22 May 2021 16:25:06 +0000 (18:25 +0200)]
gnu: python-genshi: Update to 0.7.5.

* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5.
[propagated-inputs]: Add PYTHON-SIX.

3 years agognu: autotrace: Prepare for GLib 2.68 and later.
Marius Bakke [Sat, 15 May 2021 22:26:49 +0000 (00:26 +0200)]
gnu: autotrace: Prepare for GLib 2.68 and later.

* gnu/packages/patches/autotrace-glib-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (autotrace)[source](patches): New field.

3 years agognu: libblockdev: Prepare for GLib 2.58.
Marius Bakke [Sat, 22 May 2021 14:00:35 +0000 (16:00 +0200)]
gnu: libblockdev: Prepare for GLib 2.58.

* gnu/packages/patches/libblockdev-glib-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/disk.scm (libblockdev)[source](patches): New field.

3 years agognu: ucx: Restore (and adapt) ioctl fallback patch.
Marius Bakke [Sat, 22 May 2021 13:47:49 +0000 (15:47 +0200)]
gnu: ucx: Restore (and adapt) ioctl fallback patch.

This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which
removed the patch, but it was still necessary for some dependents.

* gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/fabric-management.scm (ucx)[source](patches): New field.

3 years agognu: cmdtest: Do not propagate any inputs.
Marius Bakke [Sat, 22 May 2021 12:53:28 +0000 (14:53 +0200)]
gnu: cmdtest: Do not propagate any inputs.

* gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ...
[inputs]: ... here.  New field.

3 years agognu: cmdtest: Update to 0.32-14-gcdfe14e.
Marius Bakke [Sat, 22 May 2021 12:40:11 +0000 (14:40 +0200)]
gnu: cmdtest: Update to 0.32-14-gcdfe14e.

* gnu/packages/check.scm (cmdtest): Update to 0.32-14-gcdfe14e.
[source]: Switch to GIT-FETCH.
[arguments]: Remove #:phases and #:python.  Add #:tests?.
[native-inputs]: Change from PYTHON2-CLIAPP, PYTHON2-MARKDOWN, and
PYTHON-TTYSTATUS to their respective Python 3 variants.

3 years agognu: python2-ttystatus: Add Python 3 variant.
Marius Bakke [Sat, 22 May 2021 12:38:31 +0000 (14:38 +0200)]
gnu: python2-ttystatus: Add Python 3 variant.

* gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ...
(python-ttystatus): ... this.
[name, native-inputs, arguments]: Adjust accordingly.
[descriptions]: Remove mentions of Python version and add markup.
(python2-ttystatus): Use PACKAGE-WITH-PYTHON2.

3 years agognu: python2-cliapp: Add Python 3 variant.
Marius Bakke [Sat, 22 May 2021 12:35:42 +0000 (14:35 +0200)]
gnu: python2-cliapp: Add Python 3 variant.

* gnu/packages/python-xyz.scm (python2-cliapp): Rename to ...
(python-cliapp): ... this.
[name, native-inputs, propagated-inputs]: Adjust accordingly.
[arguments]: Disable tests.
[description]: Remove mentions of Python version and add markup.
(python2-cliapp): Use PACKAGE-WITH-PYTHON2.

3 years agognu: python-coverage-test-runner: Add Python 3 variant.
Marius Bakke [Sat, 22 May 2021 12:31:37 +0000 (14:31 +0200)]
gnu: python-coverage-test-runner: Add Python 3 variant.

* gnu/packages/check.scm (python2-coverage-test-runner): Rename to ...
(python-coverage-test-runner): ... this.
[arguments, propagated-inputs]: Adjust for Python 3.
(python2-coverage-test-runner): Use PACKAGE-WITH-PYTHON2.

3 years agognu: sharutils: 'which' is a native input.
Marius Bakke [Tue, 18 May 2021 22:28:17 +0000 (00:28 +0200)]
gnu: sharutils: 'which' is a native input.

* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ...
[native-inputs]: ... this.

3 years agognu: sharutils: Prepare for GCC 10.
Marius Bakke [Tue, 18 May 2021 22:27:10 +0000 (00:27 +0200)]
gnu: sharutils: Prepare for GCC 10.

* gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution
to avoid duplicate header definitions.
[arguments]: Remove trailing #t.

3 years agognu: ntp: Prepare for GCC 10.
Marius Bakke [Tue, 18 May 2021 21:25:15 +0000 (23:25 +0200)]
gnu: ntp: Prepare for GCC 10.

* gnu/packages/ntp.scm (ntp)[source](patches): New field.

3 years agoscripts: discover: Report Avahi errors.
Mathieu Othacehe [Fri, 21 May 2021 13:21:15 +0000 (15:21 +0200)]
scripts: discover: Report Avahi errors.

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

* guix/scripts/discover (guix-discover): Report Avahi errors.

3 years agognu: guix: Update to 9f2b2c4.
Christopher Baines [Sat, 22 May 2021 08:18:54 +0000 (09:18 +0100)]
gnu: guix: Update to 9f2b2c4.

* gnu/packages/package-management.scm (guix): Update to 9f2b2c4.

3 years agognu: Add emacs-poly-r.
Ricardo Wurmus [Sat, 22 May 2021 05:13:44 +0000 (07:13 +0200)]
gnu: Add emacs-poly-r.

* gnu/packages/statistics.scm (emacs-poly-r): New variable.

3 years agognu: Add emacs-poly-noweb.
Ricardo Wurmus [Sat, 22 May 2021 05:13:32 +0000 (07:13 +0200)]
gnu: Add emacs-poly-noweb.

* gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.

3 years agognu: pinball: Update to 3.1.20201218.
Eric Bavier [Sat, 22 May 2021 03:34:57 +0000 (22:34 -0500)]
gnu: pinball: Update to 3.1.20201218.

* gnu/packages/games.scm (pinball): Update to 3.1.20201218.
[source]: Tarballs no longer published on sourceforge, so use git-fetch.
[native-inputs]: New field for bootstrapping inputs.
[inputs]: Add libltdl.
[arguments]: Add custom 'bootstrap' phase.
* gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source.
* gnu/packages/patches/pinball-const-fix.patch,
gnu/packages/patches/pinball-cstddef.patch,
gnu/packages/patches/pinball-missing-separators.patch,
gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches.
* gnu/local.mk (dist_patch_DATA): Remove them.

3 years agognu: python-scour: Update to 0.38.2.
Björn Höfling [Fri, 21 May 2021 20:20:13 +0000 (22:20 +0200)]
gnu: python-scour: Update to 0.38.2.

* gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.

3 years agognu: python-scour: Correct version.
Björn Höfling [Fri, 21 May 2021 19:52:10 +0000 (21:52 +0200)]
gnu: python-scour: Correct version.

* gnu/packages/python-xyz.scm (python-scour): Correct version string
from 038.1 to 0.38.1.

3 years agognu: xfce4-screenshooter: Update to 1.9.9.
Michael Rohleder [Fri, 21 May 2021 15:40:37 +0000 (17:40 +0200)]
gnu: xfce4-screenshooter: Update to 1.9.9.

* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Fix build for ldc.
Roel Janssen [Fri, 21 May 2021 15:04:32 +0000 (17:04 +0200)]
gnu: Fix build for ldc.

* gnu/packages/dlang.scm (ldc): Disable tests that use ptrace.

3 years agognu: Add emacs-purescript-mode.
Xinglu Chen [Fri, 21 May 2021 15:57:30 +0000 (17:57 +0200)]
gnu: Add emacs-purescript-mode.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: linux-libre: Update to 5.12.5.
Leo Famulari [Thu, 20 May 2021 18:51:56 +0000 (14:51 -0400)]
gnu: linux-libre: Update to 5.12.5.

* gnu/packages/linux.scm (linux-libre-5.11-version, deblob-scripts-5.11,
linux-libre-5.11-pristine-source, linux-libre-5.11-source,
linux-libre-headers-5.11, linux-libre-5.11): Remove variables.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Update to the 5.12 kernel series.
(linux-libre-with-bpf): Update to the 5.12 kernel series.
* gnu/packages/aux-files/linux-libre/5.11-arm.conf,
gnu/packages/aux-files/linux-libre/5.11-arm64.conf,
gnu/packages/aux-files/linux-libre/5.11-i686.conf,
gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.

3 years agognu: python-pikepdf: Update to 2.12.1.
Nicolas Goaziou [Fri, 21 May 2021 15:36:34 +0000 (17:36 +0200)]
gnu: python-pikepdf: Update to 2.12.1.

* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.

3 years agognu: giac: Update to 1.7.0-9.
Nicolas Goaziou [Fri, 21 May 2021 15:23:01 +0000 (17:23 +0200)]
gnu: giac: Update to 1.7.0-9.

* gnu/packages/algebra.scm (giac): Update to 1.7.0-9.

3 years agognu: Add font-victor-mono
aecepoglu [Fri, 21 May 2021 11:32:30 +0000 (13:32 +0200)]
gnu: Add font-victor-mono

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

3 years agognu: sameboy: Update to 0.14.3
Felix Gruber [Fri, 14 May 2021 14:05:14 +0000 (14:05 +0000)]
gnu: sameboy: Update to 0.14.3

* gnu/packages/emulators.scm (sameboy): Update to 0.14.3.
[native-inputs]: Remove gcc-9.
[arguments]: Use cc-for-target instead of hard-coding gcc.

3 years agognu: Add numdiff.
Paul A. Patience [Fri, 21 May 2021 02:51:02 +0000 (02:51 +0000)]
gnu: Add numdiff.

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

3 years agognu: sbcl-cl-html5-parser: Enable tests.
Sharlatan Hellseher [Thu, 20 May 2021 22:00:35 +0000 (23:00 +0100)]
gnu: sbcl-cl-html5-parser: Enable tests.

* gnu/packages/lisp-xyz.scm (sbcl-cl-html5-parser)
  [arguments]: Enable tests, clean up not required #:asd-systems.
  [native-inputs]: Add json-streams, split-sequence and stefil.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-json-streams.
Sharlatan Hellseher [Thu, 20 May 2021 21:55:55 +0000 (22:55 +0100)]
gnu: Add cl-json-streams.

* gnu/packages/lisp-xyz.scm (sbcl-json-streams, ecl-json-streams,
  cl-json-streams): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-woo.
Sharlatan Hellseher [Thu, 20 May 2021 16:35:01 +0000 (17:35 +0100)]
gnu: Add cl-woo.

* gnu/packages/lisp-xyz.scm (sbcl-woo, ecl-woo, cl-woo): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-lev.
Sharlatan Hellseher [Thu, 20 May 2021 16:29:42 +0000 (17:29 +0100)]
gnu: Add cl-lev.

* gnu/packages/lisp-xyz.scm (sbcl-lev, ecl-lev, cl-lev): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: Add cl-speedy-queue.
Sharlatan Hellseher [Thu, 20 May 2021 16:22:08 +0000 (17:22 +0100)]
gnu: Add cl-speedy-queue.

* gnu/packages/lisp-xyz.scm (sbcl-cl-speedy-queue, ecl-cl-speedy-queue,
  cl-speedy-queue): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
3 years agognu: detox: Update to 1.4.2.
Eric Bavier [Fri, 21 May 2021 03:20:01 +0000 (22:20 -0500)]
gnu: detox: Update to 1.4.2.

* gnu/packages/admin.scm (detox): Update to 1.4.2
[arguments]: Remove '#:tests?', provide customer 'check' phase.

3 years agognu: kicad: Fix ngspice support.
Guillaume Le Vaillant [Thu, 20 May 2021 21:35:48 +0000 (23:35 +0200)]
gnu: kicad: Fix ngspice support.

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

* gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-ngspice-detection'
  phase.

3 years agognu: emacs-org-super-agenda: Disable failing test.
Xinglu Chen [Thu, 20 May 2021 20:25:15 +0000 (22:25 +0200)]
gnu: emacs-org-super-agenda: Disable failing test.

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:phases>:
Disable the “org-super-agenda-test--:auto-tags” test.  The test failure was
caused by commit 71045f4e6425a686667cf30252a2a71cff36308b.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: dav1d: Update to 0.9.0.
Leo Famulari [Thu, 20 May 2021 16:25:33 +0000 (12:25 -0400)]
gnu: dav1d: Update to 0.9.0.

* gnu/packages/video.scm (dav1d): Update to 0.9.0.

3 years agognu: libaom: Update to 3.1.0.
Leo Famulari [Thu, 20 May 2021 16:25:18 +0000 (12:25 -0400)]
gnu: libaom: Update to 3.1.0.

* gnu/packages/video.scm (libaom): Update to 3.1.0.

3 years agoguix: Build texlive-configuration only when texlive-base is present.
Ricardo Wurmus [Thu, 20 May 2021 14:26:46 +0000 (16:26 +0200)]
guix: Build texlive-configuration only when texlive-base is present.

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

* guix/profiles.scm (texlive-configuration): Build only if texlive-base is
present in the profile's manifest.

3 years agognu: emacs-ob-erlang: Update to 20210321.
Maxim Cournoyer [Thu, 20 May 2021 14:17:28 +0000 (10:17 -0400)]
gnu: emacs-ob-erlang: Update to 20210321.

* gnu/packages/emacs-xyz.scm (emacs-ob-erlang): Update to 20210321.

3 years agognu: Add julia-recipesbase.
Efraim Flashner [Thu, 20 May 2021 14:00:48 +0000 (17:00 +0300)]
gnu: Add julia-recipesbase.

* gnu/packages/julia-xyz.scm (julia-recipesbase): New variable.