jackhill/guix/guix.git
3 years agognu: claws-mail: Change build-system.
Raghav Gururajan [Thu, 15 Oct 2020 01:18:29 +0000 (21:18 -0400)]
gnu: claws-mail: Change build-system.

* gnu/packages/mail.scm (claws-mail) [build-system]: Change from
gnu-build-system to glib-or-gtk-build-system.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: claws-mail: Make some cosmetic changes.
Raghav Gururajan [Thu, 15 Oct 2020 01:15:28 +0000 (21:15 -0400)]
gnu: claws-mail: Make some cosmetic changes.

* gnu/packages/mail.scm (claws-mail): Make some cosmetic changes.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agobuild-system/go: Install license files.
Efraim Flashner [Wed, 7 Oct 2020 07:11:05 +0000 (10:11 +0300)]
build-system/go: Install license files.

* guix/build/go-build-system.scm (install-license-files): New procedure.
(%standard-phases): Replace inherited 'install-license-files phase.

3 years agoinstall: Deduplicate packages with %base-package sets.
Efraim Flashner [Fri, 9 Oct 2020 09:51:26 +0000 (12:51 +0300)]
install: Deduplicate packages with %base-package sets.

* gnu/system.scm (%base-packages-interactive): Add nvi.
* gnu/system/install.scm (installation-os)[packages]: Remove parted,
gptfdisk, ddrescue, cryptsetup, mdadm, dosfstools, btrfs-progs,
f2fs-tools, jfstools, openssh, wireless-tools, iw,
wpa-supplicant-minimal, iproute, bash-completion, nvi. Add
%base-packages-disk-utilities.

3 years agosystem: Add %base-packages-disk-utilities.
Efraim Flashner [Fri, 9 Oct 2020 09:47:34 +0000 (12:47 +0300)]
system: Add %base-packages-disk-utilities.

* gnu/system.scm (%base-packages-disk-utilities): New variable.

3 years agognu: cuirass: Update to 0.0.1-53.df2d136.
Mathieu Othacehe [Thu, 15 Oct 2020 08:06:12 +0000 (10:06 +0200)]
gnu: cuirass: Update to 0.0.1-53.df2d136.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-53.df2d136.

3 years agognu: slurm: Re-arrange package inputs.
Efraim Flashner [Thu, 15 Oct 2020 07:39:33 +0000 (10:39 +0300)]
gnu: slurm: Re-arrange package inputs.

* gnu/packages/parallel.scm (slurm)[inputs]: Move expect, perl,
python-wrapper from here...
[native-inputs]: ... to here.

3 years agognu: mpd: Update to 0.22.
Ricardo Wurmus [Thu, 15 Oct 2020 06:37:25 +0000 (08:37 +0200)]
gnu: mpd: Update to 0.22.

* gnu/packages/mpd.scm (mpd): Update to 0.22.
[arguments]: Use "enabled" instead of "true".

3 years agognu: nginx-lua-module: Use install-file.
Efraim Flashner [Thu, 15 Oct 2020 06:13:07 +0000 (09:13 +0300)]
gnu: nginx-lua-module: Use install-file.

* gnu/packages/web.scm (nginx-lua-module)[arguments]: Use 'install-file'
in custom 'install phase.

3 years agoservices: nginx: Add lua module.
Oleg Pykhalov [Sun, 11 Oct 2020 17:42:48 +0000 (20:42 +0300)]
services: nginx: Add lua module.

* gnu/services/web.scm (<nginx-configuration>)
[lua-package-path, lua-package-cpath]: New record types.
* gnu/services/web.scm (default-nginx-config): Use them.
* doc/guix.texi (Web Services): Document this.
* doc/guix-cookbook.texi (System Configuration): Document this.

3 years agognu: Add nginx-lua-module.
Oleg Pykhalov [Sun, 11 Oct 2020 17:41:58 +0000 (20:41 +0300)]
gnu: Add nginx-lua-module.

* gnu/packages/web.scm (nginx-lua-module): New variable.

