jackhill/guix/guix.git
3 years agognu: pidgin: Upgrade to 2.14.1.
Raghav Gururajan [Sun, 29 Nov 2020 22:30:04 +0000 (17:30 -0500)]
gnu: pidgin: Upgrade to 2.14.1.

* gnu/packages/messaging.scm (pidgin) [version]: Modify.
[source]<origin>[sha256]: Modify base32.
[patches]<search-patches>[pidgin-libnm.patch]: Remove obsolete patch.
* gnu/packages/patches/pidgin-libnm.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove entry.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Enable support for Tk.
Raghav Gururajan [Thu, 31 Dec 2020 05:14:25 +0000 (00:14 -0500)]
gnu: pidgin: Enable support for Tk.

* gnu/packages/messaging.scm (pidgin) [inputs]: Add tk.
[arguments]<#:configure-flags>[--with-tkconfig]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Enable support for Tcl.
Raghav Gururajan [Thu, 31 Dec 2020 05:11:49 +0000 (00:11 -0500)]
gnu: pidgin: Enable support for Tcl.

* gnu/packages/messaging.scm (pidgin) [inputs]: Add Tcl.
[arguments]<#:configure-flags>[--disable-tcl]: Remove flag.
[--with-tclconfig]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Enable SILC protocol support.
Raghav Gururajan [Thu, 31 Dec 2020 05:09:56 +0000 (00:09 -0500)]
gnu: pidgin: Enable SILC protocol support.

* gnu/packages/messaging.scm (pidgin) [inputs]: Add silc-toolkit.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Enable CAP.
Raghav Gururajan [Thu, 31 Dec 2020 05:07:24 +0000 (00:07 -0500)]
gnu: pidgin: Enable CAP.

* gnu/packages/messaging.scm (pidgin) [arguments]<#:configure-flags>
[--enable-cap]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Enable meanwhile.
Raghav Gururajan [Thu, 31 Dec 2020 05:05:14 +0000 (00:05 -0500)]
gnu: pidgin: Enable meanwhile.

* gnu/packages/messaging.scm (pidgin) [inputs]: Add meanwhile.
[arguments]<#:configure-flags>[--disable-meanwhile]: Remove flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Enable support for mono.
Raghav Gururajan [Thu, 31 Dec 2020 05:03:35 +0000 (00:03 -0500)]
gnu: pidgin: Enable support for mono.

* gnu/packages/messaging.scm (pidgin) [inputs]: Add mono.
[arguments]<#:configure-flags>[--enable-mono]: New flag.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Add missing inputs.
Raghav Gururajan [Thu, 31 Dec 2020 04:57:17 +0000 (23:57 -0500)]
gnu: pidgin: Add missing inputs.

These new inputs are referenced by the package but was missing in
the package definition. Some of these inputs might have been used
by the package indirectly via propagation from other inputs.

* gnu/packages/messaging.scm (pidgin) [native-inputs]: Add graphviz.
Move python-2 to ...
[inputs]: ... here. Add libgnt, libx11, libxext, nspr, nss, pango
and perl.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Re-arrange inputs in alphabetical order.
Raghav Gururajan [Wed, 30 Dec 2020 20:08:25 +0000 (15:08 -0500)]
gnu: pidgin: Re-arrange inputs in alphabetical order.

* gnu/packages/messaging.scm (pidgin) [native-inputs]: Re-order.
[inputs]: Re-order.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years agognu: pidgin: Make some cosmetic changes.
Raghav Gururajan [Wed, 30 Dec 2020 19:59:50 +0000 (14:59 -0500)]
gnu: pidgin: Make some cosmetic changes.

* gnu/packages/messaging.scm (pidgin): Make some cosmetic changes.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
3 years ago/etc/profile.d/guix.sh: Add guix pull profile even when absent
Jakub Kądziołka [Fri, 1 Jan 2021 17:26:51 +0000 (18:26 +0100)]
/etc/profile.d/guix.sh: Add guix pull profile even when absent

* etc/guix-install.sh (sys_create_init_profile): Set PATH and INFOPATH
even when $_GUIX_PROFILE does not exist.

After initial installation on a foreign distro, the guix pull profile
won't be present in path. This means that the first guix pull won't take
effect until the shell is restarted.

