me
/
guix
Archived
1
0
Fork 0
Commit Graph

83917 Commits (c67912011154e2b347cdf6f3e633e87fd44f409c)

Author SHA1 Message Date
Nicolas Goaziou 905783b7cd
gnu: emacs-flycheck: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-flycheck)[arguments]: Use
G-expressions.  Remove trailing #T.
2022-02-18 21:10:33 +01:00
Nicolas Goaziou aaa4f5193c
gnu: emacs-unpackaged-el: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el)[arguments]: Use
G-expressions.  Remove trailing #T.
2022-02-18 21:10:12 +01:00
Nicolas Goaziou 0258aa46e6
gnu: emacs-graphql: Remove trailing #T.
* gnu/packages/emacs-xyz.scm (emacs-graphql)[snippet]: Remove trailing #T.
2022-02-18 21:09:29 +01:00
Nicolas Goaziou 45860c933e
gnu: emacs-geiser-racket: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-geiser-racket)[arguments]: Use
G-expressions.  Remove trailing #T.
2022-02-18 21:08:40 +01:00
Nicolas Goaziou c724c8448e
gnu: emacs-julia-snail: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail)[arguments]<#:include>: Use
G-expressions.
2022-02-18 20:46:26 +01:00
Nicolas Goaziou e2d1fc6488
gnu: emacs-julia-snail: Update to 1.1.5.
* gnu/packages/emacs-xyz.scm (emacs-julia-snail): Update to 1.1.5.
2022-02-18 20:45:40 +01:00
Guillaume Le Vaillant 27a91b2f57
gnu: freecad: Use same version of tbb as dependencies.
Fixes <https://issues.guix.gnu.org/54011>.

* gnu/packages/engineering.scm (freecad)[inputs]: Replace tbb by tbb-2020.
2022-02-18 16:51:44 +01:00
Ludovic Courtès 33ce3f1c86
gnu: lsh: Build with optimizations.
This is a followup to 1cdd6b09c8, which
inadvertently turned off optimizations.

* gnu/packages/ssh.scm (lsh)[arguments]: Add "-O2 -g" next to "-fcommon".
2022-02-18 14:14:40 +01:00
Maxime Devos 0d1a6cffaf
gnu: upower: Remove obsolete phase
Now umockdev-wrapper refers to things by absolute path, this phase
is no longer necessary.

* gnu/packages/gnome.scm
  (upower)[arguments]<#:phases>{pre-check}: Remove.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18 14:14:39 +01:00
Maxime Devos 4262919ea9
gnu: umockdev: Reference libumockdev by absolute path.
* gnu/packages/check.scm
  (umockdev)[arguments]<#:phases>{absolute-introspection-library}:
  New phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18 14:14:39 +01:00
Maxime Devos 569d7ba38c
gnu: umockdev: Reference 'env' and 'sh' by absolute path.
* gnu/packages/check.scm
  (umockdev)[inputs]: Add 'bash-minimal' and 'coreutils-minimal'.
  (umockdev)[arguments]<#:phases>{absolute-filenames}: New phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18 14:14:39 +01:00
Maxime Devos 33f2e862c7
gnu: umockdev: Use G-expressions.
While we're at it, remove the trailing #t.

* gnu/packagers/check.scm (umockdev)[arguments]<#:phases>: Change to a G-exp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18 14:14:39 +01:00
Maxime Devos b3d7eae08e
gnu: upower: Update to 0.99.15.
Upstream has removed the Autotools build system and now
only supports Meson, so the build system has been changed
to 'meson-build-system'.

The patch 'power-builddir.patch' has to be replaced to
adjust to the switch to Meson.  This has been done by adding
an origin snippet.

The origin snippet has been simplified, and for consistency,
it has been made a gexp.

Some dependencies were Autotools-only and could be removed.

* gnu/packages/gnome.scm (upower): Update to 0.99.15.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18 14:14:39 +01:00
Maxime Devos 7168148abe
gnu: upower: Make it auto-updatable.
* gnu/packages/gnome.scm (upower)[properties]: Set 'release-tag-prefix'
  and 'release-tag-delimiter'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-18 14:14:39 +01:00
Ludovic Courtès 01821914e2
services: qemu-guest-agent: Fix implementation.
Previously, by accessing the raw <qemu-guest-agent-configuration>
fields, 'qemu' would match the first field, which is the '%location'
field, not the 'qemu' field.

It would seem this bug has always been present since the addition of the
'location' field in d132d9f96b predates
the addition of 'qemu-guest-agent-service-type' in
f634a0baab.

Fixes <https://issues.guix.gnu.org/54041>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* gnu/services/virtualization.scm (qemu-guest-agent-shepherd-service):
Use accessors for <qemu-guest-agent-configuration>.
2022-02-18 14:14:39 +01:00
Guillaume Le Vaillant 40d418b326
gnu: liquid-dsp: Update to 1.4.0.
* gnu/packages/radio.scm (liquid-dsp): Update to 1.4.0.
2022-02-18 14:06:33 +01:00
Nicolas Goaziou e3327529f6
gnu: emacs-telega-server: Update to 0.8.03.
* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.8.03.
2022-02-18 11:50:30 +01:00
Nicolas Goaziou 5c06cca6a8
gnu: emacs-rustic: Update to 2.7.
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.7.
2022-02-18 11:46:00 +01:00
Nicolas Goaziou ef1b40a9ca
gnu: emacs-rust-mode: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.4.
2022-02-18 11:44:59 +01:00
Nicolas Goaziou 8fec31f7f8
gnu: emacs-modus-themes: Update to 2.1.0.
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.1.0.
2022-02-18 11:43:41 +01:00
Nicolas Goaziou db609c69a3
gnu: emacs-git-link: Update to 0.8.6.
* gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.8.6.
2022-02-18 11:42:36 +01:00
Nicolas Goaziou a079b03474
gnu: emacs-ghub: Update to 3.5.5.
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.5.5.
[arguments]<#:phases>: Upstream tree structure changes.  Add phases to adapt.
2022-02-18 11:39:13 +01:00
Nicolas Goaziou a563443771
gnu: emacs-forge: Update to 0.3.1.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.3.1.
2022-02-18 11:05:03 +01:00
Nicolas Goaziou 7651c9bb66
gnu: emacs-epkg: Clean-up description.
* gnu/packages/emacs-xyz.scm (emacs-epkg)[description]: Remove useless information.
2022-02-18 11:02:04 +01:00
Nicolas Goaziou 6cc585919e
gnu: emacs-epkg: Update to 3.3.3.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.3.
2022-02-18 11:01:44 +01:00
Nicolas Goaziou eac7a66dac
gnu: emacs-edit-indirect: Update to 0.1.8.
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.8.
2022-02-18 10:53:31 +01:00
Nicolas Goaziou b008226b70
gnu: emacs-docker: Update to 2.0.0.
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.0.0.
[propagated-inputs]: Remove EMACS-MAGIT-POPUP. Add EMACS-AIO.
2022-02-18 10:49:58 +01:00
Nicolas Goaziou 0035f33352
gnu: Add emacs-aio.
* gnu/packages/emacs-xyz.scm (emacs-aio): New variable.
2022-02-18 10:49:52 +01:00
Nicolas Goaziou ab961aa31c
gnu: emacs-closql: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.2.1.
2022-02-18 10:41:34 +01:00
Leo Famulari f47125d286
gnu: WebKitGTK: Update to 2.34.6 [Fixes CVE-2022-22620].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.6.
2022-02-18 00:02:11 -05:00
Leo Famulari 1d1a4efd8c
gnu: Go: Update to 1.17.7.
* gnu/packages/golang.scm (go-1.17): Update to 1.17.7.
2022-02-17 21:03:40 -05:00
Leo Famulari 289e43b297
gnu: Go 1.16: Update to 1.16.14.
* gnu/packages/golang.scm (go-1.16): Update to 1.16.14.
2022-02-17 21:03:34 -05:00
Leo Famulari 0955ec3029
gnu: linux-libre 4.9: Update to 4.9.230.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.230.
(linux-libre-4.9-pristine-source): Update hash.
2022-02-17 18:49:13 -05:00
Leo Famulari 296e020097
gnu: linux-libre 4.9: Update to 4.9.302.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.302.
(linux-libre-4.9-pristine-source): Update hash.
2022-02-17 18:45:58 -05:00
Leo Famulari 7678a390e7
gnu: linux-libre 4.14: Update to 4.14.267.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.267.
(linux-libre-4.14-pristine-source): Update hash.
2022-02-17 18:45:58 -05:00
Leo Famulari d7628b5ece
gnu: linux-libre 5.4: Update to 5.4.180.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.180.
(linux-libre-5.4-pristine-source): Update hash.
2022-02-17 18:45:58 -05:00
Leo Famulari 5296574441
gnu: linux-libre 5.10: Update to 5.10.101.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.101.
(linux-libre-5.10-pristine-source): Update hash.
2022-02-17 18:45:58 -05:00
Leo Famulari 7be71bacae
gnu: linux-libre: Update to 5.15.24.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.24.
(linux-libre-5.15-pristine-source): Update hash.
2022-02-17 18:45:57 -05:00
Leo Famulari 72562b886f
gnu: linux-libre 5.16: Update to 5.16.10.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.10.
(linux-libre-5.16-pristine-source): Update hash.
2022-02-17 18:45:57 -05:00
Tobias Geerinckx-Rice c1855d16f1
gnu: zeitgeist: Update to 1.0.4.
* gnu/packages/gnome.scm (zeitgeist): Update to 1.0.4.
[arguments]: Don't explicitly return #t from phases.
2022-02-13 01:00:06 +01:00
Tobias Geerinckx-Rice 53c7adc4e6
gnu: dee: Build with older Vala version.
* gnu/packages/gnome.scm (dee)[native-inputs]: Substitute vala-0.52 for vala.

