jackhill/guix/guix.git
2 years agosystem: Add helper file-system-mount-point-predicate.
Josselin Poiret [Sun, 6 Feb 2022 21:20:44 +0000 (22:20 +0100)]
system: Add helper file-system-mount-point-predicate.

* gnu/system/file-systems.scm (file-system-mount-point-predicate): Add
it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agogexp: 'computed-file' always uses a native Guile.
Ludovic Courtès [Tue, 15 Feb 2022 08:31:42 +0000 (09:31 +0100)]
gexp: 'computed-file' always uses a native Guile.

Fixes a regression whereby, when cross-compiling, 'computed-file' would
use a cross-compiled Guile as its builder, which would fail to run.

Regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d (the
problem had always been there but was hidden before behind the (not guile)
condition.)

* guix/gexp.scm (computed-file-compiler): For 'guile', pass #:target #f.
* tests/gexp.scm ("lower-object, computed-file, #:target"): New test.

2 years agognu: welle-io: Update to 2.4.
Jai Vetrivelan [Mon, 14 Feb 2022 12:42:50 +0000 (18:12 +0530)]
gnu: welle-io: Update to 2.4.

* gnu/packages/radio.scm (welle-io): Update to 2.4.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2 years agognu: python-gffutils: Update to 0.10.1.
Marius Bakke [Mon, 14 Feb 2022 23:14:16 +0000 (00:14 +0100)]
gnu: python-gffutils: Update to 0.10.1.

* gnu/packages/bioinformatics.scm (python-gffutils): Update to 0.10.1.
[arguments]: Remove obsolete phase.  Respect TESTS? in check phase while at
it.

2 years agognu: python-argh: Fix test failure.
Marius Bakke [Mon, 14 Feb 2022 23:13:08 +0000 (00:13 +0100)]
gnu: python-argh: Fix test failure.

* gnu/packages/python-xyz.scm (python-argh)[arguments]: Add patch-tests phase
and override check phase.

2 years agognu: python-pyelftools: Update to 0.28.
Marius Bakke [Mon, 14 Feb 2022 22:50:04 +0000 (23:50 +0100)]
gnu: python-pyelftools: Update to 0.28.

* gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.28.
[source]: Change to GIT-FETCH.
[source](snippet): New field.
[arguments]: Override check phase.

2 years agognu: python-warcio: Fix test failure.
Marius Bakke [Mon, 14 Feb 2022 22:34:16 +0000 (23:34 +0100)]
gnu: python-warcio: Fix test failure.

* gnu/packages/python-web.scm (python-warcio)[arguments]: Invoke pytest
directly instead of going through setup.py.  Skip three more tests.

2 years agognu: python-drmaa: Remove unused input.
Marius Bakke [Mon, 14 Feb 2022 22:33:21 +0000 (23:33 +0100)]
gnu: python-drmaa: Remove unused input.

* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.

2 years agognu: python-drmaa: Fix build failure.
Marius Bakke [Mon, 14 Feb 2022 22:32:14 +0000 (23:32 +0100)]
gnu: python-drmaa: Fix build failure.

* gnu/packages/python-xyz.scm (python-drmaa)[arguments]: Disable sanity
checks.

2 years agognu: python-psutil: Update to 5.9.0.
Marius Bakke [Sun, 13 Feb 2022 14:34:34 +0000 (15:34 +0100)]
gnu: python-psutil: Update to 5.9.0.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.0.

2 years agognu: emacs-which-key: Update to 3.6.0.
Nicolas Goaziou [Mon, 14 Feb 2022 23:16:29 +0000 (00:16 +0100)]
gnu: emacs-which-key: Update to 3.6.0.

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.6.0.

2 years agoprofiles: texlive-font-maps: Create ls-R file.
Ricardo Wurmus [Mon, 14 Feb 2022 22:12:46 +0000 (23:12 +0100)]
profiles: texlive-font-maps: Create ls-R file.

* guix/profiles.scm (texlive-font-maps): Run mktexlsr on resulting tree to
provide ls-R file.

2 years agognu: Add nitrokey-app.
Petr Hodina [Sat, 5 Feb 2022 22:27:06 +0000 (23:27 +0100)]
gnu: Add nitrokey-app.

* gnu/packages/crates-io.scm (nitrokey-app): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add cppcodec.
Petr Hodina [Sat, 5 Feb 2022 22:26:36 +0000 (23:26 +0100)]
gnu: Add cppcodec.