~/.guix-profile cannot be pre-loaded like this as the relevant paths are
stored in ~/.guix-profile/etc/profile, which simply won't exist.
However, guix package will output a relevant hint that instructs the
user to reload the profile, so this isn't a problem.

3 years agognu: Add ghq.
Joseph LaFreniere [Sun, 8 Nov 2020 19:11:51 +0000 (13:11 -0600)]
gnu: Add ghq.

* gnu/packages/version-control.scm (ghq): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: go-github-com-motemen-go-colorine: Propagate inputs.
Efraim Flashner [Sun, 3 Jan 2021 15:00:36 +0000 (17:00 +0200)]
gnu: go-github-com-motemen-go-colorine: Propagate inputs.

* gnu/packages/golang.scm (go-github-com-motemen-go-colorine)[inputs]: Move go-github-com-daviddengcn-go-colortext ...
[propagated-inputs]: ... to here.

3 years agognu: Add go-github-com-urfave-cli-v2.
Joseph LaFreniere [Mon, 9 Nov 2020 04:00:53 +0000 (22:00 -0600)]
gnu: Add go-github-com-urfave-cli-v2.

* gnu/packages/golang.scm (go-github-com-urfave-cli-v2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-golang.org-x-net-html.
Joseph LaFreniere [Mon, 9 Nov 2020 03:52:02 +0000 (21:52 -0600)]
gnu: Add go-golang.org-x-net-html.

* gnu/packages/golang.scm (go-golang.org-x-net-html): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-motemen-go-colorine.
Joseph LaFreniere [Mon, 9 Nov 2020 03:38:18 +0000 (21:38 -0600)]
gnu: Add go-github-com-motemen-go-colorine.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-daviddengcn-go-colortext.
Joseph LaFreniere [Mon, 9 Nov 2020 03:36:52 +0000 (21:36 -0600)]
gnu: Add go-github-com-daviddengcn-go-colortext.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-golangplus-testing.
Joseph LaFreniere [Mon, 9 Nov 2020 03:35:55 +0000 (21:35 -0600)]
gnu: Add go-github-com-golangplus-testing.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-golangplus-fmt.
Joseph LaFreniere [Mon, 9 Nov 2020 03:35:04 +0000 (21:35 -0600)]
gnu: Add go-github-com-golangplus-fmt.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-songmu-gitconfig.
Joseph LaFreniere [Mon, 27 Jul 2020 05:12:06 +0000 (00:12 -0500)]
gnu: Add go-github-com-songmu-gitconfig.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-goccy-yaml.
Joseph LaFreniere [Mon, 27 Jul 2020 04:55:03 +0000 (23:55 -0500)]
gnu: Add go-github-com-goccy-yaml.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-gopkg-in-go-playground-validator-v9.
Joseph LaFreniere [Mon, 27 Jul 2020 04:42:48 +0000 (23:42 -0500)]
gnu: Add go-gopkg-in-go-playground-validator-v9.

* gnu/packages/golang.scm (go-gopkg-in-go-playground-validator-v9): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-gopkg-in-go-playground-assert-v1.
Joseph LaFreniere [Mon, 27 Jul 2020 04:21:41 +0000 (23:21 -0500)]
gnu: Add go-gopkg-in-go-playground-assert-v1.

* gnu/packages/golang.scm (go-gopkg-in-go-playground-assert-v1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-go-playground-universal-translator.
Joseph LaFreniere [Mon, 27 Jul 2020 01:42:08 +0000 (20:42 -0500)]
gnu: Add go-github-com-go-playground-universal-translator.

* gnu/packages/golang.scm (go-github-com-go-playground-universal-translator): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-go-playground-locales.
Joseph LaFreniere [Mon, 27 Jul 2020 01:37:37 +0000 (20:37 -0500)]
gnu: Add go-github-com-go-playground-locales.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add go-github-com-leodido-go-urn.
Joseph LaFreniere [Sun, 26 Jul 2020 22:34:08 +0000 (17:34 -0500)]
gnu: Add go-github-com-leodido-go-urn.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: ccid: Fix cross-compilation.
Caliph Nomble [Fri, 1 Jan 2021 09:53:21 +0000 (09:53 +0000)]
gnu: ccid: Fix cross-compilation.

* gnu/packages/security-token.scm (ccid)[native-inputs]: Move pcsc-lite back
to...
[inputs]: ...here.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: sdcv: Add 'STARDICT_DATA_DIR' search path spec.
luhux [Fri, 1 Jan 2021 00:57:50 +0000 (08:57 +0800)]
gnu: sdcv: Add 'STARDICT_DATA_DIR' search path spec.

* gnu/packages/dictionaries.scm (sdcv)[native-search-paths]: New field.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: sddm: Update to 0.19.0.
Vincent Legoll [Mon, 28 Dec 2020 12:07:36 +0000 (13:07 +0100)]
gnu: sddm: Update to 0.19.0.

* gnu/packages/display-managers.scm (sddm): Update to 0.19.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: graphicsmagick: Add dependency on libwebp.
Vinicius Monego [Thu, 31 Dec 2020 15:39:05 +0000 (12:39 -0300)]
gnu: graphicsmagick: Add dependency on libwebp.

* gnu/packages/imagemagick.scm (graphicsmagick): Add dependency on libwebp.
[inputs]: Add libwebp.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rav1e: Update to 0.3.5.
Antoine Côté [Thu, 31 Dec 2020 23:42:15 +0000 (18:42 -0500)]
gnu: rav1e: Update to 0.3.5.

* gnu/packages/video.scm (rav1e): Update to 0.3.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: guile-picture-language: Update to 0.0.1-3.7e5982a.
Ricardo Wurmus [Sun, 3 Jan 2021 15:03:37 +0000 (16:03 +0100)]
gnu: guile-picture-language: Update to 0.0.1-3.7e5982a.

* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-3.7e5982a.
[propagated-inputs]: Add guile-rsvg.
[native-inputs]: Remove imagemagick; add librsvg.
[license]: Add GPLv3+.

3 years agognu: guix-data-service: Update to 0.0.1-23.e3878fe.
Christopher Baines [Sun, 3 Jan 2021 13:15:23 +0000 (13:15 +0000)]
gnu: guix-data-service: Update to 0.0.1-23.e3878fe.

This fixes the system test, which broke when the squee update broke the
metrics endpoint.

* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-23.e3878fe.

3 years agognu: guix-build-coordinator: Update to 0-14.5149e4f.
Christopher Baines [Sun, 3 Jan 2021 12:19:05 +0000 (12:19 +0000)]
gnu: guix-build-coordinator: Update to 0-14.5149e4f.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-14.5149e4f.

3 years agognu: Add rust-num-enum-0.4.
Nicolas Goaziou [Sun, 3 Jan 2021 11:17:58 +0000 (12:17 +0100)]
gnu: Add rust-num-enum-0.4.

* gnu/packages/crates-io.scm (rust-num-enum-0.4): New variable.

3 years agognu: newsboat: Update to 2.22.
Efraim Flashner [Sun, 3 Jan 2021 10:48:29 +0000 (12:48 +0200)]
gnu: newsboat: Update to 2.22.

* gnu/packages/syndication.scm (newsboat): Update to 2.22.
[arguments]: Remove rust-gettext-sys-0.19, rust-lazy-static-1,
rust-nom-5, rust-xdg-2.2 from cargo-inputs. Add rust-cxx-0.5,
rust-cxx-build-0.5, rust-nom-6.

3 years agognu: Add rust-cxx-0.5, rust-cxxbridge-macro-0.5.
Efraim Flashner [Sun, 3 Jan 2021 10:44:42 +0000 (12:44 +0200)]
gnu: Add rust-cxx-0.5, rust-cxxbridge-macro-0.5.

* gnu/packages/crates-io.scm (rust-cxx-0.5, rust-cxxbridge-macro-0.5):
New variables.

3 years agognu: Add rust-cxx-build-0.5.
Efraim Flashner [Sun, 3 Jan 2021 10:44:01 +0000 (12:44 +0200)]
gnu: Add rust-cxx-build-0.5.

* gnu/packages/crates-io.scm (rust-cxx-build-0.5): New variable.

3 years agognu: Add rust-cxx-gen-0.6.
Efraim Flashner [Sun, 3 Jan 2021 10:43:17 +0000 (12:43 +0200)]
gnu: Add rust-cxx-gen-0.6.

* gnu/packages/crates-io.scm (rust-cxx-gen-0.6): New variable.

3 years agognu: Add rust-codespan-reporting-0.9.
Efraim Flashner [Sun, 3 Jan 2021 10:40:49 +0000 (12:40 +0200)]
gnu: Add rust-codespan-reporting-0.9.

* gnu/packages/crates-io.scm (rust-codespan-reporting-0.9): New variable.

3 years agognu: rust-trybuild-1: Update to 1.0.38.
Efraim Flashner [Sun, 3 Jan 2021 10:29:17 +0000 (12:29 +0200)]
gnu: rust-trybuild-1: Update to 1.0.38.

* gnu/packages/crates-io.scm (rust-trybuild-1): Update to 1.0.38.

3 years agognu: Add rust-rustyline-6.
Efraim Flashner [Sun, 3 Jan 2021 10:27:09 +0000 (12:27 +0200)]
gnu: Add rust-rustyline-6.

* gnu/packages/crates-io.scm (rust-rustyline-6): New variable.

3 years agognu: Add rust-skim-0.7.
Efraim Flashner [Sun, 3 Jan 2021 10:26:40 +0000 (12:26 +0200)]
gnu: Add rust-skim-0.7.

* gnu/packages/crates-io.scm (rust-skim-0.7): New variable.

3 years agognu: Add rust-nix-0.18.
Efraim Flashner [Sun, 3 Jan 2021 10:20:05 +0000 (12:20 +0200)]
gnu: Add rust-nix-0.18.

* gnu/packages/crates-io.scm (rust-nix-0.18): New variable.

3 years agognu: Add rust-timer-0.2.
Efraim Flashner [Sun, 3 Jan 2021 10:19:02 +0000 (12:19 +0200)]
gnu: Add rust-timer-0.2.

* gnu/packages/crates-io.scm (rust-timer-0.2): New variable.

3 years agognu: Add rust-tuikit-0.2.
Efraim Flashner [Sun, 3 Jan 2021 10:17:19 +0000 (12:17 +0200)]
gnu: Add rust-tuikit-0.2.

* gnu/packages/crates-io.scm (rust-tuikit-0.2): New variable.

3 years agognu: Add rust-scratch-1.
Efraim Flashner [Sun, 3 Jan 2021 10:14:06 +0000 (12:14 +0200)]
gnu: Add rust-scratch-1.

* gnu/packages/crates-io.scm (rust-scratch-1): New variable.

3 years agognu: Add rust-rustyline-derive-0.3.
Efraim Flashner [Sun, 3 Jan 2021 10:12:26 +0000 (12:12 +0200)]
gnu: Add rust-rustyline-derive-0.3.

* gnu/packages/crates-io.scm (rust-rustyline-derive-0.3): New variable.

3 years agognu: Add rust-link-cplusplus-1.
Efraim Flashner [Sun, 3 Jan 2021 10:10:23 +0000 (12:10 +0200)]
gnu: Add rust-link-cplusplus-1.

* gnu/packages/crates-io.scm (rust-link-cplusplus-1): New variable.

3 years agognu: Add rust-utf8parse-0.2.
Efraim Flashner [Sun, 3 Jan 2021 10:08:43 +0000 (12:08 +0200)]
gnu: Add rust-utf8parse-0.2.

* gnu/packages/crates-io.scm (rust-utf8parse-0.2): New variable.
(rust-utf8parse-0.1): Inherit from rust-utf8parse-0.2.

3 years agognu: Add rust-fuzzy-matcher-0.3.
Efraim Flashner [Sun, 3 Jan 2021 10:07:41 +0000 (12:07 +0200)]
gnu: Add rust-fuzzy-matcher-0.3.

* gnu/packages/crates-io.scm (rust-fuzzy-matcher-0.3): New variable.

3 years agognu: Add rust-cxxbridge-flags-0.5.
Efraim Flashner [Sun, 3 Jan 2021 10:06:05 +0000 (12:06 +0200)]
gnu: Add rust-cxxbridge-flags-0.5.

* gnu/packages/crates-io.scm (rust-cxxbridge-flags-0.5): New variable.

3 years agognu: Add rust-cxx-test-suite-0.0.
Efraim Flashner [Sun, 3 Jan 2021 10:03:46 +0000 (12:03 +0200)]
gnu: Add rust-cxx-test-suite-0.0.

* gnu/packages/crates-io.scm (rust-cxx-test-suite-0.0): New variable.

3 years agognu: Add rust-nom-6.
Efraim Flashner [Sun, 3 Jan 2021 09:11:45 +0000 (11:11 +0200)]
gnu: Add rust-nom-6.

* gnu/packages/crates-io.scm (rust-nom-6): New variable.
(rust-nom-5): Inherit from rust-nom-6.

3 years agognu: Add rust-bitvec-0.19.
Efraim Flashner [Sun, 3 Jan 2021 09:11:12 +0000 (11:11 +0200)]
gnu: Add rust-bitvec-0.19.

* gnu/packages/crates-io.scm (rust-bitvec-0.19): New variable.

3 years agognu: Add rust-wyz-0.2.
Efraim Flashner [Sun, 3 Jan 2021 09:10:30 +0000 (11:10 +0200)]
gnu: Add rust-wyz-0.2.

* gnu/packages/crates-io.scm (rust-wyz-0.2): New variable.

3 years agognu: Add rust-tap-1.
Efraim Flashner [Sun, 3 Jan 2021 09:10:00 +0000 (11:10 +0200)]
gnu: Add rust-tap-1.

* gnu/packages/crates-io.scm (rust-tap-1): New variable.

3 years agognu: Add rust-radium-0.5.
Efraim Flashner [Sun, 3 Jan 2021 09:09:30 +0000 (11:09 +0200)]
gnu: Add rust-radium-0.5.

* gnu/packages/crates-io.scm (rust-radium-0.5): New variable.

3 years agognu: Add rust-funty-1.
Efraim Flashner [Sun, 3 Jan 2021 09:08:47 +0000 (11:08 +0200)]
gnu: Add rust-funty-1.

* gnu/packages/crates-io.scm (rust-funty-1): New variable.

3 years agognu: librsvg-next: Update to 2.50.2.
Efraim Flashner [Sun, 3 Jan 2021 08:51:14 +0000 (10:51 +0200)]
gnu: librsvg-next: Update to 2.50.2.

* gnu/packages/gnome.scm (librsvg-next): Update to 2.50.2.

3 years agognu: librsvg-next: Build with current rust.
Efraim Flashner [Sun, 3 Jan 2021 07:14:21 +0000 (09:14 +0200)]
gnu: librsvg-next: Build with current rust.

* gnu/packages/gnome.scm (librsvg-next)[arguments]: Remove custom rust
variable.

3 years agognu: perl-search-xapian: Update to 1.2.25.4.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 19:59:45 +0000 (20:59 +0100)]
gnu: perl-search-xapian: Update to 1.2.25.4.

* gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.4.

3 years agognu: fldigi: Update to 4.1.17.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 19:34:39 +0000 (20:34 +0100)]
gnu: fldigi: Update to 4.1.17.

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