Reported by florhizome[m] in #guix.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice d4ad1f73cd
gnu: dee: Don't explicitly return #t from phases
* gnu/packages/gnome.scm (dee)[arguments]: Don't explicitly return #t
from phases.
2022-02-13 01:00:00 +01:00
Maxim Cournoyer e9f9f291ed
build: linux-boot: Expound docstring of the 'boot-system' procedure.
* gnu/build/linux-boot.scm (boot-system): Document the Linux command-line
parameters it understands and split a long string over two lines.
2022-02-17 13:39:02 -05:00
Maxim Cournoyer 12566aabe7
services: cuirass: Also rotate the web log.
* gnu/services/cuirass.scm (cuirass-log-rotations): Add the web log to the
list of rotated files.
2022-02-17 13:39:02 -05:00
Maxim Cournoyer 9c15252060
services: web: Rotate mumi logs.
* gnu/services/web.scm (%mumi-log, %mumi-mailer-log, %mumi-worker-log): New
variables.
(mumi-shepherd-services): Use them.
(%mumi-log-rotations): New variable.
(mumi-service-type): Extend rottlog.
2022-02-17 13:39:02 -05:00
Marius Bakke 1059c2bb66
services: zabbix: Add requirement on 'user-processes'.
This ensures the services does not start before mounts are up.
Reported by rekado on #guix.

* gnu/services/monitoring.scm (zabbix-server-shepherd-service,
zabbix-agent-shepherd-service)[requirement]: New field.
2022-02-17 18:13:16 +01:00
Jonathan Brielmaier 29091731a0
gnu: icedove: Update to 91.6.1 [fixes CVE-2022-0566].
* gnu/packages/gnuzilla.scm (icedove): Update to 91.6.1.
2022-02-17 11:44:18 +01:00
Mădălin Ionel Patrașcu f7c554dd7c
gnu: Add r-ggside.
* gnu/packages/cran.scm (r-ggside): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2022-02-17 10:41:13 +01:00
Marius Bakke 755c7c8082
gnu: uBlock Origin: Update to 1.41.4.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.4.
2022-02-16 23:02:05 +01:00
Marius Bakke f37eb24df5
gnu: python-cmarkgfm: Don't depend on a specific CFFI version.
Fixes <https://bugs.gnu.org/53883>.
Reported by Dr. Arne Babenhauserheide <arne_bab@web.de>.

* gnu/packages/markup.scm (python-cmarkgfm)[arguments]: Add phase.
[propagated-inputs]: Change from PYTHON-CFFI-1.15 to PYTHON-CFFI.
2022-02-16 23:02:05 +01:00
Tobias Geerinckx-Rice 3cfd097ea3
gnu: bind: Update to 9.16.26.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.26.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice a0a3ff72a2
gnu: opendoas: Update to 6.8.2.
* gnu/packages/admin.scm (opendoas): Update to 6.8.2.
[arguments]: Don't explicitly return #t from phases.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice 8937253fde
gnu: audit: Update to 3.0.7.
* gnu/packages/admin.scm (audit): Update to 3.0.7.
2022-02-13 01:00:00 +01:00
Leo Famulari 34e1454d86
gnu: Remove QuiteRSS due to dependency on QtWebKit.
According to the upstream developers, "Unfortunately, qtwebkit won't
work without it. Everything is very much tied to qtwebkit."

https://github.com/QuiteRSS/quiterss/issues/1470

Additionally, there is no work being done to remove this dependency:

https://github.com/QuiteRSS/quiterss/issues/909

Other distros are removing this package as part of the effort to remove
QtWebKit:

https://bugzilla.redhat.com/show_bug.cgi?id=1872819
https://bugs.gentoo.org/687840

See <https://issues.guix.gnu.org/53289> for more information about this change.

* gnu/packages/syndication.scm (quiterss): Remove variable.
2022-02-16 14:34:31 -05:00
Leo Famulari 0dc0d87839
gnu: python-pyqtgraph: Remove a transitive dependency on QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change.

* gnu/packages/python-xyz.scm (python-pyqtgraph)[propagated-inputs]: Replace
python-pyqt with python-pyqt-without-qtwebkit.
2022-02-16 14:34:25 -05:00
Marius Bakke 373c77bf22
gnu: ungoogled-chromium: Update to 98.0.4758.102-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 98.0.4758.102.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-02-16 18:34:34 +01:00
Leo Famulari 73e28a8890
gnu: Zsh: Update to 5.8.1 [fixes CVE-2021-45444].
* gnu/packages/shells.scm (zsh): Update to 5.8.1.
2022-02-16 12:23:19 -05:00
Leo Famulari d2bb4847b9
gnu: Remove leftover patch files.
These patches aren't used anywhere in Guix and we forgot to remove them.