* gnu/packages/crates-io.scm (cppcodec): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: Add libnitrokey.
Petr Hodina [Sat, 5 Feb 2022 22:25:44 +0000 (23:25 +0100)]
gnu: Add libnitrokey.

* gnu/packages/security-token.scm (libnitrokey): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: fcitx5-gtk: Split IM module output for different version of GTK.
Zhu Zihao [Mon, 7 Feb 2022 05:55:26 +0000 (13:55 +0800)]
gnu: fcitx5-gtk: Split IM module output for different version of GTK.

* gnu/packages/fcitx5.scm (fcitx5-gtk)[arguments]: Use G-Expression.

<phases>: Split input method module into different outputs for GTK2, GTK3 and GTK4.

Now default output only provides GLib client of Fcitx5.

[inputs]: Use label-less style inputs.
[outputs]: Add new "gtk3" output.

[synopsis]: Fix typo.
[description]: Describe the functionality of each output.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: fcitx5-gtk: Add GTK 4 support.
Zhu Zihao [Mon, 31 Jan 2022 06:51:30 +0000 (14:51 +0800)]
gnu: fcitx5-gtk: Add GTK 4 support.

* gnu/packages/fcitx5.scm (fcitx5-gtk)[arguments]:
<configure-flags>: Enable GTK 4 IM module.
<phases>: In 'patch-install-prefix', patch the install prefix of GTK 4 IM
module.
[inputs]: Add GTK 4.
[outputs]: Add 'gtk4'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: elixir: Fix regex for ERTS_BIN substitution.
Cees de Groot [Tue, 1 Feb 2022 19:12:17 +0000 (14:12 -0500)]
gnu: elixir: Fix regex for ERTS_BIN substitution.

* gnu/packages/elixir.scm (elixir)[arguments]: In 'replace-paths' phase,
change "ERTS_BIN" regexp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2 years agognu: elixir: Fix file name argument to 'search-input-file'.
Ludovic Courtès [Mon, 14 Feb 2022 13:29:02 +0000 (14:29 +0100)]
gnu: elixir: Fix file name argument to 'search-input-file'.

Reported by John Hamelink <me@johnhame.link>
and Cees de Groot <cg@evrl.com>.

Regression introduced in 3da297997dad5b3525277fcecdca84f01d45b104.

* gnu/packages/elixir.scm (elixir)[arguments]: In 'replace-paths' phase,
search for "/bin/sh", not "sh".

2 years agopull: '--list-generations' pipes its output to the pager.
Ludovic Courtès [Wed, 9 Feb 2022 21:21:06 +0000 (22:21 +0100)]
pull: '--list-generations' pipes its output to the pager.

* guix/scripts/pull.scm (process-query): For 'list-generations queries,
use 'with-paginated-output-port'.
(display-news-entry-title): Pass second argument to 'highlight'.
(display-news-entry): Pass second argument to 'dim'.

2 years agoui: 'display-generation' uses color when talking to a pager.
Ludovic Courtès [Wed, 9 Feb 2022 21:23:27 +0000 (22:23 +0100)]
ui: 'display-generation' uses color when talking to a pager.

This makes sure that, say, 'guix pull -l' benefits from colors when its
output is piped to a pager, as long as the underlying terminal supports
it.

* guix/ui.scm (display-generation): Add second argument to 'highlight'.

2 years agoui: 'with-paginated-output-port' gives access to the wrapped port.
Ludovic Courtès [Wed, 9 Feb 2022 21:21:58 +0000 (22:21 +0100)]
ui: 'with-paginated-output-port' gives access to the wrapped port.

* guix/ui.scm (pager-port-mapping): New variable.
(pager-wrapped-port): New procedure.
(call-with-paginated-output-port): Parameterize 'pager-port-mapping'.

2 years agopull: '--list-generations' lists packages only with '--details'.
Ludovic Courtès [Wed, 9 Feb 2022 20:38:05 +0000 (21:38 +0100)]
pull: '--list-generations' lists packages only with '--details'.

* guix/scripts/pull.scm (show-help, %options): Add "--details".
(process-query): Honor it.
* doc/guix.texi (Invoking guix pull): Document it.

2 years agognu: Remove glibc@2.2.5 and gcc-2.95-wrapper.
Ludovic Courtès [Sat, 12 Feb 2022 15:42:35 +0000 (16:42 +0100)]
gnu: Remove glibc@2.2.5 and gcc-2.95-wrapper.

This reverts commits a95924c9ac3f238cde243c96d552ff59ad77ca16 and
defa85b26537a3cc20624fb9dbcae906226361d5, which were used to build
nhc98@1.22 but are no longer needed.