3 years agognu: zabbix-agentd: Enable IPv6.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 19:32:14 +0000 (20:32 +0100)]
gnu: zabbix-agentd: Enable IPv6.

* gnu/packages/monitoring.scm (zabbix-agentd)[arguments]: Add
‘--enable-ipv6’ to #:configure-flags.

3 years agognu: zabbix-agentd: Update to 5.2.3.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 19:23:35 +0000 (20:23 +0100)]
gnu: zabbix-agentd: Update to 5.2.3.

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.3.

3 years agognu: fetchmail: Update to 6.4.14.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 19:22:20 +0000 (20:22 +0100)]
gnu: fetchmail: Update to 6.4.14.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.14.

3 years agognu: geoclue: Update to 2.5.7.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 19:19:32 +0000 (20:19 +0100)]
gnu: geoclue: Update to 2.5.7.

* gnu/packages/gnome.scm (geoclue): Update to 2.5.7.

3 years agognu: mame: Update to 0.227.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 20:12:14 +0000 (21:12 +0100)]
gnu: mame: Update to 0.227.

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

3 years agognu: libressl: Update to 3.1.5 [security fix].
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 20:25:27 +0000 (21:25 +0100)]
gnu: libressl: Update to 3.1.5 [security fix].

* gnu/packages/tls.scm (libressl): Update to 3.1.5.