3 years agognu: Add nginx-socket-cloexec.
Oleg Pykhalov [Sun, 11 Oct 2020 17:41:41 +0000 (20:41 +0300)]
gnu: Add nginx-socket-cloexec.

* gnu/packages/patches/nginx-socket-cloexec.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/web.scm (nginx-socket-cloexec): New variable.

3 years agognu: Add lua-resty-shell.
Oleg Pykhalov [Sun, 11 Oct 2020 14:27:07 +0000 (17:27 +0300)]
gnu: Add lua-resty-shell.

* gnu/packages/lua.scm (lua-resty-shell): New variable.

3 years agognu: Add lua-tablepool.
Oleg Pykhalov [Sun, 11 Oct 2020 14:26:53 +0000 (17:26 +0300)]
gnu: Add lua-tablepool.

* gnu/packages/lua.scm (lua-tablepool): New variable.

3 years agognu: Add lua-resty-signal.
Oleg Pykhalov [Sun, 11 Oct 2020 14:26:32 +0000 (17:26 +0300)]
gnu: Add lua-resty-signal.

* gnu/packages/lua.scm (lua-resty-signal): New variable.

3 years agognu: Add lua-resty-lrucache.
Oleg Pykhalov [Sun, 11 Oct 2020 14:25:28 +0000 (17:25 +0300)]
gnu: Add lua-resty-lrucache.

* gnu/packages/lua.scm (lua-resty-lrucache): New variable.

3 years agognu: Add lua-resty-core.
Oleg Pykhalov [Sun, 11 Oct 2020 14:24:52 +0000 (17:24 +0300)]
gnu: Add lua-resty-core.

* gnu/packages/lua.scm (lua-resty-core): New variable.

3 years agognu: musescore: Update to 3.5.1.
Nicolas Goaziou [Wed, 14 Oct 2020 20:34:14 +0000 (22:34 +0200)]
gnu: musescore: Update to 3.5.1.

* gnu/packages/music.scm (musescore): Update to 3.5.1.

3 years agognu: emacs-haskell-mode: Update to 17.2.
Nicolas Goaziou [Wed, 14 Oct 2020 20:00:46 +0000 (22:00 +0200)]
gnu: emacs-haskell-mode: Update to 17.2.

* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.2.

3 years agognu: lollypop: Update to 1.4.2.
Christopher Baines [Wed, 14 Oct 2020 18:01:53 +0000 (19:01 +0100)]
gnu: lollypop: Update to 1.4.2.

* gnu/packages/gnome.scm (lollypop): Update to 1.4.2.
[inputs]: Add libhandy.

3 years agognu: cuirass: Update to 0.0.1-52.38ee2c5.
Mathieu Othacehe [Wed, 14 Oct 2020 14:35:34 +0000 (16:35 +0200)]
gnu: cuirass: Update to 0.0.1-52.38ee2c5.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-52.38ee2c5.

3 years agognu: cpuid: Use CC-FOR-TARGET.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 12:17:13 +0000 (14:17 +0200)]
gnu: cpuid: Use CC-FOR-TARGET.

This doesn't actually enable cross-compilation.

* gnu/packages/linux.scm (cpuid)[arguments]: Use CC-FOR-TARGET.

3 years agognu: cpuid: Update to 20201006.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 10:05:59 +0000 (12:05 +0200)]
gnu: cpuid: Update to 20201006.

* gnu/packages/linux.scm (cpuid): Update to 20201006.

3 years agognu: jasper: Update to 2.0.22.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 20:24:24 +0000 (22:24 +0200)]
gnu: jasper: Update to 2.0.22.

* gnu/packages/image.scm (jasper): Update to 2.0.22.
[argument]: Remove obsolete field.

3 years agognu: python-pastedeploy: Update to 2.1.1.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 20:13:04 +0000 (22:13 +0200)]
gnu: python-pastedeploy: Update to 2.1.1.

* gnu/packages/python-web.scm (python-pastedeploy): Update to 2.1.1.

3 years agognu: oil: Update to 0.8.2.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 10:52:41 +0000 (12:52 +0200)]
gnu: oil: Update to 0.8.2.

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