* gnu/packages/base.scm (glibc-2.2.5): Remove.
* gnu/packages/commencement.scm (gcc-2.95-wrapper): Remove.
(glibc-mesboot0, gcc-mesboot0, binutils-mesboot): Keep private.

2 years agognu: ghc@4: Build without referring to packages in commencement.scm.
Ludovic Courtès [Sat, 12 Feb 2022 21:30:17 +0000 (22:30 +0100)]
gnu: ghc@4: Build without referring to packages in commencement.scm.

* gnu/packages/haskell.scm (ghc-4)[arguments]: Remove #:implicit-inputs?.
In 'bootstrap' phase, pass '-optc-D_GNU_SOURCE=1'.  Use
'search-input-file' to locate lib{bfd,iberty}.a, and 'which' for cpp.
Patch 'mk/config.mk.in'.  In 'configure' phase, emit "config.cache".
In 'make-boot' phase, replace "CLK_TCK" in 'nHandle.c'.
[native-inputs]: Remove now-implicit inputs; remove GLIBC-2.2.5,
GCC-MESBOOT0, and BINUTILS-MESBOOT.  Add GCC-2.95 and BINUTILS-2.33.
Remove input labels.

2 years agognu: ghc@4: Use 'search-patches'.
Ludovic Courtès [Mon, 14 Feb 2022 12:46:55 +0000 (13:46 +0100)]
gnu: ghc@4: Use 'search-patches'.

* gnu/packages/haskell.scm (ghc-4)[source]: Use 'search-patches'.

2 years agognu: gcc: Add 2.95.
Ludovic Courtès [Sat, 12 Feb 2022 21:28:52 +0000 (22:28 +0100)]
gnu: gcc: Add 2.95.

* gnu/packages/gcc.scm (gcc-2.95): New variable.

2 years agognu: nhc98: Build with the current tool chain.
Ludovic Courtès [Sat, 12 Feb 2022 15:40:05 +0000 (16:40 +0100)]
gnu: nhc98: Build with the current tool chain.

* gnu/packages/patches/nhc98-c-update.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/haskell.scm (nhc98)[source]: Use it.
[arguments]: Remove #:implicit-inputs?.
[native-inputs]: Remove.

2 years agognu: xournalpp: Use G-expressions.
Nicolas Goaziou [Mon, 14 Feb 2022 11:00:08 +0000 (12:00 +0100)]
gnu: xournalpp: Use G-expressions.

* gnu/packages/pdf.scm (xournalpp)[arguments]: Use G-expressions.
<#:phases>: Replace WHICH with SEARCH-INPUT-FILES.

2 years agognu: xournalpp: Remove input labels.
Nicolas Goaziou [Mon, 14 Feb 2022 10:58:56 +0000 (11:58 +0100)]
gnu: xournalpp: Remove input labels.

* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Remove labels.

2 years agognu: xournalpp: Update to 1.1.1.
Nicolas Goaziou [Mon, 14 Feb 2022 10:58:23 +0000 (11:58 +0100)]
gnu: xournalpp: Update to 1.1.1.

* gnu/packages/pdf.scm (xournalpp): Update to 1.1.1.
[arguments]<#:phases>: Remove unnecessary phase.

2 years agopublish: Do not sign the URL/Compression/FileSize narinfo fields.
Ludovic Courtès [Wed, 9 Feb 2022 17:36:35 +0000 (18:36 +0100)]
publish: Do not sign the URL/Compression/FileSize narinfo fields.

This will allow mirror operators to alter these non-normative bits of a
narinfo without having to resign narinfos.

* guix/scripts/publish.scm (narinfo-string): Remove
URL/Compression/FileSize from BASE-INFO.  Move them after "Signature".
* tests/publish.scm ("/*.narinfo")
("/*.narinfo with properly encoded '+' sign")
("/*.narinfo with lzip + gzip")
("with cache, lzip + gzip"): Adjust accordingly.
* tests/substitute.scm ("query narinfo with signature over relevant subset"):
New test.

2 years agogit-authenticate: Ensure the target is a descendant of the introductory commit.
Ludovic Courtès [Fri, 28 Jan 2022 16:20:43 +0000 (17:20 +0100)]
git-authenticate: Ensure the target is a descendant of the introductory commit.

Fixes a bug whereby authentication of a commit *not* descending from the
introductory commit could succeed, provided the commit verifies the
authorization invariant.

In the example below, A is a common ancestor of the introductory commit
I and of commit X.  Authentication of X would succeed, even though it is
not a descendant of I, as long as X is authorized according to the
'.guix-authorizations' in A:

   X     I
    \   /
      A