* gnu/packages/patches/bash-reproducible-linux-pgrp-pipe.patch,
gnu/packages/patches/ghc-monad-par-fix-tests.patch,
gnu/packages/patches/glibc-CVE-2018-11236.patch,
gnu/packages/patches/glibc-CVE-2018-11237.patch,
gnu/packages/patches/glibc-hurd-magic-pid.patch,
gnu/packages/patches/grocsvs-dont-use-admiral.patch,
gnu/packages/patches/hydra-disable-darcs-test.patch,
gnu/packages/patches/inkscape-poppler-0.76.patch,
gnu/packages/patches/libvirt-create-machine-cgroup.patch,
gnu/packages/patches/linux-libre-arm64-generic-pinebook-lcd.patch,
gnu/packages/patches/marble-qt-add-qt-headers.patch,
gnu/packages/patches/maven-enforcer-api-fix-old-dependencies.patch,
gnu/packages/patches/mescc-tools-boot.patch,
gnu/packages/patches/nettle-3.5-CVE-2021-3580-pt1.patch,
gnu/packages/patches/nettle-3.5-CVE-2021-3580-pt2.patch,
gnu/packages/patches/nettle-3.5-check-_pkcs1_sec_decrypt-msg-len.patch,
gnu/packages/patches/ocaml-Add-a-.file-directive.patch,
gnu/packages/patches/ocaml-CVE-2015-8869.patch,
gnu/packages/patches/ocaml-bitstring-fix-configure.patch,
gnu/packages/patches/ocaml-enable-ocamldoc-reproducibility.patch,
gnu/packages/patches/openbabel-fix-crash-on-nwchem-output.patch,
gnu/packages/patches/openjdk-14-builtins.patch,
gnu/packages/patches/openssl-c-rehash-in.patch,
gnu/packages/patches/openssl-runpath.patch,
gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch,
gnu/packages/patches/patchutils-test-perms.patch,
gnu/packages/patches/python-CVE-2018-14647.patch,
gnu/packages/patches/python-CVE-2020-26116.patch,
gnu/packages/patches/python-axolotl-AES-fix.patch,
gnu/packages/patches/python-babel-fix-parse-future-test.patch,
gnu/packages/patches/python-matplotlib-run-under-wayland-gtk3.patch,
gnu/packages/patches/python-pytest-asyncio-python-3.8.patch,
gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch,
gnu/packages/patches/qt4-ldflags.patch,
gnu/packages/patches/rust-coresimd-doctest.patch,
gnu/packages/patches/streamlink-update-test.patch,
gnu/packages/patches/tcc-boot-0.9.27.patch,
gnu/packages/patches/vtk-8-fix-freetypetools-build-failure.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-02-16 11:57:14 -05:00
Leo Famulari 5fffd8352b
gnu: gallery-dl: Fix typo in description.
* gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
2022-02-16 11:09:28 -05:00
Jai Vetrivelan e93c3d4414
gnu: gallery-dl: Update to 1.20.5.
* gnu/packages/video.scm (gallery-dl): Update to 1.20.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-02-16 11:09:28 -05:00
Ricardo Wurmus 244cbff895
gnu: texlive-stmaryrd: Replace with texlive-stmaryrd/fixed.
* gnu/packages/tex.scm (texlive-stmaryrd)[replacement]: Replace with
texlive-stmaryrd/fixed.
2022-02-16 17:05:42 +01:00
Ricardo Wurmus 2e9ab44153
gnu: texlive-psnfss: Replace with texlive-psnfss/fixed.
* gnu/packages/tex.scm (texlive-psnfss)[replacement]: Replace with
texlive-psnfss/fixed.
2022-02-16 17:05:41 +01:00
Ricardo Wurmus 66db03bf0c
gnu: texlive-babel: Replace with texlive-babel/fixed.
* gnu/packages/tex.scm (texlive-babel)[replacement]: New field.
2022-02-16 17:05:41 +01:00
Ricardo Wurmus dc27f18ed5
gnu: texlive-latex-amsmath: Replace with texlive-amsmath.
* gnu/packages/tex.scm (texlive-latex-amsmath)[replace]: Replace with
texlive-amsmath.
2022-02-16 17:05:41 +01:00
Greg Hogan 6481dbda51
gnu: c-vise: Fix linkage.
* gnu/packages/debug.scm (c-vise)[arguments][#:phases]:
Fix linkage to clang and llvm shared libraries.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-16 16:49:27 +01:00
Greg Hogan 35ea49daf6
gnu: clang: Build and link as shared libraries.
Fixes <https://issues.guix.gnu.org/52054>.

* gnu/packages/llvm.scm (clang)[arguments]<#:phases>:
Remove the separate "extra" output and build the main package and
clang-tools-extras with shared library linkage.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-16 16:49:27 +01:00
Guillaume Le Vaillant 176354c2f8
gnu: python-pyside-2: Fix detection of Qt modules.
* gnu/packages/qt.scm (python-pyside-2)[inputs]: Add qtdeclarative,
  qtquickcontrols2 and qtwebengine.
  [arguments]: Add 'fix-qt-module-detection' phase.
2022-02-16 14:52:03 +01:00
Efraim Flashner 73e4660020
gnu: lz4: Only build with valgrind on supported systems.
* gnu/packages/compression.scm (lz4)[native-inputs]: Only add valgrind
when valgrind is supported on that system.
2022-02-16 15:48:10 +02:00
Efraim Flashner 194b1a9297
gnu: valgrind: Remove riscv64-linux from supported-systems.
* gnu/packages/valgrind.scm (valgrind)[supported-systems]: New field.
2022-02-16 15:48:05 +02:00
Nicolas Goaziou 37254e10d1
gnu: emacs-meow: Update to 1.4.1.
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.1.
2022-02-16 13:24:34 +01:00
Nicolas Goaziou 809757cd82
gnu: emacs-chronometrist: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist)[arguments]<#:phases>: Use G-expressions.
2022-02-16 13:24:12 +01:00
Nicolas Goaziou e8027b33b9
gnu: emacs-chronometrist: Update to 0.10.0.
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.10.0.
[propagated-inputs]: Add EMACS-ALERT.
2022-02-16 13:21:17 +01:00
Efraim Flashner d96481c072
gnu: julia-media: Create Project.toml file.
* gnu/packages/julia-xyz.scm (julia-media)[arguments]: Add custom phase
to create Package.toml file.
2022-02-16 12:45:32 +02:00
zimoun 5acb9b70bd
gnu: Add julia-gpuarrays.
* gnu/packages/julia-xyz.scm (julia-gpuarrays): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-16 12:45:29 +02:00
zimoun 6516a2e3fe
gnu: Add julia-cenum.
* gnu/packages/julia-xyz.scm (julia-cenum): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-16 12:45:27 +02:00
zimoun 439d48d29d
gnu: Add julia-bfloat16s.
* gnu/packages/julia-xyz.scm (julia-bfloat16s): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-16 12:45:24 +02:00
zimoun ea0c7d655c
gnu: Add julia-juno.
* gnu/packages/julia-xyz.scm (julia-juno): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-16 12:45:21 +02:00
Efraim Flashner 0f87f2e69d
gnu: qemu: Skip some tests on riscv64-linux.
* gnu/packages/virtualization.scm (qemu)[arguments]: Add phase for
riscv64-linux to skip some unsupported tests.
2022-02-16 12:45:18 +02:00
Lars-Dominik Braun b545d22364
gnu: opencl-icd-loader: Use single directory in search path.
* gnu/packages/opencl.scm (opencl-icd-loader)[native-search-paths]:
Support only a single directory.
2022-02-16 11:07:56 +01:00
Lars-Dominik Braun 3cc7638258
gnu: exiv2: Enable BMFF support.
* gnu/packages/image.scm (exiv2)[arguments]<configure-flags>: Enable BMFF.
2022-02-16 10:47:28 +01:00
Efraim Flashner 34755d912e
gnu: debian-ports-archive-keyring: Update to 2022.02.15.
* gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2022.02.15.
2022-02-16 09:59:29 +02:00
Efraim Flashner e358706058
gnu: vim: Adjust autodetected plugin directories.
* gnu/packages/aux-files/guix.vim: Autodetect plugins installed with
guix-home. Add */after directories at the end of the runtimepath.
2022-02-16 09:57:40 +02:00
Stephen Paul Weber 52269e27c6
gnu: Add python-miniupnpc
* gnu/packages/python-xyz.scm (python-miniupnpc): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 23:13:02 +01:00
Jan (janneke) Nieuwenhuizen 6ec07f6b38
gnu: hurd: Remove leftover export.
* gnu/packages/hurd.scm: Remove 'hurd-triplet?' export.
2022-02-15 22:43:29 +01:00
Marius Bakke 06111d9396
gnu: fish: Disable flaky test.
* gnu/packages/shells.scm (fish)[arguments]: Delete test that occasionally
fails.
2022-02-15 22:42:26 +01:00
Marius Bakke d87c2db4f7
gnu: python-moto: Disable flaky test.
* gnu/packages/python-xyz.scm (python-moto)[arguments]: Skip one test.  Don't
use ADD-INSTALLED-PYTHONPATH while at it.
[inputs]: Remove label, too.
2022-02-15 22:42:26 +01:00
Maxim Cournoyer da696ee165
gnu: python-robotframework-datadriver: Update to 1.6.0.
* gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to
1.6.0.
[phases]{fix-readme-file-name}: Delete phase.
2022-02-15 15:18:22 -05:00
Leo Famulari 69f94ff95c
gnu: yt-dlp: Update to 2022.02.04.
* gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
2022-02-15 14:53:54 -05:00
Marius Bakke a8a13b11de
gnu: liblinphone: Simplify inputs.
* gnu/packages/linphone.scm (liblinphone): Simplify inputs.
2022-02-15 20:44:21 +01:00
Marius Bakke 3f9c432bfb
gnu: pep-engine: Simplify inputs.
* gnu/packages/pep.scm (pep-engine): Simplify inputs.
2022-02-15 20:44:21 +01:00
Marius Bakke bb6a7f6a8e
gnu: wget2: Simplify inputs.
* gnu/packages/wget.scm (wget2): Simplify inputs.
2022-02-15 20:44:21 +01:00
Marius Bakke 60d82a2153
gnu: transcode: Simplify inputs.
* gnu/packages/video.scm (transcode): Simplify inputs.
2022-02-15 20:44:21 +01:00
Marius Bakke 1bd1f42a31
gnu: Remove unneeded uses of 'libiconv'.
iconv is part of glibc, there is no need to add it as input.

* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV.
* gnu/packages/compression.scm (innoextract)[inputs]: Likewise.
* gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise.
* gnu/packages/mail.scm (mailutils)[inputs]: Likewise.
* gnu/packages/maths.scm (libqalculate)[inputs]: Likewise.
* gnu/packages/pep.scm (pep-engine)[inputs]: Likewise.
* gnu/packages/vim.scm (neovim)[inputs]: Likewise.
* gnu/packages/wget.scm (wget2)[inputs]: Likewise.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise.
* gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
2022-02-15 20:44:21 +01:00
Marius Bakke 162105fc5a
gnu: Zabbix: Update to 6.0.0.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.0.
[inputs]: Remove LIBICONV and PCRE.  Add PCRE2.
[arguments]: Adjust #:configure-flags accordingly.
2022-02-15 20:44:21 +01:00
Jai Vetrivelan 6ff3e6f4ac
gnu: nano: Update to 6.1.
* gnu/packages/nano.scm (nano): Update to 6.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-02-15 14:10:33 -05:00
Alex Devaure 82c7e4d3ac
gnu: darktable: update to 3.8.1
* gnu/packages/photo.scm (darktable): Update to 3.8.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-02-15 14:10:33 -05:00
Efraim Flashner 150318a0bf
gnu: alfis: Remove 'relax-requirements phase.
* gnu/packages/rust-apps.scm (alfis)[arguments]: Remove custom phases.
2022-02-15 21:00:09 +02:00
Efraim Flashner b394f77e0b
gnu: rust-x25519-dalek-1: Adjust package dependencies.
* gnu/packages/crates-io.scm (rust-x25519-dalek-1)[source]: Add snippet
to adjust crate dependencies.
2022-02-15 21:00:06 +02:00
Efraim Flashner 7576d5cb43
gnu: rust-chacha20poly1305-0.9: Adjust package dependencies.
* gnu/packages/crates-io.scm (rust-chacha20poly1305-0.9)[source]: Add
snippet to adjust crate dependencies.
[arguments]: Remove custom phases.
2022-02-15 21:00:03 +02:00
Efraim Flashner dbbcf8b75b
gnu: rust-chacha20-0.8: Adjust package dependencies.
* gnu/packages/crates-io.scm (rust-chacha20-0.8)[source]: Add snippet to
adjust crate dependencies.
2022-02-15 20:59:59 +02:00
Tobias Geerinckx-Rice 1cdd6b09c8
gnu: lsh: Fix build with GCC 10.
* gnu/packages/ssh.scm (lsh)[arguments]: Add "CFLAGS=-fcommon"
to #:configure-flags.  Don't explicitly return #t from phases.
[source]: Don't explicitly return #t from snippet.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice 2b2f8c6b59
gnu: dovecot-pigeonhole: Update to 0.5.18.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.18.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice e9d15acb3e
gnu: dovecot: Update to 2.3.18.
* gnu/packages/mail.scm (dovecot): Update to 2.3.18.
2022-02-13 01:00:00 +01:00
Tobias Geerinckx-Rice 56947bf283
gnu: tor: Update to 0.4.6.10.
* gnu/packages/tor.scm (tor): Update to 0.4.6.10.
2022-02-13 01:00:00 +01:00
Jai Vetrivelan c033b05f38
gnu: fnott: Update to 1.2.1.
* gnu/packages/wm.scm (fnott): Update to 1.2.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 19:19:30 +01:00
Ludovic Courtès ee92b0fb7d
gnu: mumps: Remove input labels.
* gnu/packages/maths.scm (mumps)[inputs]: Remove labels.
[arguments]: Adjust 'configure' phase to not rely on the "mpi" and
"blas" labels.
(mumps-metis, mumps-openmpi, mumps-metis-openmpi): Use 'modify-inputs'.
2022-02-15 17:24:08 +01:00
Ludovic Courtès d4709d78c3
gnu: scotch: Update to 7.0.1.
* gnu/packages/maths.scm (scotch): Update to 7.0.1.
[source]: Switch to 'git-fetch'.
[build-system]: Switch to CMAKE-BUILD-SYSTEM.
[arguments]: Add #:configure-flags.  Remove #:make-flags.  Remove
'chdir-to-src', 'configure', and 'build-esmumps' phases.
[properties]: Update 'release-monitoring-url' property.
(scotch32, pt-scotch, pt-scotch32): Update accordingly, replacing now
useless build phases with #:configure-flags.
(scotch-shared, pt-scotch-shared): Mark as deprecated.
(mumps)[arguments]: In 'configure' phase, use '-lesmumps'
unconditionally, since that's now how pt-scotch calls it.
2022-02-15 17:24:08 +01:00
Ricardo Wurmus 64fcf9508a
gnu: texlive-amsfonts/fixed: Do not generate tfm from afm and pl files.
The TFM files are included in the amsfonts bundle and are meant to installed
as is.  They were not meant to be the result of converting afm or pl files.
We ended up with subtly broken fonts due to this attempted conversion.

* gnu/packages/tex.scm (texlive-amsfonts/fixed)[source]: Fetch tfm directory.
[arguments]: Remove custom #:modules; remove build phases 'build-fonts and
'install-generated-fonts; adjust 'remove-extra-files; add build phase 'chdir
and 'unchdir.
[native-inputs]: Remove texlive-fontinst.
2022-02-15 17:18:42 +01:00
Jai Vetrivelan 7a67e9f3b5
gnu: filezilla: Update to 3.58.0.
* gnu/packages/ftp.scm (filezilla): Update to 3.58.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 15:12:28 +01:00
Jai Vetrivelan b012a28fbe
gnu: libfilezilla: Update to 0.36.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.36.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 15:12:11 +01:00
Steve George 89eb557a74
gnu: fish: Update to 3.3.1.
* gnu/packages/shells/scm (fish): Update to 3.3.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 15:07:57 +01:00
Felipe Balbi 7113866d45
gnu: foot: Update to 1.11.0
* gnu/packages/terminals.scm (foot): Update to 1.11.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 15:02:51 +01:00
Felipe Balbi b5bbbca6b9
gnu: fcft: Update to 3.0.1
* gnu/packages/fontutils.scm (fcft): Update to 3.0.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 15:02:40 +01:00
Jai Vetrivelan 03533629a6
gnu: picom: Update to 9.1.
* gnu/packages/compton.scm (picom): Update to 9.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 15:01:30 +01:00
Jai Vetrivelan 83a7b701e5
gnu: plocate: Update to 1.1.15.
* gnu/packages/search.scm (plocate): Update to 1.1.15.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-15 14:59:56 +01:00
Nicolas Goaziou 85f026f36a
gnu: asymptote: Use G-expressions.
* gnu/packages/plotutils.scm (asymptote)[arguments]<#:phases>: Use
G-expressions.
2022-02-15 13:29:55 +01:00
Nicolas Goaziou d1cc373033
gnu: asymptote: Update to 2.78.
* gnu/packages/plotutils.scm (asymptote): Update to 2.78.
[source]<snippet>: Delete bundled RapidJSON.
[arguments]<#:phases>: Add a phase to use system RapidJSON.
Update location for modified ".cpp" file.
[native-inputs]: Add CMAKE.
2022-02-15 13:26:57 +01:00
Efraim Flashner 04ac1a248c
gnu: ghc@4: Replace config.sub using config package.
* gnu/packages/haskell.scm (ghc@4)[arguments]: Adjust custom 'bootstrap
phase to adjust replacement of config.sub.
[native-inputs]: Remove automake, add config.
2022-02-15 11:43:25 +02:00
Efraim Flashner 3f929203cf
gnu: gcc-2.95: Support more systems.
* gnu/packages/gcc.scm (gcc-2.95)[supported-systems]: Allow all except
powerpc64le-linux and riscv64-linux.
[arguments]: Set #:system to the 32-bit version of our supported 64-bit
architectures. Modify custom 'set-dynamic-linker-file-name phase to use
the glibc-dynamic-linker for the selected system, and to substitute more
locations.
2022-02-15 11:43:23 +02:00
Lars-Dominik Braun ae03f40138
gnu: Add python-mt-940.
* gnu/packages/python-xyz.scm (python-mt-940): New variable.
2022-02-15 10:38:36 +01:00
Lars-Dominik Braun b5853e0897
gnu: trash-cli: Use pytest for testing.
Running setup.py overwrites the wrappers created by the 'wrap phase.

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