3 years agognu: osinfo-db: Update to 20201011.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 10:43:38 +0000 (12:43 +0200)]
gnu: osinfo-db: Update to 20201011.

* gnu/packages/virtualization.scm (osinfo-db): Update to 20201011.

3 years agognu: plantuml: Update to 1.2020.19.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 10:43:16 +0000 (12:43 +0200)]
gnu: plantuml: Update to 1.2020.19.

* gnu/packages/uml.scm (plantuml): Update to 1.2020.19.

3 years agognu: vim: Update to 8.2.1844.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 10:42:40 +0000 (12:42 +0200)]
gnu: vim: Update to 8.2.1844.

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

3 years agognu: python-pgpy: Run the tests.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 12:56:40 +0000 (14:56 +0200)]
gnu: python-pgpy: Run the tests.

* gnu/packages/python-crypto.scm (python-pgpy)[arguments]: Replace the
default ‘check’ phase.
[native-inputs]: Add python-pytest.

3 years agognu: python-pgpy: Update to 0.5.3.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 12:54:21 +0000 (14:54 +0200)]
gnu: python-pgpy: Update to 0.5.3.

* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.5.3.

3 years agognu: gphoto2: Update to 2.5.26.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 12:32:29 +0000 (14:32 +0200)]
gnu: gphoto2: Update to 2.5.26.

* gnu/packages/photo.scm (gphoto2): Update to 2.5.26.

3 years agognu: libgphoto2: Update to 2.5.26.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 12:30:44 +0000 (14:30 +0200)]
gnu: libgphoto2: Update to 2.5.26.

* gnu/packages/photo.scm (libgphoto2): Update to 2.5.26.

3 years agognu: python-aiohttp: Update to 3.6.3.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 12:24:14 +0000 (14:24 +0200)]
gnu: python-aiohttp: Update to 3.6.3.

* gnu/packages/python-web.scm (python-aiohttp): Update to 3.6.3.

3 years agognu: python-passlib: Update to 1.7.4.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 13:23:13 +0000 (15:23 +0200)]
gnu: python-passlib: Update to 1.7.4.

* gnu/packages/python-crypto.scm (python-passlib): Update to 1.7.4.

3 years agognu: perl-crypt-rijndael: Update to 1.15.
Tobias Geerinckx-Rice [Wed, 14 Oct 2020 13:08:49 +0000 (15:08 +0200)]
gnu: perl-crypt-rijndael: Update to 1.15.

* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.15.

3 years agognu: icedove: Update to 78.3.2.
Jonathan Brielmaier [Sat, 10 Oct 2020 09:38:21 +0000 (11:38 +0200)]
gnu: icedove: Update to 78.3.2.

* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agodoc: cookbook: Mention "#true" and "#false".
Ludovic Courtès [Wed, 14 Oct 2020 09:28:30 +0000 (11:28 +0200)]
doc: cookbook: Mention "#true" and "#false".

* doc/guix-cookbook.texi (A Scheme Crash Course): Mention "#true" and
"#false".
(Extended example): Likewise.

3 years agognu: Add emacs-gcmh.
Niklas Eklund [Wed, 30 Sep 2020 13:34:36 +0000 (15:34 +0200)]
gnu: Add emacs-gcmh.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoimage: Use 'raise' from (srfi srfi-34).
Ludovic Courtès [Wed, 14 Oct 2020 09:07:40 +0000 (11:07 +0200)]
image: Use 'raise' from (srfi srfi-34).

* gnu/system/image.scm: Use (srfi srfi-34) for 'raise'.
(lookup-image-type-by-name): Remove extra newline in 'formatted-message'
string.

3 years agohurd-boot: Set /hurd/magic on /dev/fd.
Ludovic Courtès [Wed, 14 Oct 2020 09:06:55 +0000 (11:06 +0200)]
hurd-boot: Set /hurd/magic on /dev/fd.

* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add
"/dev/fd".