This is because, 'authenticate-repository' would not check whether X
descends from I, and the call (commit-difference X I) would return X.

In practice that only affects forks because it means that ancestors of
the introductory commit already contain a '.guix-authorizations' file.

* guix/git-authenticate.scm (authenticate-repository): Add call to
'commit-descendant?'.
* tests/channels.scm ("authenticate-channel, not a descendant of introductory commit"):
New test.
* tests/git-authenticate.scm ("authenticate-repository, target not a descendant of intro"):
New test.
* tests/guix-git-authenticate.sh: Expect earlier test to fail since
9549f0283a78fe36f2d4ff2a04ef8ad6b0c02604 is not a descendant of
$intro_commit.  Add new test targeting an ancestor of the introductory
commit, and another test targeting the v1.2.0 commit.
* doc/guix.texi (Specifying Channel Authorizations): Add a sentence.

2 years agogit: Add 'commit-descendant?'.
Ludovic Courtès [Fri, 28 Jan 2022 15:59:30 +0000 (16:59 +0100)]
git: Add 'commit-descendant?'.

* guix/git.scm (commit-descendant?): New procedure.
* tests/git.scm ("commit-descendant?"): New test.

2 years agogit-authenticate: Test introductory commit signature verification.
Ludovic Courtès [Fri, 28 Jan 2022 11:01:12 +0000 (12:01 +0100)]
git-authenticate: Test introductory commit signature verification.

These tests mimic similar tests already in 'tests/channels.scm', but
without using the higher-level 'authenticate-channel'.

* tests/git-authenticate.scm ("introductory commit, valid signature")
("introductory commit, missing signature")
("introductory commit, wrong signature"): New tests.

2 years agotests: Set a hard build timeout.
Ludovic Courtès [Sat, 12 Feb 2022 14:26:35 +0000 (15:26 +0100)]
tests: Set a hard build timeout.

* guix/tests.scm (open-connection-for-tests): Pass #:timeout to
'set-build-options'.
(call-with-external-store): Add call to 'set-build-options'.

2 years agognu: emacs-howm: Update to 1.4.8.
Nicolas Goaziou [Mon, 14 Feb 2022 10:21:29 +0000 (11:21 +0100)]
gnu: emacs-howm: Update to 1.4.8.

* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.8.

2 years agognu: emacs-package-lint: Update to 0.16.
Nicolas Goaziou [Mon, 14 Feb 2022 10:19:28 +0000 (11:19 +0100)]
gnu: emacs-package-lint: Update to 0.16.

* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.16.

2 years agognu: tiled: Update to 1.8.1.
Jai Vetrivelan [Mon, 14 Feb 2022 00:08:15 +0000 (05:38 +0530)]
gnu: tiled: Update to 1.8.1.

* gnu/packages/game-development.scm (tiled): Update to 1.8.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: neon: Update to 0.32.2.
Jai Vetrivelan [Mon, 14 Feb 2022 10:08:36 +0000 (11:08 +0100)]
gnu: neon: Update to 0.32.2.

* gnu/packages/version-control.scm (neon): Update to 0.32.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: srain: Update to 1.3.2.
Jai Vetrivelan [Mon, 14 Feb 2022 10:04:47 +0000 (11:04 +0100)]
gnu: srain: Update to 1.3.2.

* gnu/packages/irc.scm (srain): Update to 1.3.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: hexchat: Update to 2.16.1.
Jai Vetrivelan [Mon, 14 Feb 2022 10:02:42 +0000 (11:02 +0100)]
gnu: hexchat: Update to 2.16.1.

* gnu/packages/messaging.scm (hexchat): Update to 2.16.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add rtss.
Jai Vetrivelan [Sun, 13 Feb 2022 15:21:27 +0000 (20:51 +0530)]
gnu: Add rtss.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: feh: Update to 3.8.
Jai Vetrivelan [Sun, 13 Feb 2022 15:17:46 +0000 (20:47 +0530)]
gnu: feh: Update to 3.8.

* gnu/packages/image-viewers.scm (feh): Update to 3.8.
[inputs]: Sort lexically.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: udpcast: Update to 20211207.
Michael Rohleder [Sun, 13 Feb 2022 05:09:28 +0000 (06:09 +0100)]
gnu: udpcast: Update to 20211207.