* gnu/packages/shellutils.scm (trash-cli)[arguments]: Replace 'check
phase with call to pytest.
2022-02-15 10:38:36 +01:00
Josselin Poiret 0055a803e2
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>
2022-02-15 10:14:14 +01:00
Jai Vetrivelan 7d580f1c2c
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>
2022-02-15 09:19:36 +01:00
Marius Bakke b5d472ef5d
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.
2022-02-15 00:21:16 +01:00
Marius Bakke 48daa39724
gnu: python-argh: Fix test failure.
* gnu/packages/python-xyz.scm (python-argh)[arguments]: Add patch-tests phase
and override check phase.
2022-02-15 00:21:16 +01:00
Marius Bakke f6350f003e
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.
2022-02-15 00:21:16 +01:00
Marius Bakke b5f7140151
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.
2022-02-15 00:21:15 +01:00
Marius Bakke d21a7695e6
gnu: python-drmaa: Remove unused input.
* gnu/packages/python-xyz.scm (python-drmaa)[native-inputs]: Remove.
2022-02-15 00:21:15 +01:00
Marius Bakke 5e244cd712
gnu: python-drmaa: Fix build failure.
* gnu/packages/python-xyz.scm (python-drmaa)[arguments]: Disable sanity
checks.
2022-02-15 00:21:15 +01:00
Marius Bakke aae5efb6d4
gnu: python-psutil: Update to 5.9.0.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.9.0.
2022-02-15 00:21:15 +01:00
Nicolas Goaziou 208c607854
gnu: emacs-which-key: Update to 3.6.0.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.6.0.
2022-02-15 00:16:29 +01:00
Petr Hodina 41000d16c5
gnu: Add nitrokey-app.
* gnu/packages/crates-io.scm (nitrokey-app): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-14 15:52:37 +01:00
Petr Hodina 26d0f1ec3b
gnu: Add cppcodec.
* gnu/packages/crates-io.scm (cppcodec): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-14 15:52:37 +01:00
Petr Hodina aff2ba67e2
gnu: Add libnitrokey.
* gnu/packages/security-token.scm (libnitrokey): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-14 15:52:37 +01:00
Zhu Zihao de74438909
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>
2022-02-14 15:52:37 +01:00
Zhu Zihao 6616f04412
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>
2022-02-14 15:52:37 +01:00
Cees de Groot d59f7effcf
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>
2022-02-14 15:52:36 +01:00
Ludovic Courtès d5353e2470
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 3da297997d.

* gnu/packages/elixir.scm (elixir)[arguments]: In 'replace-paths' phase,
search for "/bin/sh", not "sh".
2022-02-14 15:52:36 +01:00
Ludovic Courtès ee230f15c6
gnu: Remove glibc@2.2.5 and gcc-2.95-wrapper.
This reverts commits a95924c9ac and
defa85b265, 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.
2022-02-14 15:52:35 +01:00
Ludovic Courtès d9df65514c
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.
2022-02-14 15:52:35 +01:00
Ludovic Courtès 6ef0cd9ade
gnu: ghc@4: Use 'search-patches'.
* gnu/packages/haskell.scm (ghc-4)[source]: Use 'search-patches'.
2022-02-14 15:52:35 +01:00
Ludovic Courtès 66f12401d4
gnu: gcc: Add 2.95.
* gnu/packages/gcc.scm (gcc-2.95): New variable.
2022-02-14 15:52:35 +01:00
Ludovic Courtès 4fa516474b
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.
2022-02-14 15:52:35 +01:00
Nicolas Goaziou 72dd5c8766
gnu: xournalpp: Use G-expressions.
* gnu/packages/pdf.scm (xournalpp)[arguments]: Use G-expressions.
<#:phases>: Replace WHICH with SEARCH-INPUT-FILES.
2022-02-14 12:07:34 +01:00
Nicolas Goaziou d00b6dd689
gnu: xournalpp: Remove input labels.
* gnu/packages/pdf.scm (xournalpp)[native-inputs]: Remove labels.
2022-02-14 12:07:14 +01:00
Nicolas Goaziou 1e2673edf0
gnu: xournalpp: Update to 1.1.1.
* gnu/packages/pdf.scm (xournalpp): Update to 1.1.1.
[arguments]<#:phases>: Remove unnecessary phase.
2022-02-14 12:06:49 +01:00
Nicolas Goaziou 03cde0f288
gnu: emacs-howm: Update to 1.4.8.
* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.8.
2022-02-14 11:21:29 +01:00
Nicolas Goaziou 3e0ea7417f
gnu: emacs-package-lint: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-package-lint): Update to 0.16.
2022-02-14 11:19:28 +01:00
Jai Vetrivelan 403d60de30
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>
2022-02-14 11:09:32 +01:00
Jai Vetrivelan 54c8b44444
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>
2022-02-14 11:08:36 +01:00
Jai Vetrivelan cca2b90aaa
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>
2022-02-14 11:04:47 +01:00
Jai Vetrivelan b7349559cf
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>
2022-02-14 11:02:42 +01:00
Jai Vetrivelan 919251ed62
gnu: Add rtss.
* gnu/packages/rust-apps.scm (rtss): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-14 10:59:31 +01:00
Jai Vetrivelan 066cdbfa92
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>
2022-02-14 10:57:45 +01:00
Michael Rohleder 8487383030
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>
2022-02-14 10:56:40 +01:00
Aleksandr Vityazev 7e3f44cc4d
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>
2022-02-14 10:54:58 +01:00
Aleksandr Vityazev b8c856e215
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>
2022-02-14 10:54:40 +01:00
Michael Rohleder c079e68f3f
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>
2022-02-14 10:52:53 +01:00
jgart ecaada08ea
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>
2022-02-14 10:09:11 +01:00
Guillaume Le Vaillant 2c9f1c4389
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".
2022-02-14 10:06:04 +01:00
Leo Famulari 7241ca87d0
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.
2022-02-13 21:45:36 -05:00
Sughosha 6bfb3fc1f4
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.
2022-02-13 19:24:26 -05:00
Nicolas Goaziou c81b0dcc72
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.
2022-02-14 00:45:33 +01:00
Leo Famulari d65979c46c
gnu: Mutt: Update to 2.2.0.
* gnu/packages/mail.scm (mutt): Update to 2.2.0.
2022-02-13 13:02:40 -05:00
Vinicius Monego 7e3b63ce5e
gnu: libngspice: Update to 36.
* gnu/packages/engineering.scm (libngspice, ngspice): Update to 36.
(libngspice)[inputs]: Remove labels.
2022-02-13 14:39:50 -03:00
Vinicius Monego c054e025a3
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'.
2022-02-13 14:39:50 -03:00
Vinicius Monego 371b074171
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.
2022-02-13 14:39:38 -03:00
Vinicius Monego 4d07f12b26
gnu: python-astropy: Update to 5.0.1.
* gnu/packages/astronomy.scm (python-astropy): Update to 5.0.1.
2022-02-13 14:37:09 -03:00
Vinicius Monego 1290856590
gnu: libredwg: Update to 0.12.5.
* gnu/packages/engineering.scm (libredwg): Update to 0.12.5.
[native-inputs]: Remove labels.
2022-02-13 14:37:09 -03:00
Vinicius Monego c42cfec3f6
gnu: openxr: Update to 1.0.22.
* gnu/packages/graphics.scm (openxr): Update to 1.0.22.
2022-02-13 14:37:04 -03:00
Leo Famulari e0168c72bd
gnu: linux-libre 4.14.266: Fix source code hash.
This is a followup to commit 54ac2ec4e9.