3 years agognu: obby: Omit static library.
Tobias Geerinckx-Rice [Sun, 3 Jan 2021 04:46:09 +0000 (05:46 +0100)]
gnu: obby: Omit static library.

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

3 years agognu: libnet6: Omit static library.
Tobias Geerinckx-Rice [Sun, 3 Jan 2021 04:45:25 +0000 (05:45 +0100)]
gnu: libnet6: Omit static library.

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

3 years agognu: libinfinity: Omit static libraries
Tobias Geerinckx-Rice [Fri, 1 Jan 2021 17:32:31 +0000 (18:32 +0100)]
gnu: libinfinity: Omit static libraries

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

3 years agognu: gaupol: Update to 1.9.
Tobias Geerinckx-Rice [Sun, 3 Jan 2021 00:36:44 +0000 (01:36 +0100)]
gnu: gaupol: Update to 1.9.

* gnu/packages/video.scm (gaupol): Update to 1.9.

3 years agognu: libshout: Update to 2.4.5.
Tobias Geerinckx-Rice [Sun, 3 Jan 2021 05:55:04 +0000 (06:55 +0100)]
gnu: libshout: Update to 2.4.5.

* gnu/packages/xiph.scm (libshout): Update to 2.4.5.

3 years agognu: wireguard-linux-compat: Update to 1.0.20201221.
Tobias Geerinckx-Rice [Sun, 3 Jan 2021 05:31:49 +0000 (06:31 +0100)]
gnu: wireguard-linux-compat: Update to 1.0.20201221.

* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20201221.

3 years agognu: spice-vdagent: Update to 0.20.0.
Vincent Legoll [Mon, 28 Dec 2020 12:13:10 +0000 (13:13 +0100)]
gnu: spice-vdagent: Update to 0.20.0.

* gnu/packages/spice.scm (spice-vdagent): Update to 0.20.0.
[inputs]: Add libdrm.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: icu4c: Update to 68.2.
Vincent Legoll [Mon, 28 Dec 2020 11:16:36 +0000 (12:16 +0100)]
gnu: icu4c: Update to 68.2.

* gnu/packages/icu4c.scm (icu4c): Update to 68.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: graphicsmagick: Update to 1.3.36.
Vincent Legoll [Mon, 28 Dec 2020 11:11:05 +0000 (12:11 +0100)]
gnu: graphicsmagick: Update to 1.3.36.

* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.36.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agoRevert "gnu: python-attrs: Update to 20.3.0."
Efraim Flashner [Sat, 2 Jan 2021 21:43:30 +0000 (23:43 +0200)]
Revert "gnu: python-attrs: Update to 20.3.0."

python-attrs-bootstrap causes the rebuild of 6000+ packages.

This reverts commit 461d81727a554be16a86fe436fca0aab802cedb5.

3 years agognu: xen: Update to 4.14.1.
Vincent Legoll [Mon, 28 Dec 2020 12:43:17 +0000 (13:43 +0100)]
gnu: xen: Update to 4.14.1.