* gnu/packages/admin.scm (udpcast): Update to 20211207.
[source]: Remove buildroot.net uri.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: alfis: Fix build.
Aleksandr Vityazev [Sat, 12 Feb 2022 19:25:14 +0000 (19:25 +0000)]
gnu: alfis: Fix build.

* gnu/packages/rust-apps: (alfis): [arguments]<#:phases>:
Relax the rust-zeroize requirements for rust-chacha20poly1305
and rust-chacha20 in the 'relax-requirements' phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: rust-chacha20poly1305: Fix build.
Aleksandr Vityazev [Sat, 12 Feb 2022 19:24:36 +0000 (19:24 +0000)]
gnu: rust-chacha20poly1305: Fix build.

* gnu/packages/crates-io: (rust-chacha20poly1305):
[arguments]<#:phases>: Add a new 'relax-requirements' phase.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: xfce4-notifyd: Update to 0.6.3.
Michael Rohleder [Sat, 12 Feb 2022 13:13:13 +0000 (14:13 +0100)]
gnu: xfce4-notifyd: Update to 0.6.3.

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2 years agognu: Add cl-wordnet.
jgart [Sun, 13 Feb 2022 20:10:33 +0000 (15:10 -0500)]
gnu: Add cl-wordnet.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2 years agognu: freecad: Update to 0.19.3-0.09a05a9.
Guillaume Le Vaillant [Fri, 11 Feb 2022 21:29:44 +0000 (22:29 +0100)]
gnu: freecad: Update to 0.19.3-0.09a05a9.

* gnu/packages/engineering.scm (freecad): Update to 0.19.3-0.09a05a9.
  [source]: Remove patches.
  [arguments]: Remove unneeded variables for pyside2 and shiboken2 from
  'configure-flags'.
* gnu/packages/patches/freecad-boost-serialization.patch: Remove file.
* gnu/packages/patches/freecad-vtk9.patch: Remove file.
* gnu/locak.mk (dist_patch_DATA): Remove "freecad-boost-serialization.patch"
  and "freecad-vtk9.patch".

2 years agognu: WebKitGTK: Update to 2.34.5 [security fixes].
Leo Famulari [Mon, 14 Feb 2022 00:17:45 +0000 (19:17 -0500)]
gnu: WebKitGTK: Update to 2.34.5 [security fixes].

Fixes CVE-2022-22589, CVE-2022-22590, CVE-2022-22592:

https://webkitgtk.org/security/WSA-2022-0002.html

* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.5.

2 years agognu: non-sequencer: Build with libsigc++ 2.
Sughosha [Mon, 14 Feb 2022 00:19:43 +0000 (19:19 -0500)]
gnu: non-sequencer: Build with libsigc++ 2.

This fixes the build:

------
Configuring sequencer
Checking for 'sigc++-2.0' >= 2.0.0                   : not found
The configuration failed
------

* gnu/packages/music.scm (non-sequencer)[inputs]: Replace libsigc++ with
libsigc++-2.

2 years agognu: qview: Update to 5.0.
Nicolas Goaziou [Sun, 13 Feb 2022 23:45:33 +0000 (00:45 +0100)]
gnu: qview: Update to 5.0.

* gnu/packages/image-viewers.scm (qview): Update to 5.0.
[build-system]: Use QT-BUILD-SYSTEM.
[arguments]<#:phases>: Use G-expressions.  Remove trailing #T.  Add a new phase
for tests.
[native-inputs]: Add QTTOOLS.
[inputs]: Re-order alphabetically.

2 years agognu: Mutt: Update to 2.2.0.
Leo Famulari [Sun, 13 Feb 2022 18:02:15 +0000 (13:02 -0500)]
gnu: Mutt: Update to 2.2.0.

* gnu/packages/mail.scm (mutt): Update to 2.2.0.

2 years agognu: libngspice: Update to 36.
Vinicius Monego [Sun, 30 Jan 2022 18:14:58 +0000 (15:14 -0300)]
gnu: libngspice: Update to 36.

* gnu/packages/engineering.scm (libngspice, ngspice): Update to 36.
(libngspice)[inputs]: Remove labels.

2 years agognu: cozy: Update to 1.2.0.
Vinicius Monego [Mon, 7 Feb 2022 23:33:33 +0000 (20:33 -0300)]
gnu: cozy: Update to 1.2.0.

* gnu/packages/ebook.scm (cozy): Update to 1.2.0.
[native-inputs]: Remove labels.
[inputs]: Add bash-minimal to please 'guix lint'.

2 years agognu: gnome-commander: Update to 1.14.0.
Vinicius Monego [Mon, 7 Feb 2022 22:28:08 +0000 (19:28 -0300)]
gnu: gnome-commander: Update to 1.14.0.

