me
/
guix
Archived
1
0
Fork 0
Commit Graph

68518 Commits (d284e35196975788be68165ccf1f770a2481d938)

Author SHA1 Message Date
Nicolas Goaziou 39d8e11c13
gnu: emacs-consult: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.9.
2021-06-23 22:12:46 +02:00
Raghav Gururajan acfa55a581
gnu: Add desec-certbot-hook.
* gnu/packages/serts.scm (desec-certbot-hook): New variable.
2021-06-23 12:50:57 -04:00
Tobias Geerinckx-Rice 620669fd17
gnu: cups: Add replacement to fix CVE-2020-10001.
* gnu/packages/patches/cups-CVE-2020-10001.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cups.scm (cups-minimal/fixed): New variable.
(cups-minimal)[replacement]: Assign it to new field.
2021-06-23 18:41:23 +02:00
Xinglu Chen 91b29aa373
gnu: ocaml-dose3: Fix tests.
* gnu/packages/ocaml.scm (ocaml-dose3)[arguments]<#:phases>: Add phase to
patch tests script.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-23 14:41:49 +02:00
Guillaume Le Vaillant 976a49bacc
gnu: bitcoin-unlimited: Fix build.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test.
2021-06-23 13:38:51 +02:00
Nicolas Goaziou cde7068e8c
gnu: texmacs: Update to 2.1.
* gnu/packages/text-editors.scm (texmacs): Update to 2.1.
[arguments]: Remove #t at the end of phases.
2021-06-23 09:36:35 +02:00
Carlo Zancanaro 6b83da9616
gnu: Fix references to emacs-build-system's expand-load-path phase.
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools)[#:phases]: Use
emacs-expand-load-path instead of emacs-add-source-to-load-path.
* gnu/packages/erlang.scm (emacs-erlang)[#:phases]: Use expand-load-path
instead of add-source-to-load-path.
* gnu/packages/protobuf.scm (emacs-protobuf-mode)[#:phases]: Use
expand-load-path instead of add-source-to-load-path.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-06-23 09:08:41 +02:00
Vinicius Monego 5ab7fbad27
gnu: Add python-cartopy.
* gnu/packages/geo.scm (python-cartopy): New variable.
2021-06-23 06:45:21 +02:00
Vinicius Monego 4b39a6fa14
gnu: Add python-pykdtree.
* gnu/packages/python-xyz.scm (python-pykdtree): New variable.
2021-06-23 06:45:20 +02:00
Vinicius Monego ac8fb4b9f4
gnu: Add python-pyshp.
* gnu/packages/geo.scm (python-pyshp): New variable.
2021-06-23 06:45:20 +02:00
Solene Rapenne via Guix-patches via 4605ea1a78
gnu: mednafen: Update to 1.27.1.
* gnu/packages/emulators.scm (mednafen): Update to 1.27.1.
[inputs]: Add flac.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 23:44:05 +02:00
Solene Rapenne via Guix-patches via 35ae64b3a3
gnu: odamex: Update to 0.9.3.
* gnu/packages/games.scm (odamex): Update to 0.9.3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 23:14:34 +02:00
Solene Rapenne via Guix-patches via 4cb70e08b2
gnu: armagetronad: Update to 0.2.9.1.0.
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 23:13:14 +02:00
Solene Rapenne via Guix-patches via 65c9251ef2
gnu: wesnoth: Update to 1.14.17.
* gnu/packages/games.scm (wesnoth): Update to 1.14.17.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 23:01:46 +02:00
Brice Waegeneire 83d29ccf64
gnu: tmux: Correct home-page.
* gnu/packages/tmux.scm (tmux)[home-page]: Replace it with its
redirection.
2021-06-22 20:22:30 +02:00
Matthew James Kraai 4a8ca205f7
gnu: tmux: Update to 3.2a.
* gnu/packages/tmux.scm (tmux): Update to 3.2a.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-22 20:22:16 +02:00
Leo Prikler 6f58ca5fb3
gnu: Add emacs-packed.
* gnu/packages/emacs-xyz.scm (emacs-packed): New variable.
2021-06-22 18:34:39 +02:00
Leo Prikler b994ff128b
gnu: Add apostrophe.
* gnu/packages/gnome.scm (apostrophe): New variable.
2021-06-22 18:34:38 +02:00
Leo Prikler f356c71ade
gnu: Add audio-to-midi.
* gnu/packages/audio.scm (audio-to-midi): New variable.
2021-06-22 18:34:38 +02:00
Leo Prikler 9e2cdf724e
gnu: Add python-python3-midi.
* gnu/packages/audio.scm (python-python3-midi): New variable.
2021-06-22 18:34:38 +02:00
Leo Prikler 5893257626
gnu: Add python-soundfile.
* gnu/packages/audio.scm (python-soundfile): New variable.
2021-06-22 18:34:37 +02:00
Ludovic Courtès 6623d1cd7f
gnu: python-numpy, python-scipy: Remove dependency on lapack.
The dependency on lapack was unused; the LAPACK interface of OpenBLAS is
used instead.  The dependency on lapack was added in
cba256f8fa (numpy) and
719b01c157 (scipy).

* gnu/packages/python-science.scm (python-scipy)[inputs]: Remove
LAPACK.
* gnu/packages/python-xyz.scm (python-numpy)[inputs]: Likewise.
2021-06-22 17:55:05 +02:00
Ludovic Courtès c7a5c3e0bb
gnu: petsc: Link against OpenBLAS rather than LAPACK.
OpenBLAS performs better than LAPACK, the reference implementation.
This is also consistent with the choice of BLAS/LAPACK implementations
made in most other packages.

* gnu/packages/maths.scm (petsc)[inputs]: Replace LAPACK by OPENBLAS.
[arguments]: Pass "--with-openblas=1".
2021-06-22 17:55:05 +02:00
Nicolas Goaziou 7c5d50f431
gnu: python-pikepdf: Update to 2.13.0.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.13.0.
2021-06-22 17:42:15 +02:00
Marius Bakke a5e6b705ac
gnu: python-pika: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-pika): Update to 1.2.0.
[source]: Change to GIT-FETCH.
[arguments]: New field.  Override and disable tests.
[native-inputs]:  Remove PYTHON-PYEV.  Add PYTHON-MOCK, PYTHON-NOSE, and
PYTHON-GEVENT.
(python2-pika): Remove variable.
2021-06-22 17:21:34 +02:00
Vinicius Monego 33fa648f75
gnu: libngspice: Delete autogenerated config.h.
* gnu/packages/engineering.scm (libngspice)[arguments]<#:phases>: Rename phase
  'delete-script-files to 'delete-scripts-and-config and delete config.h.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-22 16:43:49 +02:00
Vinicius Monego e22a711c97
gnu: libngspice: Fix KiCad compilation.
* gnu/packages/engineering.scm (libngspice)[arguments]<#:configure-flags>:
  Pass "--with-readline=no".
  [inputs]: Remove readline.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-22 16:42:55 +02:00
Julien Lepiller 347846ea86
gnu: java-kafka-clients: Disable failing test.
* gnu/packages/java.scm (java-kafka-clients): Disable a test that fails
non-deterministically.
2021-06-22 14:27:20 +02:00
Julien Lepiller 1b1eeb3b12
gnu: java-jmh: Switch to maven-build-system.
* gnu/packages/java.scm (java-jmh): Switch to maven-build-system.
2021-06-22 13:11:02 +02:00
Julien Lepiller 901d48cc17
gnu: java-jmh: Update to 1.32.
* gnu/packages/java.scm (java-jmh): Update to 1.32.
[source]: Switch to the git repository.
2021-06-22 13:10:59 +02:00
Julien Lepiller 98d2ba1a5a
gnu: maven-enforcer-parent-pom: Fix pom.
* gnu/packages/maven.scm (maven-enforcer-parent-pom): Fix dependency
versions in pom file.
2021-06-22 13:10:45 +02:00
Julien Lepiller b6b9668949
gnu: maven-core: Hardcode versions we have in Guix.
* gnu/packages/maven.scm (maven-core)[phases]: Replace default hardcoded
versions by versions of packages we have in Guix.
2021-06-22 13:10:43 +02:00
Julien Lepiller 8874108386
gnu: java-commons-math3: Install to maven repository.
* gnu/packages/java.scm (java-commons-math3)[phases]: Use
install-from-pom.
2021-06-22 13:10:40 +02:00
Julien Lepiller 01706f6e00
gnu: Add java-jopt-simple-4.
* gnu/packges/java.scm (java-jopt-simple-4): New variable.
(java-jopt-simple): Install to maven repository structure.
2021-06-22 13:10:38 +02:00
Julien Lepiller 4c98db94b0
guix: java-utils: Factorize pom.xml generation.
* guix/build/java-utils.scm (generate-pom.xml): New procedure.
* gnu/packages/maven.scm (java-surefire-junit4): Use it.
* gnu/packages/java.scm (java-qdox, java-jsr250, java-jsr305)
(java-aopalliance, java-jboss-el-api-spec)
(java-jboss-interceptors-api-spec): Use it.
(java-qdox-M9): Ensure the generated pom file has the correct version.
2021-06-22 13:09:41 +02:00
Pierre Neidhardt a40207bd6f
gnu: nyxt: Update to 2.1.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 2.1.0.
2021-06-22 12:58:43 +02:00
Efraim Flashner d89ef8a7d8
gnu: libreoffice: Update to 7.1.4.2.
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Add box2d, dtoa.
[arguments]: Adjust custom 'prepare-src, 'bin-and-desktop-install phases.
Add custom 'insert-external-tarballs phase. Adjust configure-flags to
build without skia. Remove deprecated make-flag
2021-06-22 13:51:11 +03:00
Efraim Flashner 4aae607119
gnu: orcus: Update to 0.16.1.
* gnu/packages/libreoffice.scm (orcus): Update to 0.16.1.
2021-06-22 13:51:11 +03:00
Efraim Flashner e1f5517c46
gnu: orcus: Don't build static library.
* gnu/packages/libreoffice.scm (orcus)[arguments]: Add configure-flag to
skip static library.
2021-06-22 13:51:11 +03:00
Efraim Flashner cb180427d0
gnu: ixion: Update to 0.16.1.
* gnu/packages/libreoffice.scm (ixion): Update to 0.16.1.
2021-06-22 13:51:11 +03:00
Efraim Flashner 3623696db1
gnu: ocaml-uri: Use a source file-name.
* gnu/packages/ocaml.scm (ocaml-uri)[source]: Add a file-name field.
2021-06-22 13:49:06 +03:00
Efraim Flashner 27f2b79db3
gnu: emacs-shell-command+: Use a source file-name.
* gnu/packages/emacs-xyz.scm (emacs-shell-command+)[source]: Add a
file-name field.
2021-06-22 13:49:05 +03:00
Efraim Flashner 07d2c72d39
gnu: ensembl-vep: Use a source file-name.
* gnu/packages/bioinformatics.scm (ensembl-vep)[source]: Add a file-name
field.
2021-06-22 13:49:05 +03:00
Efraim Flashner 920a36392a
gnu: Add box2d.
* gnu/packages/game-development.scm (box2d): New variable.
2021-06-22 13:49:05 +03:00
Efraim Flashner bc6c99e52c
gnu: libreoffice: Add vendor string.
Previously: This release was supplied by nixbld.
Now:        This release was supplied by GNU Guix.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add
configure-flag to set vendor to 'GNU Guix'.
2021-06-22 13:49:02 +03:00
Vinicius Monego e88f205876
gnu: Add rust-battery-0.7.
* gnu/packages/crates-io.scm (rust-battery-0.7): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 11:02:01 +02:00
Vinicius Monego d07bade71e
gnu: rust-lazycell-1: Update to 1.3.0.
* gnu/packages/crates-io.scm (rust-lazycell-1): Update to 1.3.0.
[arguments]: Remove #:skip-build.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 11:00:11 +02:00
Vinicius Monego 2de5297a08
gnu: Add rust-mach-0.3.
* gnu/packages/crates-io.scm (rust-mach-0.3): New variable.
(rust-mach-0.2): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 10:59:52 +02:00
Vinicius Monego f80f7329ce
gnu: Add rust-uom-0.30.
* gnu/packages/crates-io.scm (rust-uom-0.30): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 10:59:42 +02:00
Vinicius Monego 400f1caf3f
gnu: Add rust-uom-0.31.
* gnu/packages/crates-io.scm (rust-uom-0.31): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 10:59:27 +02:00
Vinícius dos Santos Oliveira 9ba41ea823
gnu: emilua: Update to 0.3.2.
* gnu/packages/lua.scm (emilua): Update to 0.3.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 10:54:16 +02:00
Sharlatan Hellseher 17972082cc
gnu: Add gopkg.in/yaml.v3.
* gnu/packages/golang.scm (go-gopkg-in-yml-v3): New variable

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 10:51:22 +02:00
Nicolas Goaziou 61a9ba398f
gnu: widelands: Update description.
* gnu/packages/games.scm (widelands)[description]: Update to mirror changes in
the stable release.
2021-06-22 10:39:40 +02:00
Nicolas Goaziou 662316b0d6
gnu: widelands: Ensure Guix catches versioning scheme switch.
* gnu/packages/games.scm (widelands-21): New variable.

"21" was the last beta release.  Upstream has now switched to a new versioning
scheme, with lesser numbers.
2021-06-22 10:35:58 +02:00
Felix Gruber b6fc274637
gnu: widelands: Update to 1.0.
* gnu/packages/games.scm (widelands): Update to 1.0.
[source]: Download from github as there is no tarball for v1.0 on their
website.
[inputs]: Add curl.
* gnu/packages/patches/widelands-system-wide_minizip.patch: Adjust for
1.0. CmakeLists.txt now already defines CMAKE_MODULE_PATH, so I've moved
FindMinizip.cmake to this path.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-22 10:27:21 +02:00
Ricardo Wurmus 44bccf414b
gnu: Add perl-cworld-dekker.
* gnu/packages/bioinformatics.scm (perl-cworld-dekker): New variable.
2021-06-22 08:40:56 +02:00
Ricardo Wurmus 14f72bd48d
gnu: python-ddt: Update to 1.4.2.
* gnu/packages/python-xyz.scm (python-ddt): Update to 1.4.2.
2021-06-22 08:34:51 +02:00
Nicolas Goaziou d534d076f0
gnu: emacs-which-key: Update to 3.5.3.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.3.
2021-06-22 07:58:57 +02:00
Raghav Gururajan adf485c815
gnu: dino: Enable some features.
* gnu/packages/messaging.scm (dino): Add comments for v0.3.0 release.
[inputs]: Add gspell and icu4c.
2021-06-22 01:02:01 -04:00
Raghav Gururajan 43cec0d117
gnu: dino: Add missing inputs.
These new inputs are referenced by the package but was missing in
the package definition. Some of these inputs might have been used
by the package indirectly via propagation from other inputs.

* gnu/packages/messaging.scm (dino)[native-inputs]: Add gobject-introspection.
[inputs]: Add atk, cairo, gdk-pixbug+svg, libnice and pango.
2021-06-22 01:01:57 -04:00
Raghav Gururajan e3a468b206
gnu: dino: Remove duplicate inputs.
* gnu/packages/messaging.scm (dino)[inputs]: Remove duplicate gpgme,
gtk+, glib-networking and gsettings-desktop-schemas.
2021-06-22 01:01:11 -04:00
Marius Bakke a1c7537548
gnu: uBlock Origin: Update to 1.36.0.
* gnu/packages/browser-extensions.scm (uassets): Update to 20d21ad7e.
(ublock-origin): Update to 1.36.0.
2021-06-22 00:09:40 +02:00
Marius Bakke a03912ed86
gnu: ungoogled-chromium: Update to 91.0.4472.114-0.a9eb6fd.
* gnu/packages/chromium.scm (%chromium-version): Set to 91.0.4472.114.
(%ungoogled-revision): Set to a9eb6fd.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2021-06-22 00:09:40 +02:00
Tobias Geerinckx-Rice 4343476a3b
gnu: dovecot-pigeonhole: Update to 0.5.15 [fixes CVE-2020-28200].
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.15.
2021-06-21 18:38:06 +02:00
Tobias Geerinckx-Rice 18968a7752
gnu: dovecot: Update to 2.3.15 [fixes CVE-2021-29157 & CVE-2021-33515].
* gnu/packages/mail.scm (dovecot): Update to 2.3.15.
2021-06-21 18:38:06 +02:00
Tobias Geerinckx-Rice 885d05acb9
gnu: capnproto: Fix typo in phase name.
* gnu/packages/serialization.scm (capnproto)[arguments]: Rename the
'use-tmp-for-tempory-files phase to 'use-tmp-for-temporary-files.
2021-06-21 18:27:19 +02:00
Tobias Geerinckx-Rice 98ae5c9d84
gnu: lxcfs: Fix typos in description.
* gnu/packages/virtualization.scm (lxcfs)[synopsis, description]: Fix typos.
2021-06-21 18:27:19 +02:00
Tobias Geerinckx-Rice 23e3d2d9be
gnu: font-overpass: Fix typo in description.
* gnu/packages/fonts.scm (font-overpass)[description]: Fix typo.
2021-06-21 18:27:18 +02:00
Ricardo Wurmus c44271445a
gnu: r-monocle3: Update to 1.0.0.
* gnu/packages/bioconductor.scm (r-monocle3): Update to 1.0.0.
[propagated-inputs]: Add r-batchelor, r-leidenbase, and r-rsample.
2021-06-21 17:53:26 +02:00
Ricardo Wurmus 7209beb694
gnu: Add r-leidenbase.
* gnu/packages/bioconductor.scm (r-leidenbase): New variable.
2021-06-21 17:53:26 +02:00
Ricardo Wurmus a41bddd29d
gnu: Add r-batchelor.
* gnu/packages/bioconductor.scm (r-batchelor): New variable.
2021-06-21 17:53:26 +02:00
Ricardo Wurmus 278e1c090e
gnu: Add r-residualmatrix.
* gnu/packages/bioconductor.scm (r-residualmatrix): New variable.
2021-06-21 17:53:26 +02:00
Ricardo Wurmus 111aa862ec
gnu: r-monocle3: Add missing input.
* gnu/packages/bioconductor.scm (r-monocle3)[propagated-inputs]: Add
r-assertthat.
2021-06-21 17:53:25 +02:00
Ricardo Wurmus 35b31a18be
gnu: python-cfn-lint: Update to 0.51.0.
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.51.0.
[arguments]: Delete another test that attempts to access the internet.
2021-06-21 17:53:25 +02:00
Ricardo Wurmus ac02d423d3
gnu: python-pyyaml: Update to 5.4.1.
* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.4.1.
2021-06-21 17:53:25 +02:00
Ricardo Wurmus 5c9f614e69
gnu: python-aws-sam-translator: Update to 1.36.0.
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.36.0.
2021-06-21 17:53:25 +02:00
Efraim Flashner cfe79af7e6
gnu: rust-openssl-sys-0.9: Update to 0.9.64.
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.64.
2021-06-21 18:02:06 +03:00
Andreas Enge 91defaf245
gnu: mpfrcx: Update to 0.6.2.
* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.2.
2021-06-21 16:44:26 +02:00
Jack Hill 6acc04eca7
gnu: Add eovim.
* gnu/packages/vim (eovim): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 17:23:36 +03:00
Efraim Flashner 5506b841d1
gnu: mlt: Don't hardcode gcc value.
* gnu/packages/video.scm (mlt)[arguments]: Adjust make-flags to use
cc-for-target, cxx-for-target.
2021-06-21 17:19:39 +03:00
Vinicius Monego 0b1cf40dce
gnu: Add shotcut.
* gnu/packages/video.scm (shotcut): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 17:19:39 +03:00
Vinicius Monego 49e8fa4a3d
gnu: mlt: Add optional dependencies.
* gnu/packages/video.scm (mlt)[inputs]: Add alsa-plugins:pulseaudio,
libebur128, rtaudio, sdl2, sdl2-image, sox, vidstab. Remove sdl.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 17:05:43 +03:00
Vinicius Monego 6b183cd47d
gnu: mlt: Update to 6.26.1.
* gnu/packages/video.scm (mlt): Update to 6.26.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 17:04:14 +03:00
Vinicius Monego 5e6abeee98
gnu: mlt: Update license.
* gnu/packages/video.scm (mlt)[license]: Change from gpl3 to lgpl2.1+.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 17:04:05 +03:00
Sergey Trofimov 7e2afc6ac3
gnu: moreutils: Remove obsolete source uri.
* gnu/packages/moreutils.scm (moreutils): Remove obsolete origin uri as
it returns 404.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 15:18:38 +03:00
Ricardo Wurmus 8a62d8685a
gnu: Add python-iced.
* gnu/packages/bioinformatics.scm (python-iced): New variable.
2021-06-21 13:02:39 +02:00
Ricardo Wurmus 38d829cf24
gnu: python-argh: Remove python-tox.
* gnu/packages/python-xyz.scm (python-argh)[propagated-inputs]: Remove python-tox.
2021-06-21 12:25:21 +02:00
Ricardo Wurmus 42d8257e03
gnu: r-arrow: Add arrow libraries.
* gnu/packages/cran.scm (r-arrow)[inputs]: Add the lib output of apache-arrow.
2021-06-21 12:17:23 +02:00
Ricardo Wurmus bf0f9dd051
gnu: apache-arrow: Update to 4.0.1.
* gnu/packages/databases.scm (apache-arrow): Update to 4.0.1.
[arguments]: Remove trailing boolean; ensure that xsimd is not downloaded and
built anew.
[inputs]: Add xsimd.
2021-06-21 12:17:23 +02:00
Pierre Neidhardt 71c3f95419
gnu: Add cl-gserver.
* gnu/packages/lisp-xyz.scm (cl-gserver, ecl-cl-gserver, sbcl-cl-gserver): New variables.
2021-06-21 11:18:13 +02:00
Pierre Neidhardt 008da15880
gnu: Add cl-hamt.
* gnu/packages/lisp-xyz.scm (cl-hamt, ecl-cl-hamt, sbcl-cl-hamt): New variables.
2021-06-21 11:18:13 +02:00
Pierre Neidhardt 40098148bd
gnu: Add cl-murmurhash.
* gnu/packages/lisp-xyz.scm (cl-murmurhash, ecl-cl-murmurhash,
sbcl-cl-murmurhash): New variables.
2021-06-21 11:18:13 +02:00
Pierre Neidhardt 3b45aa167d
gnu: Add cl-mock.
* gnu/packages/lisp-xyz.scm (cl-mock, ecl-cl-mock, sbcl-cl-mock): New variables.
2021-06-21 11:18:13 +02:00
Pierre Neidhardt 9903342ac8
gnu: Add atomics.
* gnu/packages/lisp-xyz.scm (cl-atomics, ecl-atomics, sbcl-atomics): New variables.
2021-06-21 11:18:13 +02:00
Pierre Neidhardt 9d48a179d1
gnu: Add binding-arrows.
* gnu/packages/lisp-xyz.scm (cl-binding-arrows, ecl-binding-arrows, sbcl-binding-arrows): New variables.
2021-06-21 11:18:13 +02:00
Pierre Neidhardt 659cc959b3
gnu: Add forgotten ecl-stmx and cl-stmx definitions.
* gnu/packages/lisp-xyz.scm (cl-ecl-stmx, ecl-ecl-stmx): New variables.
2021-06-21 11:18:13 +02:00
Jack Hill 30a04c00be
gnu: Add tlf.
* gnu/packages/patches/tlf-support-hamlib-4.2+.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/radio.scm (tlf): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-06-21 10:16:04 +02:00
Nicolas Goaziou a7495b04b5
gnu: emacs-marginalia: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.7.
2021-06-21 08:10:05 +02:00
Nicolas Goaziou 0f1e95746b
gnu: emacs-vertico: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.12.
2021-06-21 08:08:41 +02:00
Nicolas Goaziou 5bf6b88ef3
gnu: emacs-corfu: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.9.
2021-06-21 08:07:09 +02:00
Boris A. Dekshteyn 3a67aafc55
gnu: font-terminus: Build Open Type Bitmap.
* gnu/packages/fonts.scm (font-terminus)[outputs]: Add otb.
[arguments]: Add 'build-otb, 'install-otb phases.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-21 08:46:50 +03:00
Tobias Geerinckx-Rice 8b9b707674
gnu: kirc: Update to 0.2.7.
* gnu/packages/irc.scm (kirc): Update to 0.2.7.
2021-06-21 01:51:56 +02:00
Tobias Geerinckx-Rice 2955fec1c9
gnu: asio: Update to 1.18.2.
* gnu/packages/networking.scm (asio): Update to 1.18.2.
2021-06-21 01:51:56 +02:00
Tobias Geerinckx-Rice 4ebc965ede
gnu: whois: Update to 5.5.10.
* gnu/packages/networking.scm (whois): Update to 5.5.10.
2021-06-21 01:51:56 +02:00
Xinglu Chen 980c33bd3f
gnu: ocaml-merlin: Inherit from ‘ocaml-dot-merlin-reader’.
* gnu/packages/ocaml.scm (ocaml-merlin): Inherit from
‘ocaml-dot-merlin-reader’, thus also updating it to 4.2-411.
[version, source, build-system, home-page]: Remove.
[arguments]<#:phases>: Use custom test phase.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-21 00:10:03 +02:00
Xinglu Chen 5ae0d2c247
gnu: ocaml-dot-merlin-reader: Update to 4.2-411.
* gnu/packages/ocaml.scm (ocaml-dot-merlin-reader): Update to 4.2-411.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-21 00:09:13 +02:00
Tobias Geerinckx-Rice d027858e70
gnu: corsix-th: Update to 0.65.
* gnu/packages/games.scm (corsix-th): Update to 0.65.
2021-06-20 16:44:09 +02:00
Tobias Geerinckx-Rice eca228eb09
gnu: tcpdump: Update to 4.99.1.
* gnu/packages/admin.scm (tcpdump): Update to 4.99.1.
2021-06-20 16:44:09 +02:00
Tobias Geerinckx-Rice df68e5c65a
gnu: rsnapshot: Update to 1.4.4.
* gnu/packages/backup.scm (rsnapshot): Update to 1.4.4.
2021-06-20 16:44:09 +02:00
Tobias Geerinckx-Rice 6b8552fd5a
gnu: knot: Update to 3.0.7.
* gnu/packages/dns.scm (knot): Update to 3.0.7.
2021-06-20 16:44:09 +02:00
Xinglu Chen a211078f99
gnu: ocaml-ppxlib: Update to 0.22.1.
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.22.1.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 13:14:06 +02:00
Julien Lepiller 6e6769dde0
gnu: why3: Update to 1.3.3.
* gnu/packages/maths.scm (why3): Update to 1.3.3.
[arguments]: Adjust for newer ocaml-num.
2021-06-20 13:13:56 +02:00
Xinglu Chen 0bfafa49fa
gnu: ocaml-menhir: Update to 20210419.
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20210419.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 13:13:29 +02:00
Solene Rapenne 7ab6907448
gnu: openvpn: Update to 2.5.3.
* gnu/packages/vpn.scm (openvpn): Update to 2.5.3.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-20 10:02:25 +02:00
Nicolas Goaziou 019c862a67
gnu: tectonic: Update to 0.7.0.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.7.0.
2021-06-20 08:22:37 +02:00
Xinglu Chen dcd94ee855
gnu: Add ocaml-mparser-pcre.
* gnu/packages/ocaml.scm (ocaml-mparser-pcre): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:15:10 +02:00
Xinglu Chen 620b4e8ad3
gnu: Add ocaml-mparser-re.
* gnu/packages/ocaml.scm (ocaml-mparser-re): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:15:02 +02:00
Xinglu Chen fe6fd923a8
gnu: Add ocaml-mparser.
* gnu/packages/ocaml.scm (ocaml-mparser): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:13:48 +02:00
Xinglu Chen 96dce8c7fe
gnu: ocaml4.07-pcre: Remove package.
* gnu/packages/ocaml.scm (ocaml4.07-pcre): Remove package.  It has been
superseded by ‘ocaml-pcre’.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:13:33 +02:00
Xinglu Chen 97d3a9f781
gnu: ocaml4.07-expect: Switch to default OCaml compiler.
* gnu/packages/ocaml.scm (ocaml4.07-expect): Rename to ‘ocaml-expect’.
[arguments]: Use default OCaml compiler.
[native-inputs]: Use ‘ocaml-*’ packages instead of ‘ocaml4.07-*’.
[propagated-inputs]: Likewise.
[description]: Make it a full sentence.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:13:24 +02:00
Xinglu Chen 376b16e9a1
gnu: Add ocaml-pcre.
* gnu/packages/ocaml.scm (ocaml-pcre): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-20 02:12:40 +02:00
Nicolas Goaziou acb34cda23
gnu: emacs-emms: Update to 7.5.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.5.
2021-06-20 00:05:32 +02:00
Brice Waegeneire eb939109b9
gnu: opendoas: Fix restricted path "safepath".
* gnu/packages/admin.scm (opendoas)[phases]: Rename 'fix-install' phase
to 'pre-configure', run it before 'configure' and add a substitution for
safepath.
2021-06-19 23:46:05 +02:00
Ryan Prior cae5f6e54b
gnu: esbuild: Update to 0.12.9.
* gnu/packages/web.scm (esbuild): Update to 0.12.9.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-19 22:53:46 +02:00
Brice Waegeneire 9fd9364492
gnu: Add duc.
* gnu/packages/disk.scm (duc): New variable.
2021-06-19 22:02:50 +02:00
Arun Isaac 0a90bea34d
gnu: linkchecker: Update to 10.0.1.
* gnu/packages/web.scm (linkchecker): Update to 10.0.1.
[source]: Remove patches.
[inputs]: Add python-beautifulsoup4. Replace python2-dnspython-1.16,
python2-pyxdg and python2-requests with python-dnspython, python-pyxdg and
python-requests respectively.
[native-inputs]: Replace python2-pytest, python2-miniboa and
python2-parameterized with python-pytest, python-miniboa and
python-parameterized respectively.
[arguments]: Use python 3. Replace check phase instead of deleting the
standard phase and adding a custom one. Use add-installed-pythonpath instead
of setting PYTHONPATH directly. Support disabling of tests with tests?.
[home-page]: Update URI.
* gnu/packages/patches/linkchecker-tests-require-network.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
2021-06-20 00:24:11 +05:30
Stefan b04cba9ee5
gnu: linux-libre: Correct name of EXTRAVERSION, and prepend "-" to content.
* gnu/packages/linux.scm (make-linux-libre): Move the comment for the
configuration-file argument to the correct position.
(make-linux-libre*): Move the comment for the configuration-file argument
to the correct position.
Fix name of environment variable EXTRAVERSION.
Prepend a hyphen to the content of EXTRAVERSION.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2021-06-19 20:10:03 +02:00
Charles c7b2bbc3de
gnu: Add new variable font-borg-sans-mono.
* gnu/packages/fonts.scm (font-borg-sans-mono): Add new variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-06-19 19:27:39 +02:00
Marius Bakke dece03e2b9
gnu: Remove bsdiff traces.
This is a follow-up to 373c7b5791.

* gnu/packages/patches/bsdiff-CVE-2014-9862.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-06-19 17:17:02 +02:00
Marius Bakke 657aaa7be4
gnu: efivar: Adjust for GCC 10.
* gnu/packages/patches/efivar-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (efivar)[source](patches, modules, snippet): New
fields.
[arguments]: Use CC-FOR-TARGET while at it.
2021-06-19 17:09:51 +02:00
Marius Bakke fbee3e134b
gnu: jfsutils: Adjust for GCC 10.
* gnu/packages/patches/jfsutils-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/file-systems.scm (jfsutils)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Marius Bakke e4d5b509fe
gnu: isc-dhcp: Adjust for GCC 10.
* gnu/packages/patches/isc-dhcp-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (isc-dhcp)[source](patches): New field.
2021-06-19 17:09:51 +02:00
Marius Bakke 5b6d264f12
gnu: ath9k-htc-firmware: Adjust for GCC 10.
* gnu/packages/patches/ath9k-htc-firmware-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Marius Bakke 708fc4a2b0
gnu: gpm: Adjust for GCC 10.
* gnu/packages/linux.scm (gpm)[source](modules, snippet): New fields.
2021-06-19 17:09:51 +02:00
Marius Bakke 2b2ecbace4
gnu: QEMU: Adjust for Sphinx 4.0.
* gnu/packages/patches/qemu-sphinx-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (qemu)[source](patches): Add it.
2021-06-19 17:09:51 +02:00
Marius Bakke 07d91d34d2
gnu: QEMU: Remove obsolete workaround.
* gnu/packages/virtualization.scm (qemu)[arguments]: Remove phase hide-glibc.
2021-06-19 17:09:51 +02:00
Leo Famulari 879eb81906
gnu: linux-libre 5.4: Update to 5.4.127.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.127.
(linux-libre-5.4-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 0a5b2b8213
gnu: linux-libre 5.10: Update to 5.10.43.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.43.
(linux-libre-5.10-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari edfd979620
gnu: linux-libre: Update to 5.12.12.
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.12.
(linux-libre-5.12-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 574d317845
gnu: linux-libre 4.4: Update to 4.4.273.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.273.
(linux-libre-4.4-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 69a81892ac
gnu: linux-libre 4.9: Update to 4.9.273.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.273.
(linux-libre-4.9-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari 52bbf336f9
gnu: linux-libre 4.14: Update to 4.14.237.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.237.
(linux-libre-4.14-pristine-source): Update hash.
2021-06-19 10:57:20 -04:00
Leo Famulari ff9a4cedc4
gnu: linux-libre 4.19: Update to 4.19.195.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.195.
(linux-libre-4.19-pristine-source): Update hash.
2021-06-19 10:57:19 -04:00
Tobias Geerinckx-Rice ad879bffa3
gnu: Add missing imports to (gnu packages vpn).
This follows up on c85ed0e758.

* gnu/packages/vpn.scm: Import (gnu packages curl), (gnu packages gnome),
and (gnu packages multiprecision).
* gnu/packages/networking.scm: Remove unused
(gnu packages multiprecision) import.

f
2021-06-19 13:07:51 +02:00
Julien Lepiller 0e8a18f0ec
gnu: cubicle: Make deterministic.
* gnu/packages/ocaml.scm (cubicle)[arguments]: Remove build date from
resulting binary.
2021-06-19 12:54:32 +02:00
Julien Lepiller 9417fae9fb
gnu: cubicle: Fix build with newer ocaml-num.
* gnu/packages/ocaml.scm (cubicle)[arguments]: Adjust Makefile for
changes in ocaml-num.
2021-06-19 12:54:27 +02:00
Tobias Geerinckx-Rice c85ed0e758
gnu: Move strongswan to (gnu packages vpn).
See <https://logs.guix.gnu.org/guix/2021-06-19.log#015517>.

* gnu/packages/networking.scm (strongswan): Move from here…
* gnu/packages/vpn.scm (strongswan): …to here.
2021-06-19 12:35:17 +02:00
pukkamustard e93f6b693b
gnu: Update ocaml-mdx to 1.9.0.
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 1.9.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-19 12:31:47 +02:00
Pierre Neidhardt b1a8822e1d
gnu: Add stmx.
* gnu/packages/lisp-xyz.scm (cl-stmx, ecl-stmx, sbcl-stmx): New variables.
2021-06-19 10:01:16 +02:00
Xinglu Chen dee608a1bb
gnu: Add ocaml-calendar.
* gnu/packages/ocaml.scm (ocaml-calendar): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-19 00:14:16 +02:00
Tobias Geerinckx-Rice 8f8adb9c18
gnu: libaom: Omit static library.
* gnu/packages/video.scm (libaom)[arguments]: Add a
'delete-static-libraries phase to do so.
2021-06-19 00:04:55 +02:00
Tobias Geerinckx-Rice 563bd8305e
gnu: libaom: Update to 3.1.1.
* gnu/packages/video.scm (libaom): Update to 3.1.1.
2021-06-19 00:04:54 +02:00
Tobias Geerinckx-Rice 57c5c8a3a7
gnu: vcsh: Update to 1.20190621-4.
* gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
2021-06-19 00:04:54 +02:00
Domagoj Stolfa 36bfd64213
gnu: strongswan: Update to 5.9.2.
* gnu/packages/networking.scm (strongswan): Update to 5.9.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-06-19 00:04:54 +02:00
Ludovic Courtès caf4a7a277
gnu: curl@7.77.0: Provide a correct TLS priority string.
Fixes <https://bugs.gnu.org/49035>.

* gnu/packages/patches/curl-7.77-tls-priority-string.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/curl.scm (curl-7.77.0)[source]: Use it.
2021-06-18 17:40:10 +02:00
Xinglu Chen 299c3c1860
gnu: dune-bootstrap: Update to 2.8.5.
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.8.5.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2021-06-18 14:33:10 +02:00
Andrew Tropin 2ef71b66f3
gnu: xdg-desktop-portal-wlr: Update to 0.4.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update to 0.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-18 14:24:11 +02:00
Andrew Tropin 7625242d74
gnu: xdg-desktop-portal: Update to 1.8.1 and honor XDG_DESKTOP_PORTAL_DIR.
* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.8.1.
[arguments, native-search-paths]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-18 14:23:41 +02:00
Andrew Tropin d0d948e393
gnu: pipewire: Update to 0.3.29.
* gnu/packages/linux.scm (pipewire): Update to 0.3.29.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-18 14:20:31 +02:00
Arun Isaac bccf2a9e25
gnu: python-miniboa: Update to 1.0.8.
* gnu/packages/python-xyz.scm (python-miniboa): Update to 1.0.8.
2021-06-18 17:09:52 +05:30
Christopher Baines ba575ee814
gnu: guix: Update to 4985a42.
* gnu/packages/package-management.scm (guix): Update to 4985a42.
2021-06-18 12:36:54 +01:00
Paul A. Patience 8bf2e237f8
gnu: Iosevka fonts: Update to 7.0.3.
* gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab,
font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile,
font-iosevka-curly, font-iosevka-curly-slab, font-iosevka-etoile):
Update to 7.0.3.
(font-iosevka-sparkle): Delete variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18 13:27:34 +02:00
Boris A. Dekshteyn aec8dfd37b
gnu: lib2geom: Update to commit b29d60e4.
* gnu/packages/graphics.scm (lib2geom): Update to commit
b29d60e49a58f4e8069544b44863b1a623e4ee59 (with inkscape 1.1 relased).
2021-06-18 13:12:22 +02:00
Boris A. Dekshteyn 624a6b60b5
gnu: inkscape: Update to version 1.1.
* gnu/packages/patches/inkscape-1.1-fix-build-witch-gcc7.5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/inkscape.scm (inkscape-1.0) Rename to inkscape-1.1.
* gnu/packages/inkscape.scm (inkscape-1.1) Update to version 1.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18 13:12:17 +02:00
Sarah Morgensen via Guix-patches via 555d14eba7
gnu: Add font-overpass.
* gnu/packages/fonts.scm (font-overpass): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18 12:13:23 +02:00
Niklas Eklund 93db7fa739
gnu: Add xkb-switch.
* gnu/packages/xdisorg.scm (xkb-switch): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18 12:08:04 +02:00
Niklas Eklund d4b86bac97
gnu: Add emacs-flycheck-package.
*  gnu/emacs-xyz.scm (emacs-flycheck-package): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18 12:01:17 +02:00
Xinglu Chen d640ae44e8
gnu: Add emacs-package-build.
* gnu/packages/emacs-xyz.scm (emacs-package-build): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-06-18 11:59:52 +02:00
Nicolas Goaziou 9f1d2085df
gnu: giac: Update to 1.7.0-13.
* gnu/packages/algebra.scm (giac): Update to 1.7.0-13.
2021-06-18 11:54:06 +02:00
Nicolas Goaziou ee87b296a0
gnu: emacs-evil-matchit: Update to 2.3.12.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.12.
2021-06-18 11:16:29 +02:00
Nicolas Goaziou da40346d43
gnu: emacs-org-ql: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.5.2.
[arguments]<#:phases>: Remove unnecessary #t.
2021-06-18 11:14:53 +02:00
Nicolas Goaziou 057373348d
gnu: emacs-epkg: Update to 3.3.1.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.1.
2021-06-18 11:08:35 +02:00
Nicolas Goaziou 1dabaf2fa0
gnu: emacs-closql: Update to 1.0.6.
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.6.
2021-06-18 11:08:29 +02:00
Nicolas Goaziou eab1e95fbc
gnu: emacs-forge: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.2.1.
2021-06-18 11:03:45 +02:00
Nicolas Goaziou 31c86c9f2e
gnu: emacs-transient: Update to 0.3.5.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.5.
2021-06-18 11:01:46 +02:00
Nicolas Goaziou 4ac70d0208
gnu: thinkfan: Update to 1.2.2.
* gnu/packages/linux.scm (thinkfan): Update to 1.2.2.
2021-06-18 10:55:19 +02:00
Nicolas Goaziou a7f31ef118
gnu: tectonic: Update to 0.6.4.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.6.4.
2021-06-18 10:49:49 +02:00
Nicolas Goaziou ea68ce80c9
gnu: emacs-emms: Update to 7.4.
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.4.
2021-06-18 10:48:59 +02:00
Nicolas Goaziou 204fae3bdf
gnu: emacs-posframe: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.4.
2021-06-18 10:47:14 +02:00
Nicolas Goaziou d7fe0414fc
gnu: tectonic: Update to 0.6.2.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.6.2.
2021-06-17 19:33:34 +02:00
Ricardo Wurmus ef5468ff0e
gnu: Add r-chicago.
* gnu/packages/bioconductor.scm (r-chicago): New variable.
2021-06-17 14:57:47 +02:00
Ricardo Wurmus 7b199d8360
gnu: Add r-delaporte.
* gnu/packages/cran.scm (r-delaporte): New variable.
2021-06-17 14:57:26 +02:00
Ricardo Wurmus 88d8b4ece0
gnu: r-gviz: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-gviz): Update to 1.36.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 45f1e079a5
gnu: r-scater: Update to 1.20.1.
* gnu/packages/bioconductor.scm (r-scater): Update to 1.20.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 06fb533c28
gnu: r-rhdf5lib: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-rhdf5lib): Update to 1.14.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus e4c2155263
gnu: r-biocstyle: Update to 2.20.1.
* gnu/packages/bioconductor.scm (r-biocstyle): Update to 2.20.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 46178051d5
gnu: r-enrichplot: Update to 1.12.1.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.12.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus c5b7ade1c6
gnu: r-biocsingular: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.8.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 79b67d2f54
gnu: r-diffbind: Update to 3.2.2.
* gnu/packages/bioconductor.scm (r-diffbind): Update to 3.2.2.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 005d3d4058
gnu: r-biostrings: Update to 2.60.1.
* gnu/packages/bioconductor.scm (r-biostrings): Update to 2.60.1.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 495a9cff6d
gnu: r-biomart: Update to 2.48.1.
* gnu/packages/bioconductor.scm (r-biomart): Update to 2.48.1.
[propagated-inputs]: Add r-xml2.
2021-06-17 14:25:36 +02:00
Ricardo Wurmus 49e8978452
gnu: r-annotationdbi: Update to 1.54.1.
* gnu/packages/bioconductor.scm (r-annotationdbi): Update to 1.54.1.
2021-06-17 14:25:36 +02:00
Tobias Geerinckx-Rice f70ff65e0e
gnu: liba52: Note the type of stream.
* gnu/packages/video.scm (liba52)[synopsis, description]: A is for audio.
2021-06-17 11:19:19 +02:00
Tobias Geerinckx-Rice d1744d2fbb
gnu: bcachefs-tools: Update to 0.1-8.fe1bb39.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-8.fe1bb39.
2021-06-17 11:19:19 +02:00
Mathieu Othacehe f1a71be028
gnu: guile-parted: Update to 0.0.5.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.5.
2021-06-17 10:10:08 +02:00
Brice Waegeneire d65bd74411
gnu: openntpd: Get libressl version from the inputs.
* gnu/packages/ntp.scm (openntpd)[arguments]: Get libressl version from
the package inputs.
2021-06-17 08:28:14 +02:00
Brice Waegeneire 76a9bad380
gnu: libressl: Remove search paths.
Unlike OpenSSL, LibreSSL hardcode it's certificate bundle and doesn't
allow to specify it through a environment variable.

* gnu/packages/tls.scm (libressl)[configure-flags]: Specify OpenSSL
configuration directory.
[native-search-paths]: Remove it.
* gnu/packages/ntp.scm (openntpd)[configure-flags]: Adjust CAcert
location.
2021-06-17 08:14:47 +02:00
Brice Waegeneire db87a223fe
gnu: brightnessctl: Add elogind support.
* gnu/packages/patches/brightnessctl-elogind-support.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (brightnessctl)[source]: Apply it.
[make-flags]: Enable logind support.
[native-inputs]: Add pkg-config.
[inputs]: Add elogind.
2021-06-17 07:27:45 +02:00
Ricardo Wurmus 20ab92719e
gnu: Add undbx.
* gnu/packages/mail.scm (undbx): New variable.
2021-06-17 00:15:28 +02:00
Marius Bakke f3e68e61ac
gnu: ffmpeg: Build with the latest SRT.
* gnu/packages/video.scm (ffmpeg)[inputs]: Change from SRT-1.4.1 to SRT.
2021-06-16 19:07:26 +02:00