* gnu/packages/virtualization.scm (xen): Update to 4.14.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: crypto++: Update to 8.3.0.
Vincent Legoll [Mon, 28 Dec 2020 14:17:37 +0000 (15:17 +0100)]
gnu: crypto++: Update to 8.3.0.

* gnu/packages/crypto.scm (crypto++): Update to 8.3.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: guix-data-service: Update to 0.0.1-22.bd83906.
Christopher Baines [Sat, 2 Jan 2021 21:02:57 +0000 (21:02 +0000)]
gnu: guix-data-service: Update to 0.0.1-22.bd83906.

This fixes some breakages with the "" -> #f change with NULL values in squee,
at least enough to get the package building again.

* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-22.bd83906.

3 years agognu: guix-build-coordinator: Update to 0-13.3a921d4.
Christopher Baines [Sat, 2 Jan 2021 20:52:52 +0000 (20:52 +0000)]
gnu: guix-build-coordinator: Update to 0-13.3a921d4.

* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-13.3a921d4.
(arguments): Remove nproc directory from the $PATH.

3 years agognu: python-attrs: Update to 20.3.0.
Nicolas Goaziou [Sat, 2 Jan 2021 20:55:51 +0000 (21:55 +0100)]
gnu: python-attrs: Update to 20.3.0.

* gnu/packages/python-xyz.scm (python-attrs): Update to 20.3.0.

3 years agognu: python-graphql-core: Update to 3.1.2.
Nicolas Goaziou [Sat, 2 Jan 2021 20:31:21 +0000 (21:31 +0100)]
gnu: python-graphql-core: Update to 3.1.2.