* gnu/packages/gnome.scm (gnome-commander): Update to 1.14.0.
[native-inputs]: Add flex.
[inputs]: Remove deprecated gnome-vfs. Add glib.

2 years agognu: python-astropy: Update to 5.0.1.
Vinicius Monego [Thu, 3 Feb 2022 23:52:55 +0000 (20:52 -0300)]
gnu: python-astropy: Update to 5.0.1.

* gnu/packages/astronomy.scm (python-astropy): Update to 5.0.1.

2 years agognu: libredwg: Update to 0.12.5.
Vinicius Monego [Mon, 7 Feb 2022 13:52:44 +0000 (10:52 -0300)]
gnu: libredwg: Update to 0.12.5.

* gnu/packages/engineering.scm (libredwg): Update to 0.12.5.
[native-inputs]: Remove labels.

2 years agognu: openxr: Update to 1.0.22.
Vinicius Monego [Sun, 13 Feb 2022 15:23:10 +0000 (12:23 -0300)]
gnu: openxr: Update to 1.0.22.

* gnu/packages/graphics.scm (openxr): Update to 1.0.22.

2 years agognu: linux-libre 4.14.266: Fix source code hash.
Leo Famulari [Sun, 13 Feb 2022 17:36:01 +0000 (12:36 -0500)]
gnu: linux-libre 4.14.266: Fix source code hash.

This is a followup to commit 54ac2ec4e95a3ef7f95dcbc03089fbffc47e609b.

* gnu/packages/linux.scm (linux-libre-4.14-pristine-source): Fix hash.

2 years agognu: linux-libre 4.9: Update to 4.9.301.
Leo Famulari [Sun, 13 Feb 2022 01:26:34 +0000 (20:26 -0500)]
gnu: linux-libre 4.9: Update to 4.9.301.

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

2 years agognu: linux-libre 4.14: Update to 4.14.266.
Leo Famulari [Sun, 13 Feb 2022 01:26:19 +0000 (20:26 -0500)]
gnu: linux-libre 4.14: Update to 4.14.266.

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

2 years agognu: linux-libre 4.19: Update to 4.19.229.
Leo Famulari [Sun, 13 Feb 2022 01:26:03 +0000 (20:26 -0500)]
gnu: linux-libre 4.19: Update to 4.19.229.

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

2 years agognu: linux-libre 5.4: Update to 5.4.179.
Leo Famulari [Sun, 13 Feb 2022 01:25:46 +0000 (20:25 -0500)]
gnu: linux-libre 5.4: Update to 5.4.179.

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

2 years agognu: linux-libre 5.10: Update to 5.10.100.
Leo Famulari [Sun, 13 Feb 2022 01:25:22 +0000 (20:25 -0500)]
gnu: linux-libre 5.10: Update to 5.10.100.

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

2 years agognu: linux-libre: Update to 5.15.23.
Leo Famulari [Sun, 13 Feb 2022 01:25:02 +0000 (20:25 -0500)]
gnu: linux-libre: Update to 5.15.23.

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

2 years agognu: linux-libre 5.16: Update to 5.16.9.
Leo Famulari [Sun, 13 Feb 2022 01:24:49 +0000 (20:24 -0500)]
gnu: linux-libre 5.16: Update to 5.16.9.

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

2 years agognu: cpu: Add detection for AMD CPUs.
Efraim Flashner [Tue, 8 Feb 2022 15:22:25 +0000 (17:22 +0200)]
gnu: cpu: Add detection for AMD CPUs.

* guix/cpu.scm <cpu>: Add vendor field.
(current-cpu): Also fill in the 'vendor' field.
(cpu->gcc-architecture): Add detection logic for AMD CPUs.

2 years agoguix: cpu: Rewrite based on feature flags.
Efraim Flashner [Tue, 8 Feb 2022 15:15:01 +0000 (17:15 +0200)]
guix: cpu: Rewrite based on feature flags.

* guix/cpu.scm (cpu->gcc-architecture): Rewrite detection based on
detected feature flags.

2 years agognu: gcc: Add compiler-cpu-architectures for armhf.
Efraim Flashner [Tue, 8 Feb 2022 16:52:31 +0000 (18:52 +0200)]
gnu: gcc: Add compiler-cpu-architectures for armhf.

* gnu/packages/gcc.scm (%gcc-7.5-armhf-micro-architectures,
%gcc-10-armhf-micro-architectures): New variables.
(gcc-7, gcc-10)[properties]: Add armhf compiler-cpu-architectures.