* gnu/packages/linux.scm (linux-libre-4.14-pristine-source): Fix hash.
2022-02-13 12:36:42 -05:00
Leo Famulari 3f73542e7c
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.
2022-02-13 12:26:27 -05:00
Leo Famulari 54ac2ec4e9
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.
2022-02-13 12:26:27 -05:00
Leo Famulari 975c24b244
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.
2022-02-13 12:26:27 -05:00
Leo Famulari d178b233bf
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.
2022-02-13 12:26:26 -05:00
Leo Famulari fce4897e8d
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.
2022-02-13 12:26:26 -05:00
Leo Famulari dda92c3bda
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.
2022-02-13 12:26:26 -05:00
Leo Famulari b3671ef639
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.
2022-02-13 12:26:19 -05:00
Efraim Flashner 1ddef634b0
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.
2022-02-13 14:47:03 +02:00
Efraim Flashner c31eed7107
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.
2022-02-13 14:47:01 +02:00
Marius Bakke 7b1185b6af
gnu: monado: Remove input labels.
* gnu/packages/graphics.scm (monado)[inputs]: Remove labels.
2022-02-13 13:33:56 +01:00
Marius Bakke f13f04583b
gnu: monado: Provide missing input.
* gnu/packages/graphics.scm (monado)[inputs]: Add PYTHON.
2022-02-13 13:33:56 +01:00
Marius Bakke 8863395217
gnu: fping: Update to 5.1.
* gnu/packages/networking.scm (fping): Update to 5.1.
2022-02-13 13:33:56 +01:00
Marius Bakke b38ce8489f
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.
2022-02-13 13:33:56 +01:00
Marius Bakke b1fb01e659
gnu: Zabbix: Update to 5.4.10.
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.10.
[source](snippet): Simplify fping substitution.
2022-02-13 13:33:56 +01:00
Marius Bakke ae0ba592ba
gnu: zabbix-agentd: Use the correct license.
* gnu/packages/monitoring.scm (zabbix-agentd)[license]: Change from GPL2 to GPL2+.
2022-02-13 13:33:56 +01:00
Marius Bakke b8f280baec
gnu: zabbix-agentd: Add release-monitoring-url.
* gnu/packages/monitoring.scm (zabbix-agentd)[properties]: New field.
2022-02-13 13:33:56 +01:00
Marius Bakke e6474dc7b5
gnu: qt5ct: Update to 1.5.
* gnu/packages/qt.scm (qt5ct): Update to 1.5.
[arguments]: Remove trailing #t.
2022-02-13 13:33:56 +01:00
Efraim Flashner a4f7d66ce5
gnu: enlightenment: Update to 0.25.3.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.25.3.
2022-02-13 11:59:57 +02:00
Efraim Flashner 7d0cbe7148
gnu: Add julia-optim.
* gnu/packages/julia-xyz.scm (julia-optim): New variable.
2022-02-13 11:59:54 +02:00
Efraim Flashner d40de1fb81
gnu: Add julia-linesearches.
* gnu/packages/julia-xyz.scm (julia-linesearches): New variable.
2022-02-13 11:59:51 +02:00
Ricardo Wurmus 74afcc0f55
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.
2022-02-13 09:37:52 +01:00
Ricardo Wurmus f0ada3f78f
gnu: Add texlive-stmaryrd/fixed.
* gnu/packages/tex.scm (texlive-stmaryrd/fixed): New variable.
2022-02-13 09:37:52 +01:00
Ricardo Wurmus 6ce3c0043b
gnu: Add texlive-psnfss/fixed.
* gnu/packages/tex.scm (texlive-psnfss/fixed): New variable.
2022-02-13 09:37:52 +01:00
Ricardo Wurmus 89f14b1993
gnu: Add texlive-babel/fixed.
* gnu/packages/tex.scm (texlive-babel/fixed): New variable.
2022-02-13 09:37:52 +01:00
Ricardo Wurmus 00e560fa0f
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.
2022-02-13 09:37:52 +01:00
Nicolas Goaziou 9749fb2c3f
gnu: emacs-corfu: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.19.
2022-02-13 09:05:58 +01:00
Oleg Pykhalov 891e15429c
gnu: Add emacs-multi-vterm.
* gnu/packages/emacs-xyz.scm (emacs-multi-vterm): New variable.
2022-02-13 01:35:35 +03:00
Josselin Poiret e641d707e1
gnu: protonvpn-cli: Remove sanity-check phase.
* gnu/packages/vpn.scm (protonvpn-cli)[arguments]: Remove sanity-check
phase.
2022-02-12 14:08:23 +01:00
Josselin Poiret 9c8f68f479
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.
2022-02-12 14:08:19 +01:00
Nicolas Goaziou 47eb897bd3
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.
2022-02-12 10:45:42 +01:00
Nicolas Goaziou cff39c76d6
gnu: emacs-no-littering: Update to 1.2.5.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.5.
2022-02-12 10:43:53 +01:00
Nicolas Goaziou 1249251e9b
gnu: emacs-moody: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.1.
2022-02-12 10:42:15 +01:00
Nicolas Goaziou 3532e29e38
gnu: emacs-keycast: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-keycast): Update to 1.2.0.
2022-02-12 10:39:57 +01:00
Marius Bakke 068d99978a
gnu: uBlock Origin: Update to 1.41.2.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.41.2.
2022-02-11 23:54:31 +01:00
Marius Bakke c71dca05cf
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.
2022-02-11 23:54:31 +01:00
Marius Bakke f2ff26f34d
gnu: wxsvg: Update to 1.5.23.
* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.23.
2022-02-11 23:54:31 +01:00
Marius Bakke c5aaf1d071
gnu: re2: Use G-expressions.
* gnu/packages/regex.scm (re2)[arguments]: Rewrite with gexps.  Simplify
cross-compilation fix by using CXX-FOR-TARGET.
2022-02-11 23:54:31 +01:00
Marius Bakke e2c8868301
gnu: re2: Update to 2022-02-01.
* gnu/packages/regex.scm (re2): Update to 2022-02-01.
2022-02-11 23:54:30 +01:00
Marius Bakke 9b0abb52ac
gnu: rav1e: Remove input labels.
* gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.
2022-02-11 23:54:30 +01:00
Marius Bakke 0d2f661501
gnu: rav1e: Omit static library.
* gnu/packages/video.scm (rav1e)[arguments]: Add phase.
2022-02-11 23:54:30 +01:00
Ludovic Courtès c334b7c52f
gnu: ungoogled-chromium: Use 'search-auxiliary-file'.
Fixes a regression introduced in
076e825dc5 whereby "guix build
ungoogled-chromium" would fail with:

  canonicalize-path: No such file or directory: "aux-files/chromium/master-preferences.json"

* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Use
'search-auxiliary-file' for "master-preferences.json".  For some reason,
on Guile 3.0.8, 'local-file' would have its (current-source-directory)
expand to #f.
2022-02-11 23:51:39 +01:00
Jai Vetrivelan aff352a5f2
gnu: emacs-subed: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.3.
[source]: Use url-fetch.
[arguments]: Remove phase CHDIR-SUBED, enable tests.
[native-inputs]: Add EMACS-BUTTERCUP.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-11 22:36:11 +01:00
André A. Gomes 6b4fa09b5b
gnu: emacs-desktop-environment: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0.
[source]: Update URI.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-11 22:08:13 +01:00
Nicolas Goaziou fb73809eef
gnu: emacs-markdown-mode: Update to 2.5.
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.5.
2022-02-11 22:02:46 +01:00
Nicolas Goaziou 2f2b30817a
gnu: crawl-tiles: Remove input labels.
* gnu/packages/games.scm (crawl-tiles)[inputs, native-inputs]: Remove labels.
2022-02-11 21:56:40 +01:00
Nicolas Goaziou 19753d9f65
gnu: crawl: Use G-epressions.
* gnu/packages/games.scm (crawl)[arguments]: Use G-expressions.
<#:phases>: Remove trailing #T.  Remove unnecessary arguments.
(crawl-tiles)[arguments]: Use G-expressions.
2022-02-11 21:56:40 +01:00
Nicolas Goaziou 32be3791a2
gnu: crawl: Remove input labels.
* gnu/packages/games.scm (crawl)[native-inputs, inputs]: Remove labels.
2022-02-11 21:56:39 +01:00
Nicolas Goaziou 59adc621af
gnu: crawl: Update to 0.28.0.
* gnu/packages/games.scm (crawl): Update to 0.28.0.
[inputs]: Add BASH-MINIMAL.
* gnu/packages/patches/crawl-upgrade-saves.patch: Update for 0.28.
2022-02-11 21:56:39 +01:00
Liliana Marie Prikler eccb1e0964
gnu: mutter: Disable timeline tests.
* gnu/packages/gnome.scm (mutter)[disable-problematic-tests]: Also disable
timeline tests.
2022-02-11 20:45:44 +01:00
Liliana Marie Prikler 54b1d115c4
gnu: Add emacs-nyan-mode.
* gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable.
2022-02-11 20:45:44 +01:00
Nicolas Goaziou 6d3714478b
gnu: emacs-paren-face: Update to 1.0.8.
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.8.
2022-02-11 19:21:59 +01:00
Nicolas Goaziou bb808caf2f
gnu: lagrange: Update to 1.10.5.
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.5.
2022-02-11 19:14:18 +01:00
Ludovic Courtès 2b57d6b6bb
gnu: lokke: Build with Guile 3.0.8.
* gnu/packages/guile.scm (guile-3.0-for-lokke): Remove.
* gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile-xyz.scm (lokke)[native-inputs]: Replace
GUILE-3.0-FOR-LOKKE by GUILE-3.0-LATEST.
2022-02-11 17:28:01 +01:00
Ludovic Courtès 076e825dc5
gnu: guile: Add version 3.0.8 as 'guile-3.0-latest'.
* gnu/packages/guile.scm (guile-3.0-latest): Set to 3.0.8.
2022-02-11 17:28:01 +01:00
Ludovic Courtès af57d1bf6c
gexp: <computed-file> does not honor (%guile-for-build).
* guix/gexp.scm (computed-file-compiler): Default to (default-guile).
That way, lowering of <computed-file> is not affected by the
'%guile-for-build' parameter.
(file-union): Add #:guile parameter and honor it.
* gnu/packages/ruby.scm (ruby-tzinfo-data): Pass #:guile to 'file-union'.
2022-02-11 17:28:00 +01:00
Ludovic Courtès c1539e1385
gnu: autogen: Fix compilation.
* gnu/packages/autogen.scm (autogen)[source]: Add 'modules' and
'snippet'.
2022-02-11 17:28:00 +01:00
Petr Hodina 5c2032f7c9
gnu: Remove kicad-i18n.
* gnu/packages/engineering.scm (kicad-i18n): Remove variable. i18n is handled
  directly now in kicad@6.0.0 package source tree.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-11 16:47:45 +01:00