* gnu/packages/python-xyz.scm (python-graphql-core): Update to 3.1.2.

3 years agognu: Update a copyright line.
Nicolas Goaziou [Sat, 2 Jan 2021 20:28:19 +0000 (21:28 +0100)]
gnu: Update a copyright line.

* gnu/packages/python-crypto.scm: Update copyright line.

3 years agognu: python-libnacl: Update to 1.7.2.
Nicolas Goaziou [Sat, 2 Jan 2021 20:26:38 +0000 (21:26 +0100)]
gnu: python-libnacl: Update to 1.7.2.

* gnu/packages/python-crypto.scm (python-libnacl): Update to 1.7.2.
[arguments]: Fix phase locating libsodium.so.

3 years agognu: giac: Update to 1.6.0-41.
Nicolas Goaziou [Sat, 2 Jan 2021 20:12:18 +0000 (21:12 +0100)]
gnu: giac: Update to 1.6.0-41.

* gnu/packages/algebra.scm (giac): Update to 1.6.0-41.

3 years agognu: Register missing patch.
Efraim Flashner [Sat, 2 Jan 2021 18:48:50 +0000 (20:48 +0200)]
gnu: Register missing patch.

This is a follow-up to 402e697a1144788102b16ca8c9ea74607d2c2c3c.

* gnu/local.mk (dist_patch_DATA): Register rust-1.48 patch.

3 years agognu: Add python-pdftotext.
Zheng Junjie [Fri, 25 Dec 2020 05:56:16 +0000 (13:56 +0800)]
gnu: Add python-pdftotext.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: libinfinity: Update to 0.7.2.
Efraim Flashner [Sat, 2 Jan 2021 18:40:16 +0000 (20:40 +0200)]
gnu: libinfinity: Update to 0.7.2.

* gnu/packages/gobby.scm (libinfinity): Update to 0.7.2.

3 years agognu: gsasl: Update to 1.10.0.
Efraim Flashner [Sat, 2 Jan 2021 18:33:19 +0000 (20:33 +0200)]
gnu: gsasl: Update to 1.10.0.

* gnu/packages/gsasl.scm (gsasl): Update to 1.10.0.

3 years agognu: Add Rust 1.49.
Jakub Kądziołka [Sat, 2 Jan 2021 18:11:27 +0000 (19:11 +0100)]
gnu: Add Rust 1.49.

* gnu/packages/rust.scm (rust-1.49): New variable.

3 years agognu: Add Rust 1.48.
Matthew Kraai [Mon, 7 Dec 2020 22:47:39 +0000 (14:47 -0800)]
gnu: Add Rust 1.48.

* gnu/packages/rust.scm (rust-1.48): New variable.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
3 years agognu: Add Rust 1.47.
Matthew Kraai [Mon, 7 Dec 2020 00:03:09 +0000 (16:03 -0800)]
gnu: Add Rust 1.47.

* gnu/packages/rust.scm (rust-1.47): New variable.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
3 years agognu: stellarium: Update to 0.20.4.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 02:42:28 +0000 (03:42 +0100)]
gnu: stellarium: Update to 0.20.4.

* gnu/packages/astronomy.scm (stellarium): Update to 0.20.4.

3 years agognu: freeciv: Update to 2.6.3.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 02:42:05 +0000 (03:42 +0100)]
gnu: freeciv: Update to 2.6.3.

* gnu/packages/games.scm (freeciv): Update to 2.6.3.

3 years agognu: font-jetbrains-mono: Update to 2.221.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 02:07:05 +0000 (03:07 +0100)]
gnu: font-jetbrains-mono: Update to 2.221.

* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.221.

3 years agognu: you-get: Update to 0.4.1500.
Tobias Geerinckx-Rice [Sat, 2 Jan 2021 00:08:08 +0000 (01:08 +0100)]
gnu: you-get: Update to 0.4.1500.

* gnu/packages/video.scm (you-get): Update to 0.4.1500.

3 years agognu: dash: Update to 0.5.11.3.
Tobias Geerinckx-Rice [Fri, 1 Jan 2021 23:47:50 +0000 (00:47 +0100)]
gnu: dash: Update to 0.5.11.3.

* gnu/packages/shells.scm (dash): Update to 0.5.11.3.