3 years agodoc: Mention "i586-gnu" as supported and experimental.
Ludovic Courtès [Wed, 14 Oct 2020 08:57:06 +0000 (10:57 +0200)]
doc: Mention "i586-gnu" as supported and experimental.

* doc/guix.texi (GNU Distribution): Mention "i586-gnu".

3 years agodoc: Avoid orphan node.
Ludovic Courtès [Wed, 14 Oct 2020 08:53:00 +0000 (10:53 +0200)]
doc: Avoid orphan node.

Commit 4b5a6fbc9b754c0ca70d033dd99f17c4f028733a turned "Transparent
Emulation with QEMU" into a node, but that was an orphan node, with no
up/next/previous links.

* doc/guix.texi (Virtualization Services): Capitalize subsection title.
(Transparent Emulation with QEMU): Remove "@node" and add "@anchor".
(Daemon Offload Setup): Adjust cross-reference accordingly.

3 years agoopenpgp: '&openpgp-unrecognized-packet-error' includes type tag.
Ludovic Courtès [Wed, 14 Oct 2020 08:19:38 +0000 (10:19 +0200)]
openpgp: '&openpgp-unrecognized-packet-error' includes type tag.

* guix/openpgp.scm (&openpgp-unrecognized-packet-error)[type]: New
field.
(get-data, parse-subpackets): Initialize 'type' field.

3 years agognu: guix: Change Git URL.
Ludovic Courtès [Wed, 14 Oct 2020 08:16:41 +0000 (10:16 +0200)]
gnu: guix: Change Git URL.

* gnu/packages/package-management.scm (guix)[source]: Change URL to
non-dump HTTP server.

3 years agognu: slurm: Update to 20.02.5.
Ricardo Wurmus [Wed, 14 Oct 2020 13:22:29 +0000 (15:22 +0200)]
gnu: slurm: Update to 20.02.5.

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

3 years agognu: bluez-alsa: Add LDAC support.
Ricardo Wurmus [Wed, 14 Oct 2020 12:54:22 +0000 (14:54 +0200)]
gnu: bluez-alsa: Add LDAC support.

* gnu/packages/audio.scm (bluez-alsa)[arguments]: Enable LDAC support.
[inputs]: Add ldacbt.

3 years agognu: bluez-alsa: Update to 3.0.0.
Ricardo Wurmus [Wed, 14 Oct 2020 12:54:13 +0000 (14:54 +0200)]
gnu: bluez-alsa: Update to 3.0.0.

* gnu/packages/audio.scm (bluez-alsa): Update to 3.0.0.

3 years agognu: Add ldacbt.
Ricardo Wurmus [Wed, 14 Oct 2020 12:53:54 +0000 (14:53 +0200)]
gnu: Add ldacbt.

* gnu/packages/audio.scm (ldacbt): New variable.

3 years agoservices: nginx: Fix typo in exported symbol.
Lulu [Wed, 14 Oct 2020 06:37:30 +0000 (09:37 +0300)]
services: nginx: Fix typo in exported symbol.

* gnu/services/web.scm: Fix typo in exported symbol.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
3 years agognu: rxvt-unicode: Enable 256 colors
Josh Hoff [Sat, 10 Oct 2020 09:55:26 +0000 (04:55 -0500)]
gnu: rxvt-unicode: Enable 256 colors

I noticed urxvt has a termcap file for rxvt-256color, but that's not
actually built.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: monero-gui: Update to 0.17.1.0.
Guillaume Le Vaillant [Wed, 14 Oct 2020 09:07:23 +0000 (11:07 +0200)]
gnu: monero-gui: Update to 0.17.1.0.

* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.0.

3 years agognu: monero: Update to 0.17.1.0.
Guillaume Le Vaillant [Wed, 14 Oct 2020 08:27:05 +0000 (10:27 +0200)]
gnu: monero: Update to 0.17.1.0.

* gnu/packages/finance.scm (monero): Update to 0.17.1.0.

3 years agognu: offlineimap: Update to 7.3.3.
Tim Gesthuizen [Tue, 13 Oct 2020 12:17:53 +0000 (14:17 +0200)]
gnu: offlineimap: Update to 7.3.3.