Petr Hodina 4a7bbfeef6
gnu: kicad: Update to 6.0.1.
* gnu/packages/engineering.scm (kicad): Update to 6.0.1.
  Applied guix style command.
  [native-inputs]: Remove kicad-i18n. Use new syntax.
  [inputs]: Add bash-minimal, gtk+ and use opencascade-occt instead of
  opencascade-oce. Use new syntax.
  [arguments]: Remove phase install-translations.
  (kicad-doc): Update to 6.0.1.
  [native-inputs]: Add ruby-asciidoctor. Simplify inputs.
  (kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Update
  to 6.0.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-11 16:47:45 +01:00
Petr Hodina 4c1dff9abe
gnu: opencascade-occt: Update to 7.6.0.
* gnu/packages/maths.scm (opencascade-occt): Update to 7.6.0.
  [native-inputs]: Add fontconfig.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-11 16:47:45 +01:00
Ricardo Wurmus 6baf2177df
gnu: Add r-torch.
* gnu/packages/cran.scm (r-torch): New variable.
2022-02-11 15:44:42 +01:00
Ricardo Wurmus 7146e553b9
gnu: Add liblantern.
* gnu/packages/machine-learning.scm (liblantern): New variable.
2022-02-11 15:44:42 +01:00
Ricardo Wurmus 7b676317b3
gnu: Add python-pytorch-for-r-torch.
* gnu/packages/patches/python-pytorch-1.9.0-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): New variable.
2022-02-11 15:44:42 +01:00
Ricardo Wurmus 8b787eb929
gnu: python-pytorch: Update to 1.10.2.
* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.10.2.
2022-02-11 15:44:42 +01:00
Ricardo Wurmus 6f4f04a82d
gnu: Add r-coro.
* gnu/packages/cran.scm (r-coro): New variable.
2022-02-11 15:44:41 +01:00
jgart 4ba7aab965
gnu: Add cl-hamcrest.
* gnu/packages/lisp-check.scm (cl-hamcrest, ecl-hamcrest, sbcl-hamcrest): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-11 15:19:15 +01:00
Jonathan Brielmaier a466713528
gnu: icedove: Update to 91.6.
* gnu/packages/gnuzilla.scm (icedove): Update to 91.6.
2022-02-11 13:40:10 +01:00
Pierre Neidhardt adccd1e0c6
gnu: Add nfiles.
* gnu/packages/lisp-xyz.scm (cl-nfiles, ecl-nfiles, sbcl-nfiles): New variables.
2022-02-11 12:49:34 +01:00
Julien Lepiller 58ab579a98
gnu: coq-stdpp: Update to 1.7.0.
* gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
2022-02-11 10:36:39 +01:00
Julien Lepiller 74a1e5378a
gnu: coq-mathcomp: Update to 1.14.0.
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.14.0.
2022-02-11 10:33:17 +01:00
Julien Lepiller 5179f4525d
gnu: coq: Update to 8.15.0.
* gnu/packages/coq.scm (coq): Update to 8.15.0.
(coq-equations): Update to 1.3-8.15.
* gnu/packages/patches/coq-fix-envvars.patch: Adapt to new version.
2022-02-11 10:32:56 +01:00
Julien Lepiller 6b6474fec7
gnu: coq-interval: Update to 4.4.0.
* gnu/packages/coq.scm (coq-interval): Update to 4.4.0.
2022-02-11 10:32:53 +01:00
Julien Lepiller 238a900bae
gnu: coq-bignums: Update to 8.15.0.
* gnu/packages/coq.scm (coq-bignums): Update to 8.15.0.
2022-02-11 10:32:50 +01:00
Julien Lepiller 575c4ad510
gnu: coq-gappa: Update to 1.5.1.
* gnu/packages/coq.scm (coq-gappa): Update to 1.5.1.
2022-02-11 10:32:47 +01:00
Julien Lepiller 8a338de276
gnu: coq-flocq: Update to 4.0.0.
* gnu/packages/coq.scm (coq-flocq): Update to 4.0.0.
2022-02-11 10:32:24 +01:00
Nicolas Goaziou e32ea56f05
gnu: emacs-orgit: Update to 1.8.0.
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.8.0.
2022-02-11 08:25:12 +01:00
Nicolas Goaziou 03833d041a
gnu: wireshark: Update to 3.6.2.
* gnu/packages/networking.scm (wireshark): Update to 3.6.2.
2022-02-11 08:20:24 +01:00
Eric Bavier b8994272d4
gnu: pioneer: Update to 20220203.
* gnu/packages/games.scm (pioneer): Update to 20220203.
[arguments]: Add cmake flag to ensure system GLEW is used.
2022-02-10 23:43:06 -06:00
Adam Maleszka 854e38eeb7
gnu: bitlbee-discord: Update to 0.4.3-1.607f988.
Fixes <https://issues.guix.gnu.org/53840>.

* gnu/packages/messaging.scm (bitlbee-discord): Update to
0.4.3-1.607f988.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-10 23:24:41 +01:00
Greg Hogan d76cfc92da
gnu: LLVM: Support release candidates as version.
* gnu/packages/llvm.scm (llvm-uri, clang-from-llvm):
Support release candidates as version.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-10 23:23:00 +01:00
Greg Hogan ed26d2ec6c
gnu: lldb: Update to 13.0.1.
* gnu/packages/llvm.scm (lldb): Update to 13.0.1.
[inputs]: Change from LLVM-12 and CLANG-12 to LLVM-13 and CLANG-13.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-10 23:18:54 +01:00
Josselin Poiret 11b586db59
services: gdm-service-type: Require elogind.
* gnu/services/xorg.scm (gdm-shepherd-service): Make it require
elogind.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-10 23:17:48 +01:00
Simon South 7c9b811de1
gnu: ell: Disable parallel tests.
* gnu/packages/linux.scm (ell)[arguments]: Disable parallel tests.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-02-10 22:14:31 +01:00
Nicolas Goaziou 0e103ec611
gnu: flare-game: Update to 1.13.04.
* gnu/packages/games.scm (flare-game): Update to 1.13.04.
2022-02-10 18:01:40 +01:00
Nicolas Goaziou 096f05043e
gnu: flare-engine: Update to 1.13.04.
* gnu/packages/games.scm (flare-engine): Update to 1.13.04.
2022-02-10 17:54:56 +01:00
jgart 62c2991c90
gnu: cl-numcl: Update to 0.2.0-3.a28f612.
* gnu/packages/lisp-xyz.scm (sbcl-numcl): Update to 0.2.0-3.a28f612.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-10 17:02:14 +01:00
jgart ceaf56e19c
gnu: Add cl-asd-generator.
* gnu/packages/lisp-xyz.scm (cl-asd-generator, ecl-asd-generator,
  sbcl-asd-generator): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-10 16:58:47 +01:00