2 years agognu: gcc: Add compiler-cpu-architectures for aarch64.
Efraim Flashner [Tue, 8 Feb 2022 16:15:08 +0000 (18:15 +0200)]
gnu: gcc: Add compiler-cpu-architectures for aarch64.

* gnu/packages/gcc.scm (%gcc-7.5-aarch64-micro-architectures,
%gcc-10-aarch64-micro-architectures): New variables.
(gcc-7, gcc-10)[properties]: Add aarch64 compiler-cpu-architectures.

2 years agognu: monado: Remove input labels.
Marius Bakke [Sun, 13 Feb 2022 11:41:28 +0000 (12:41 +0100)]
gnu: monado: Remove input labels.

* gnu/packages/graphics.scm (monado)[inputs]: Remove labels.

2 years agognu: monado: Provide missing input.
Marius Bakke [Sun, 13 Feb 2022 11:40:59 +0000 (12:40 +0100)]
gnu: monado: Provide missing input.

* gnu/packages/graphics.scm (monado)[inputs]: Add PYTHON.

2 years agognu: fping: Update to 5.1.
Marius Bakke [Sun, 13 Feb 2022 11:27:04 +0000 (12:27 +0100)]
gnu: fping: Update to 5.1.

* gnu/packages/networking.scm (fping): Update to 5.1.

2 years agodoc: Zabbix: Improvide description.
Marius Bakke [Sun, 13 Feb 2022 09:01:11 +0000 (10:01 +0100)]
doc: Zabbix: Improvide description.

* doc/guix.texi (Monitoring Services): Document the various 'zabbix-*' service
types, and expand description of all Zabbix services.  Use less marketing terms.
(Web Services): Add subsubheading for PHP-FPM, and anchors for
cross-referencing.
* gnu/services/monitoring.scm (zabbix-front-end-configuration): Use @ref
instead of @pxref for cross-referencing.

2 years agognu: Zabbix: Update to 5.4.10.
Marius Bakke [Sun, 13 Feb 2022 08:39:05 +0000 (09:39 +0100)]
gnu: Zabbix: Update to 5.4.10.

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.10.
[source](snippet): Simplify fping substitution.

2 years agognu: zabbix-agentd: Use the correct license.
Marius Bakke [Sun, 13 Feb 2022 08:37:43 +0000 (09:37 +0100)]
gnu: zabbix-agentd: Use the correct license.

* gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to GPL2+.

2 years agognu: zabbix-agentd: Add release-monitoring-url.
Marius Bakke [Sun, 13 Feb 2022 08:36:41 +0000 (09:36 +0100)]
gnu: zabbix-agentd: Add release-monitoring-url.

* gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.

2 years agognu: qt5ct: Update to 1.5.
Marius Bakke [Sat, 12 Feb 2022 21:07:40 +0000 (22:07 +0100)]
gnu: qt5ct: Update to 1.5.

* gnu/packages/qt.scm (qt5ct): Update to 1.5.
[arguments]: Remove trailing #t.

2 years agognu: enlightenment: Update to 0.25.3.
Efraim Flashner [Sun, 13 Feb 2022 08:19:05 +0000 (10:19 +0200)]
gnu: enlightenment: Update to 0.25.3.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.25.3.

2 years agognu: Add julia-optim.
Efraim Flashner [Mon, 31 Jan 2022 10:29:25 +0000 (12:29 +0200)]
gnu: Add julia-optim.

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

2 years agognu: Add julia-linesearches.
Efraim Flashner [Mon, 31 Jan 2022 10:28:05 +0000 (12:28 +0200)]
gnu: Add julia-linesearches.

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

2 years agognu: dino: Update to 0.3.0.
Ricardo Wurmus [Sun, 13 Feb 2022 08:33:11 +0000 (09:33 +0100)]
gnu: dino: Update to 0.3.0.