* gnu/packages/mail.scm (offlineimap): Update to 7.3.3.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add python-rfc6555.
Tim Gesthuizen [Tue, 13 Oct 2020 12:16:58 +0000 (14:16 +0200)]
gnu: Add python-rfc6555.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: kmonad: Update to 0.4.1.
Alex Griffin [Wed, 14 Oct 2020 06:52:36 +0000 (01:52 -0500)]
gnu: kmonad: Update to 0.4.1.

* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.

3 years agonews: Add ‘de’ translation.
Florian Pelz [Wed, 14 Oct 2020 06:25:34 +0000 (08:25 +0200)]
news: Add ‘de’ translation.

* etc/news.scm: Add ‘de’ translation.

3 years agognu: Krita: Update to 4.4.0.
Leo Famulari [Wed, 14 Oct 2020 03:22:04 +0000 (23:22 -0400)]
gnu: Krita: Update to 4.4.0.

* gnu/packages/kde.scm (krita): Update to 4.4.0.

3 years agognu: Add libleak.
Maxim Cournoyer [Tue, 13 Oct 2020 15:21:40 +0000 (11:21 -0400)]
gnu: Add libleak.

* gnu/packages/debug.scm (libleak): New variable.

3 years agognu: Add libwuya.
Maxim Cournoyer [Tue, 13 Oct 2020 19:15:59 +0000 (15:15 -0400)]
gnu: Add libwuya.

* gnu/packages/c.scm (libwuya): New variable.

3 years agognu: Add libbacktrace.
Maxim Cournoyer [Tue, 13 Oct 2020 19:14:32 +0000 (15:14 -0400)]
gnu: Add libbacktrace.

* gnu/packages/debug.scm (libbacktrace): New variable.

3 years agoRevert "gnu: python-chardet: Enable tests."
Marius Bakke [Tue, 13 Oct 2020 22:46:30 +0000 (00:46 +0200)]
Revert "gnu: python-chardet: Enable tests."

This causes too many rebuilds for the master branch.

This reverts commit 331aaf52806b27430c4efaf8f230097ede69e61a.

3 years agognu: Add go-github-com-gologme-log.
raingloom [Mon, 13 Jul 2020 02:22:46 +0000 (04:22 +0200)]
gnu: Add go-github-com-gologme-log.

* gnu/packages/golang.scm (go-github-com-gologme-log): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
3 years agognu: Add go-github-com-cheggaaa-pb.
raingloom [Mon, 13 Jul 2020 02:21:11 +0000 (04:21 +0200)]
gnu: Add go-github-com-cheggaaa-pb.

* gnu/packages/golang.scm (go-github-com-cheggaaa-pb): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
3 years agognu: Add go-github-com-arceliar-phony.
raingloom [Mon, 13 Jul 2020 02:15:28 +0000 (04:15 +0200)]
gnu: Add go-github-com-arceliar-phony.

* gnu/packages/golang.scm (go-github-com-arceliar-phony): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
3 years agognu: go-golang-org-x-sys: Update to 0598657
raingloom [Sat, 30 May 2020 10:52:00 +0000 (12:52 +0200)]
gnu: go-golang-org-x-sys: Update to 0598657

* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0598657.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
3 years agognu: Add python-dpath.
Joseph LaFreniere [Sat, 10 Oct 2020 06:03:18 +0000 (01:03 -0500)]
gnu: Add python-dpath.

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

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add python-dictdiffer.
Joseph LaFreniere [Tue, 6 Oct 2020 01:43:32 +0000 (20:43 -0500)]
gnu: Add python-dictdiffer.

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

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add bindfs.
Morgan Smith [Fri, 9 Oct 2020 22:20:53 +0000 (18:20 -0400)]
gnu: Add bindfs.

* gnu/packages/file-systems.scm (bindfs): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: git-annex: Update to 8.20201007.
Kyle Meyer [Wed, 7 Oct 2020 20:49:46 +0000 (16:49 -0400)]
gnu: git-annex: Update to 8.20201007.

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

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: muchsync: Use pandoc instead of ghc-pandoc.
zimoun [Wed, 7 Oct 2020 15:24:11 +0000 (17:24 +0200)]
gnu: muchsync: Use pandoc instead of ghc-pandoc.