Julien Lepiller 4dffeced6c
gnu: ocaml-odoc: Update to 2.1.0. 2022-02-10 16:20:15 +01:00
Julien Lepiller 060e6e711c
gnu: ocaml-xmlm: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-xmlm): Update to 1.4.0.
2022-02-10 16:20:12 +01:00
Julien Lepiller 9aa69b37c0
gnu: ocaml-ppxlib: Update to 0.24.0.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.24.0.
2022-02-10 16:19:43 +01:00
Marius Bakke f97fe92b57
gnu: cpplint: Reduce closure size.
* gnu/packages/cpp.scm (cpplint)[arguments]: Add #:modules.  Add phases to
adjust GUIX_PYTHONPATH before the wrap phase.
2022-02-10 00:21:46 +01:00
Marius Bakke 6ff0a6d53a
gnu: cpplint: Update to 1.5.5.
* gnu/packages/cpp.scm (cpplint): Update to 1.5.5.
[arguments]: Remove obsolete phase.  Override check phase.
[native-inputs]: Add PYTHON-COVERAGE and PYTHON-TESTFIXTURES.
2022-02-10 00:21:46 +01:00
Marius Bakke a87ec50b39
gnu: juCi++: Unbundle embedded copy of "nlohmann" JSON library.
* gnu/packages/text-editors.scm (jucipp)[source](modules, snippet): New
fields.
[inputs]: Add JSON-MODERN-CXX.
2022-02-10 00:21:46 +01:00
Marius Bakke b3870e67b5
gnu: juCi++: Use G-expressions.
* gnu/packages/text-editors.scm (jucipp)[arguments]: Rewrite as
G-expressions.  Simplify wrap phase while at it.
2022-02-10 00:21:46 +01:00
Marius Bakke d5b060ac4f
gnu: juCi++: Remove input labels.
* gnu/packages/text-editors.scm (jucipp)[arguments]: Use
SEARCH-INPUT-DIRECTORY & co as appropriate.
[inputs]: Remove labels.
2022-02-10 00:21:46 +01:00
Marius Bakke 3926379a59
gnu: juCi++: Update to 1.7.1.
* gnu/packages/text-editors.scm (jucipp): Update to 1.7.1.
[arguments]: Remove "in-source" build adjustments.  Disable offending test
instead.  Remove trailing #t's.
2022-02-10 00:21:46 +01:00
Marius Bakke 15168f2432
gnu: python-importmagic: Fix test failure.
* gnu/packages/python-xyz.scm (python-importmagic)[arguments]: Replace check
phase.
[native-inputs]: Add PYTHON-PYTEST.
2022-02-10 00:21:46 +01:00
Maxim Cournoyer 32ccbc3a1e
gnu: Add openboardview.
* gnu/packages/electronics.scm (openboardview): New variable.
* gnu/packages/patches/openboardview-use-system-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2022-02-09 14:37:42 -05:00
Maxim Cournoyer 93c974d113
gnu: Add utf8-h.
* gnu/packages/c.scm (utf8-h): New variable.
2022-02-09 14:37:41 -05:00
Maxim Cournoyer 3282d6c24f
gnu: Add glad.
* gnu/packages/gl.scm (glad): New variable.
2022-02-09 14:37:41 -05:00
Maxim Cournoyer 1a4cc954d2
gnu: Add imgui.
* gnu/packages/toolkits.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2022-02-09 14:37:40 -05:00
Leo Famulari f0fbe2010b
gnu: linux-libre 4.9: Update to 4.9.300.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.300.
(linux-libre-4.9-pristine-source): Update hash.
2022-02-09 14:12:15 -05:00
Leo Famulari a8e10e7d2e
gnu: linux-libre 4.14: Update to 4.14.265.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.265.
(linux-libre-4.14-pristine-source): Update hash.
2022-02-09 14:12:15 -05:00
Leo Famulari e37144e79d
gnu: linux-libre 4.19: Update to 4.19.228.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.228.
(linux-libre-4.19-pristine-source): Update hash.
2022-02-09 14:12:15 -05:00
Leo Famulari 4ffdd330df
gnu: linux-libre 5.4: Update to 5.4.178.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.178.
(linux-libre-5.4-pristine-source): Update hash.
2022-02-09 14:12:15 -05:00
Leo Famulari 233b84a5eb
gnu: linux-libre 5.10: Update to 5.10.99.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.99.
(linux-libre-5.10-pristine-source): Update hash.
2022-02-09 14:12:14 -05:00
Leo Famulari ea425b6461
gnu: linux-libre: Update to 5.15.22.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.22.
(linux-libre-5.15-pristine-source): Update hash.
2022-02-09 14:12:14 -05:00
Leo Famulari 28dbf098d8
gnu: linux-libre 5.16: Update to 5.16.8.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.8.
(linux-libre-5.16-pristine-source): Update hash.
2022-02-09 14:12:14 -05:00
Christopher Baines 515406f20f
gnu: nar-herder: Update to 0-3.b026331.
* gnu/packages/package-management.scm (nar-herder): Update to 0-3.b026331.
[native-inputs,propagated-inputs]: Switch to guile-fibers@1.1.
2022-02-09 17:59:43 +00:00
Christopher Baines 565b34994e
gnu: guix-build-coordinator: Update to 0-50.f122322.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-50.f122322.
[native-inputs,propagated-inputs]: Switch to guile-fibers@1.1.
2022-02-09 17:41:14 +00:00
Christopher Baines 59dbc7b28c
gnu: guix-data-service: Update to 0.0.1-29.4a1088c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c.
[inputs]: Switch to guile-fibers-1.1.
2022-02-09 17:34:16 +00:00
Leo Famulari 4578ad78be
gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork.
This package is abandoned upstream and depends on the insecure and
abandoned QtWebKit.

Upstream abandonment:

https://github.com/sieren/QSyncthingTray/issues/247

See <https://issues.guix.gnu.org/53289> for more information about this change

* gnu/packages/sync.scm (qsyncthingtray): Move this variable ...
* gnu/packages/syncthing.scm (qsyncthingtray): ... to here. And make it into a
deprecated-package that points to syncthing-gtk.
2022-02-09 11:57:20 -05:00
Michael Rohleder f05f831f66
gnu: blender: Update to 3.0.1.
* gnu/packages/graphics.scm (blender): Update to 3.0.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-09 16:06:28 +01:00
Nicolas Goaziou 634d95be22
gnu: emacs-djvu: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-djvu)[arguments]<#:phases>: Use
G-expressions. Use SEARCH-INPUT-FILE instead of ASSOC-REF.  Remove trailing #T.
2022-02-09 15:49:04 +01:00
kiasoc5 1ef73d5bea
gnu: searx: Fix build.
* gnu/packages/search.scm (searx)[arguments]<#:phases>: Simplify
relax-requirements phase for updated dependencies. Add phase to allow sanity
check to pass.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-09 15:33:24 +01:00
kiasoc5 28e40fc369
gnu: python-flask-babel: Update to 2.0.0.
* gnu/packages/python-web.scm (python-flask-babel): Update to 2.0.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-09 15:32:10 +01:00
Jai Vetrivelan e66e3082b3
gnu: grim: Update to 1.4.0.
* gnu/packages/image.scm (grim): Update to 1.4.0.
[inputs]: Remove CARGO, add PIXMAN and LIBPNG.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-09 15:18:57 +01:00
Nicolas Goaziou 6c29b58216
gnu: emacs-theme-magic: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-theme-magic)[arguments]: Use
G-expressions.
<#:phases>: Use SEARCH-INPUT-FILE instead of ASSOC-REF.  Remove trailing #T.
2022-02-09 15:16:00 +01:00
Jai Vetrivelan a80f9a0751
gnu: Add emacs-everywhere.
* gnu/packages/emacs-xyz.scm (emacs-everywhere): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-09 15:07:26 +01:00
Nicolas Goaziou a9a59c464c
gnu: emacs-org-transclusion: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.2.0.
2022-02-09 14:54:35 +01:00
Ricardo Wurmus 74de5862f4
gnu: Add r-excelr.
* gnu/packages/cran.scm (r-excelr): New variable.
2022-02-09 14:24:27 +01:00
Ricardo Wurmus 45fb9e627e
gnu: Add r-shinymanager.
* gnu/packages/cran.scm (r-shinymanager): New variable.
2022-02-09 09:02:25 +01:00
Ricardo Wurmus ce57df72fd
gnu: Add r-billboarder.
* gnu/packages/cran.scm (r-billboarder): New variable.
2022-02-09 09:02:25 +01:00
Ricardo Wurmus 61d1d4a3c5
gnu: Add r-swne.
* gnu/packages/statistics.scm (r-swne): New variable.
2022-02-09 09:02:24 +01:00
Ricardo Wurmus 98a4da8a13
gnu: Add r-nnlm.
* gnu/packages/statistics.scm (r-nnlm): New variable.
2022-02-09 09:02:24 +01:00
Ricardo Wurmus c12a73ca26
gnu: Add r-usedist.
* gnu/packages/cran.scm (r-usedist): New variable.
2022-02-09 09:02:24 +01:00
Ricardo Wurmus e193a74337
gnu: Add r-gghighlight.
* gnu/packages/cran.scm (r-gghighlight): New variable.
2022-02-09 09:02:24 +01:00
Leo Famulari bc54947410
gnu: Remove linux-libre-4.4.
This kernel series has reached the end of its life:

https://lore.kernel.org/all/164387713713082@kroah.com/T/#t
https://lwn.net/Articles/883685/

Discussion within Guix:

https://lists.gnu.org/archive/html/guix-devel/2022-01/msg00020.html
https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00007.html

* gnu/packages/linux.scm (linux-libre-4.4-version, linux-libre-4.4-gnu-revision,
deblob-scripts-4.4, linux-libre-4.4-pristine-source, linux-libre-4.4-source,
linux-libre-headers-4.4, linux-libre-4.4): Remove variables.
2022-02-09 01:39:47 -05:00
Leo Famulari c76d9a68ae
gnu: linux-libre 5.4: Update to 5.4.177.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.177.
(linux-libre-5.4-pristine-source): Update hash.
2022-02-09 01:38:52 -05:00
Leo Famulari e05e04dfa6
gnu: linux-libre 5.10: Update to 5.10.98.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.98.
(linux-libre-5.10-pristine-source): Update hash.
2022-02-09 01:38:52 -05:00