* gnu/packages/messaging.scm (dino): Update to 0.3.0.
[arguments]: Add 'wrap phase.
[inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, libcanberra,
libsrtp, and webrtc-audio-processing.

2 years agognu: Add texlive-stmaryrd/fixed.
Ricardo Wurmus [Sat, 12 Feb 2022 22:25:53 +0000 (23:25 +0100)]
gnu: Add texlive-stmaryrd/fixed.

* gnu/packages/tex.scm (texlive-stmaryrd/fixed): New variable.

2 years agognu: Add texlive-psnfss/fixed.
Ricardo Wurmus [Sat, 12 Feb 2022 22:25:41 +0000 (23:25 +0100)]
gnu: Add texlive-psnfss/fixed.

* gnu/packages/tex.scm (texlive-psnfss/fixed): New variable.

2 years agognu: Add texlive-babel/fixed.
Ricardo Wurmus [Sat, 12 Feb 2022 22:25:31 +0000 (23:25 +0100)]
gnu: Add texlive-babel/fixed.

* gnu/packages/tex.scm (texlive-babel/fixed): New variable.

2 years agognu: Add texlive-amsmath.
Ricardo Wurmus [Sat, 12 Feb 2022 22:24:53 +0000 (23:24 +0100)]
gnu: Add texlive-amsmath.

This is a corrected variant of texlive-latex-amsmath, which should be removed.

* gnu/packages/tex.scm (texlive-amsmath): New variable.

2 years agognu: emacs-corfu: Update to 0.19.
Nicolas Goaziou [Sun, 13 Feb 2022 08:05:58 +0000 (09:05 +0100)]
gnu: emacs-corfu: Update to 0.19.

* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.19.

2 years agognu: Add emacs-multi-vterm.
Oleg Pykhalov [Thu, 3 Feb 2022 20:26:46 +0000 (23:26 +0300)]
gnu: Add emacs-multi-vterm.

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

2 years agognu: protonvpn-cli: Remove sanity-check phase.
Josselin Poiret [Tue, 8 Feb 2022 18:05:41 +0000 (19:05 +0100)]
gnu: protonvpn-cli: Remove sanity-check phase.

* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check
phase.

2 years agognu: protonvpn-cli: Do not try to wrap the wrapper.
Josselin Poiret [Tue, 8 Feb 2022 18:05:40 +0000 (19:05 +0100)]
gnu: protonvpn-cli: Do not try to wrap the wrapper.

* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Try to wrap the
original program, and not the wrapper, as wrap-program handles that
properly.

2 years agognu: emacs-with-editor: Update to 3.2.0.
Nicolas Goaziou [Sat, 12 Feb 2022 09:45:42 +0000 (10:45 +0100)]
gnu: emacs-with-editor: Update to 3.2.0.

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.2.0.
[arguments]<#:phases>: Use G-expressions.

2 years agognu: emacs-no-littering: Update to 1.2.5.
Nicolas Goaziou [Sat, 12 Feb 2022 09:43:53 +0000 (10:43 +0100)]
gnu: emacs-no-littering: Update to 1.2.5.

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.5.

2 years agognu: emacs-moody: Update to 0.7.1.
Nicolas Goaziou [Sat, 12 Feb 2022 09:42:15 +0000 (10:42 +0100)]
gnu: emacs-moody: Update to 0.7.1.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.1.

2 years agognu: emacs-keycast: Update to 1.2.0.
Nicolas Goaziou [Sat, 12 Feb 2022 09:39:57 +0000 (10:39 +0100)]
gnu: emacs-keycast: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.2.0.

2 years agognu: uBlock Origin: Update to 1.41.2.
Marius Bakke [Fri, 11 Feb 2022 21:36:10 +0000 (22:36 +0100)]
gnu: uBlock Origin: Update to 1.41.2.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.

2 years agognu: ungoogled-chromium: Update to 98.0.4758.80-1.
Marius Bakke [Fri, 11 Feb 2022 18:29:13 +0000 (19:29 +0100)]
gnu: ungoogled-chromium: Update to 98.0.4758.80-1.

* gnu/packages/patches/ungoogled-chromium-accelerated-video-decode.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%chromium-version): Set to 98.0.4758.80.
(arch-patch, %arch-patches): Remove variables.
(%guix-patches): Remove accelerated video decode patch which no longer works.
(%ungoogled-origin): Update hash.
(ungoogled-chromium-snippet): Don't apply %ARCH-PATCHES.
(ungoogled-chromium)[source]: Update hash.
[arguments]: Remove obsolete #:configure-flags.  Adjust substitutions.

2 years agognu: wxsvg: Update to 1.5.23.
Marius Bakke [Fri, 11 Feb 2022 18:10:26 +0000 (19:10 +0100)]
gnu: wxsvg: Update to 1.5.23.

* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.23.

2 years agognu: re2: Use G-expressions.
Marius Bakke [Thu, 10 Feb 2022 23:55:55 +0000 (00:55 +0100)]
gnu: re2: Use G-expressions.

* gnu/packages/regex.scm (re2)[arguments]: Rewrite with gexps.  Simplify
cross-compilation fix by using CXX-FOR-TARGET.