* gnu/packages/mail.scm (muchsync)[native-inputs]: Replace ghc-pandoc with
pandoc.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: python-chardet: Enable tests.
Lars-Dominik Braun [Wed, 7 Oct 2020 07:32:34 +0000 (09:32 +0200)]
gnu: python-chardet: Enable tests.

* gnu/packages/python-xyz.scm (python-chardet) [source]: Add upstream patch.
[arguments]: Remove.
* gnu/packages/patches/python-chardet-3.0.4-pytest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add dex.
James Smith [Wed, 7 Oct 2020 20:44:14 +0000 (13:44 -0700)]
gnu: Add dex.

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

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: nmap: Update license.
Marius Bakke [Tue, 13 Oct 2020 20:16:57 +0000 (22:16 +0200)]
gnu: nmap: Update license.

* guix/licenses.scm (nmap): Rename to ...
(npsl): ... this.  Adjust name and URL, and remove outdated Fedora wiki
entry in favor of nmap's own annotated version.
* gnu/packages/admin.scm (nmap)[license]: Adjust accordingly.

3 years agognu: xf86-input-libinput: Update to 0.30.0.
Marius Bakke [Tue, 13 Oct 2020 15:00:14 +0000 (17:00 +0200)]
gnu: xf86-input-libinput: Update to 0.30.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.30.0.

3 years agognu: Remove python2-gst.
Marius Bakke [Mon, 12 Oct 2020 22:50:00 +0000 (00:50 +0200)]
gnu: Remove python2-gst.

It fails to build because of an incomplete python2 transformation, but is not
worth fixing because Python 2 is EOL and nothing depends on this package.

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

3 years agognu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
Leo Famulari [Tue, 13 Oct 2020 03:25:28 +0000 (23:25 -0400)]
gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.

3 years agognu: VLC: Add support for Secure Reliable Transport (SRT).
Leo Famulari [Sat, 10 Oct 2020 04:53:33 +0000 (00:53 -0400)]
gnu: VLC: Add support for Secure Reliable Transport (SRT).

* gnu/packages/video.scm (vlc)[inputs]: Add srt-1.4.1.

3 years agognu: FFmpeg: Add support for Secure Reliable Transport (SRT).
Leo Famulari [Sat, 10 Oct 2020 04:52:24 +0000 (00:52 -0400)]
gnu: FFmpeg: Add support for Secure Reliable Transport (SRT).

* gnu/packages/video.scm (vlc)[inputs] Add srt-1.4.1.
[arguments]: Pass "--enable-libsrt" to #:configure-flags.

3 years agognu: Add SRT 1.4.1.
Leo Famulari [Sat, 10 Oct 2020 04:51:59 +0000 (00:51 -0400)]
gnu: Add SRT 1.4.1.

* gnu/packages/networking.scm (srt-1.4.1): New variable.

3 years agoinstaller: Add Emacs EXWM desktop environment.
Jan (janneke) Nieuwenhuizen [Sun, 11 Oct 2020 10:45:00 +0000 (12:45 +0200)]
installer: Add Emacs EXWM desktop environment.

Suggested by zenny via IRC.

* gnu/installer/services.scm (%system-services): Add emacs, emacs-exwm,
emacs-desktop-environment.
* etc/release-manifest.scm (%system-packages): Likewise.
* gnu/system/examples/lightweight-desktop.tmpl: Likewise.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests)
[packages]: Likewise
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Make
one entry taller.

3 years agognu: mediainfo: Update to 20.09.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 17:01:19 +0000 (19:01 +0200)]
gnu: mediainfo: Update to 20.09.

* gnu/packages/video.scm (mediainfo): Update to 20.09.

3 years agognu: libmediainfo: Update to 20.09.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 17:01:15 +0000 (19:01 +0200)]
gnu: libmediainfo: Update to 20.09.

* gnu/packages/video.scm (libmediainfo): Update to 20.09.

3 years agognu: dos2unix: Cross-compile.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 17:00:59 +0000 (19:00 +0200)]
gnu: dos2unix: Cross-compile.

* gnu/packages/textutils.scm (dos2unix)[arguments]: Use CC-FOR-TARGET.

3 years agognu: dos2unix: Update to 7.4.2.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 16:58:46 +0000 (18:58 +0200)]
gnu: dos2unix: Update to 7.4.2.

* gnu/packages/textutils.scm (dos2unix): Update to 7.4.2.

3 years agognu: vim: Update to 8.2.1840.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 16:49:08 +0000 (18:49 +0200)]
gnu: vim: Update to 8.2.1840.

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

3 years agognu: xonsh: Update to 0.9.23.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 16:48:40 +0000 (18:48 +0200)]
gnu: xonsh: Update to 0.9.23.

* gnu/packages/shells.scm (xonsh): Update to 0.9.23.

3 years agognu: stunnel: Update to 5.57 [security fixes].
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 15:07:23 +0000 (17:07 +0200)]
gnu: stunnel: Update to 5.57 [security fixes].

* gnu/packages/web.scm (stunnel): Update to 5.57.

3 years agognu: alpine: Update to 2.24.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 14:11:45 +0000 (16:11 +0200)]
gnu: alpine: Update to 2.24.

* gnu/packages/mail.scm (alpine): Update to 2.24.

3 years agognu: kdenlive: Update to 20.08.2.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:57:07 +0000 (15:57 +0200)]
gnu: kdenlive: Update to 20.08.2.

* gnu/packages/kde.scm (kdenlive): Update to 20.08.2.

3 years agognu: ncmpc: Update to 0.40.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:56:36 +0000 (15:56 +0200)]
gnu: ncmpc: Update to 0.40.

* gnu/packages/mpd.scm (ncmpc): Update to 0.40.

3 years agognu: libmtp: Update to 1.1.18.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:48:11 +0000 (15:48 +0200)]
gnu: libmtp: Update to 1.1.18.

* gnu/packages/libusb.scm (libmtp): Update to 1.1.18.

3 years agognu: libsecret: Update to 0.20.4.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:28:01 +0000 (15:28 +0200)]
gnu: libsecret: Update to 0.20.4.

* gnu/packages/gnome.scm (libsecret): Update to 0.20.4.

3 years agognu: easyrpg-player: Update to 0.6.2.3.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:22:15 +0000 (15:22 +0200)]
gnu: easyrpg-player: Update to 0.6.2.3.

* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.3.

3 years agognu: gtkwave: Update to 3.3.107.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:18:10 +0000 (15:18 +0200)]
gnu: gtkwave: Update to 3.3.107.

* gnu/packages/fpga.scm (gtkwave): Update to 3.3.107.

3 years agognu: facter: Update to 4.0.43.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 13:00:09 +0000 (15:00 +0200)]
gnu: facter: Update to 4.0.43.

* gnu/packages/admin.scm (facter): Update to 4.0.43.

3 years agognu: nsd: Update to 4.3.3.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 12:59:27 +0000 (14:59 +0200)]
gnu: nsd: Update to 4.3.3.

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

3 years agognu: knot: Update to 3.0.1.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 12:55:59 +0000 (14:55 +0200)]
gnu: knot: Update to 3.0.1.

* gnu/packages/dns.scm (knot): Update to 3.0.1.
[source]: Remove patch.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: nmap: Update to 7.91.
Tobias Geerinckx-Rice [Tue, 13 Oct 2020 12:53:04 +0000 (14:53 +0200)]
gnu: nmap: Update to 7.91.

* gnu/packages/admin.scm (nmap): Update to 7.91.

3 years agognu: txr: Update to 244.
Guillaume Le Vaillant [Tue, 13 Oct 2020 11:41:37 +0000 (13:41 +0200)]
gnu: txr: Update to 244.

* gnu/packages/lisp.scm (txr): Update to 244.
  [native-inputs]: Remove bison and flex.