summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: OBS: Use new package style.base-for-series-11204base-for-series-11203base-for-series-11202base-for-series-11201Andrew Tropin2022-01-31
| | | | | | * gnu/packages/video.scm (obs): Use new package style. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: guix: Add nar-herder-service-type.Christopher Baines2022-01-31
| | | | | | | | | | | | | | | | | | | | | * gnu/services/guix.scm (<nar-herder-configuration>): New record type. (nar-herder-configuration, nar-herder-configuration?, nar-herder-configuration-package, nar-herder-configuration-user, nar-herder-configuration-group, nar-herder-configuration-mirror nar-herder-configuration-database nar-herder-configuration-database-dump nar-herder-configuration-host nar-herder-configuration-port nar-herder-configuration-storage nar-herder-configuration-storage-limit nar-herder-configuration-storage-nar-removal-criteria nar-herder-shepherd-services, nar-herder-activation, nar-herder-account): New procedures. (nar-herder-service-type): New variable. * gnu/tests/guix.scm (%test-nar-herder): New variable. * doc/guix.texi (Guix Services): Document the new service.
* gnu: poke: Update to 2.0.Efraim Flashner2022-01-31
| | | | * gnu/packages/engineering.scm (poke): Update to 2.0.
* gnu: ruby-mustache: Fix race condition.Danny Milosavljevic2022-01-31
| | | | | | | * gnu/packages/patches/ruby-mustache-1.1.1-fix-race-condition-tests.patch: New file. * gnu/packages/ruby.scm (ruby-mustache)[source]<#:origin>: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add scvelo.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/bioinformatics.scm (scvelo): New variable.
* gnu: python-seaborn: Fix build.Ricardo Wurmus2022-01-31
| | | | | | | * gnu/packages/python-xyz.scm (python-seaborn)[source]: Add patch. [arguments]: Add build phase 'patch-more-tests. * gnu/packages/patches/python-seaborn-2690.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: python-anndata: Update to 0.7.8.Ricardo Wurmus2022-01-31
| | | | | | | * gnu/packages/python-xyz.scm (python-anndata): Update to 0.7.8. [arguments]: Embed the appropriate version string instead of letting it try (and fail) to discover the correct string at load time. [propagated-inputs]: Add python-xlrd-1.
* gnu: Add python-xlrd-1.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/python-xyz.scm (python-xlrd-1): New variable.
* gnu: python-louvain-0.6: Update to 0.7.1.Ricardo Wurmus2022-01-31
| | | | | | | | | | * gnu/packages/graph.scm (python-louvain-0.6): Update to 0.7.1. [arguments]: Add build phases 'find-igraph and 'pretend-version. [native-inputs]: Add python-setuptools-scm and python-wheel. Rename this variable... (python-louvain-0.7): ...to this, naturally. * gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Update reference to python-louvain-0.6.
* gnu: python-louvain: Update to 0.16.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/graph.scm (python-louvain): Update to 0.16.
* gnu: bwa-meth: Remove trailing #T from build phase.Ricardo Wurmus2022-01-31
| | | | | * gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Remove trailing #T from build phase.
* gnu: bwa-meth: Update to 0.2.3.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/bioinformatics.scm (bwa-meth): Update to 0.2.3.
* gnu: fontmanager: Add missing input.Julien Lepiller2022-01-31
| | | | | * gnu/packages/fontutils.scm (fontmanager)[native-inputs]: Add python-wrapper.
* gnu: java-log4j-api: Update to 2.17.1.Julien Lepiller2022-01-31
| | | | * gnu/packages/java.scm (java-log4j-api): Update to 2.17.1.
* gnu: pre-commit: Update to 2.17.0.Vinicius Monego2022-01-31
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
* gnu: shotcut: Update to 22.01.30.Vinicius Monego2022-01-31
| | | | * gnu/packages/video.scm (shotcut): Update to 22.01.30.
* gnu: texlive-bin: Fix building on riscv64-linux.Efraim Flashner2022-01-31
| | | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Adjust configure-flags for riscv64-linux to skip luajit based binaries. Add phase to skip some tests.
* gnu: Remove OpenSSL 1.0.base-for-series-11196base-for-series-11195base-for-series-11194base-for-series-11193base-for-series-11192base-for-series-11191Marius Bakke2022-01-30
| | | | | | This package no longer has any users in Guix. * gnu/packages/tls.scm (openssl-1.0): Remove variable.
* gnu: Remove unused patch.Marius Bakke2022-01-30
| | | | | * gnu/packages/patches/openssl-CVE-2019-1559.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: OpenSSL: Add 3.0.Marius Bakke2022-01-30
| | | | | | * gnu/packages/tls.scm (openssl-3.0): New variable. * gnu/packages/patches/openssl-3.0-c-rehash-in.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: util-linux-with-udev: Remove input labels.Marius Bakke2022-01-30
| | | | * gnu/packages/linux.scm (util-linux+udev)[inputs]: Use MODIFY-INPUTS.
* gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990].Marius Bakke2022-01-30
| | | | * gnu/packages/xml.scm (expat/fixed): Update to 2.4.4.
* gnu: waylandpp: Update to 0.2.9.Marius Bakke2022-01-30
| | | | * gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.9.
* gnu: Add python-gwcs.base-for-series-11190Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-gwcs): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-wcs-schemas.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-wcs-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-astropy.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-astropy): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-coordinates-schemas.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-transform-schemas.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-transform-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: python-asdf: Update to 2.8.3.Sharlatan Hellseher2022-01-30
| | | | | | | | | * gnu/packages/astronomy.scm: (python-asdf): Update to 2.8.3. [inputs]: Use the new style. Move python-importlib-resources, python-jsonschema, python-numpy, python-pyyaml to ... [propagated-inputs]: ... here. Use the new style. Add python-jmespath. Signed-off-by: Vinicius Monego <monego@posteo.net>
* services: zabbix: Support gexps in configuration serializer.Marius Bakke2022-01-30
| | | | | | | | | This makes it possible to do e.g. (include-files (list (local-file "foo.conf"))). * gnu/services/monitoring.scm (serialize-field, serialize-list, serialize-include-files, serialize-extra-options): Rewrite as gexps. (zabbix-server-config-file, zabbix-agent-config-file): Simplify builders by using FORMAT.
* gnu: patchelf: Add release-monitoring-url.Efraim Flashner2022-01-30
| | | | * gnu/packages/elf.scm (patchelf)[properties]: New field.
* gnu: mesa: Add support for riscv64-linux.Efraim Flashner2022-01-30
| | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Add llvm-11 on riscv64-linux. [native-inputs]: Add glslang on riscv64-linux. [arguments]: In configure-flags adjust gallium-drivers to swap the power* and intel drivers for the fallback option. Specify riscv64-linux configure options for vulkan-drivers. Enable the vulkan-overlay-layer and llvm support. Adjust the custom 'disable-failing-test phase to have a riscv64-linux section.
* gnu: audacity: Add fallback to locate ffmpeg via pkg-config.base-for-series-11189Liliana Marie Prikler2022-01-30
| | | | | | | * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. [inputs]: Add back ffmpeg.
* gnu: k3b: Do not depend on QtWebKit.base-for-series-11188base-for-series-11187base-for-series-11186Leo Famulari2022-01-29
| | | | | | | | | According to CMakelists.txt, "Qt5WebKitWidgets is used for prettier k3bdiskinfoview." See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Remove qtwebkit.
* gnu: luminance-hdr: Replace dependency on QtWebKit with QtWebEngine.Leo Famulari2022-01-29
| | | | | | | See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove qtwebkit. Add qtwebengine, qtdeclarative, and qtwebchannel.
* gnu: python-black: Document the tomli version requirements.Leo Famulari2022-01-29
| | | | * gnu/packages/python-xyz.scm (python-black): Add comment.
* gnu: choqok: Don't depend on QtWebKit.Leo Famulari2022-01-29
| | | | | | | | | These dependencies were only used to create a plugin for Konqueror, which Guix does not include. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde-internet.scm (choqok)[inputs]: Remove kdewebkit and qtwebkit.
* gnu: fcitx5-chinese-addons: Replace the dependency on QtWebKit with QtWebEngine.Leo Famulari2022-01-29
| | | | | | | | See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/fcitx5.scm (fcitx5-chinese-addons)[inputs]: Remove qtwebkit. Add qtdeclarative, qtwebchannel, and qtwebengine. [arguments]: Pass "-DUSE_WEBKIT=off" to #:configure-flags.
* gnu: texmaker: Don't depend on QtWebKit.Leo Famulari2022-01-29
| | | | | | | | The program stopped using QtWebKit in version 5.0. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/tex.scm (texmaker)[inputs]: Remove qtwebkit.
* gnu: wpewebkit: Update to 2.34.3 [security fixes].Liliana Marie Prikler2022-01-29
| | | | | | | | | | | | This update fixes all the security issues fixed upstream between versions 2.30.5 and 2.34.3: https://webkitgtk.org/news.html * gnu/packages/webkit.scm (wpewebkit): Update to 2.34.3. [#:phases]: Add ‘patch-cmake’ phase to fix an error in the install directories of the documentation. [inputs]: Add lcms.
* gnu: wpebackend-fdo: Update to 1.12.0.Liliana Marie Prikler2022-01-29
| | | | | | * gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.12.0. [build-system]: Use meson-build-system. [inputs]: Add libepoxy.
* gnu: libwpe: Update to 1.12.0.Liliana Marie Prikler2022-01-29
| | | | | * gnu/packages/webkit.scm (libwpe): Update to 1.12.0. [build-system]: Use meson-build-system.
* gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.Leo Famulari2022-01-29
| | | | * gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
* gnu: kdenlive: Don't depend on QtWebKit.Leo Famulari2022-01-29
| | | | | | | | Kdenlive no longer uses QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde.scm (kdenlive)[inputs]: Remove qtwebkit.
* gnu: nextcloud-client: Don't depend on QtWebKit.Leo Famulari2022-01-29
| | | | | | | | | | This package propagates QtWebEngine and doesn't keep a reference to QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/sync.scm (qtwebkit)[inputs]: Remove qtwebkit. [arguments]: Remove related #:configure-flag that is not recognized by our version of nextcloud-client.
* tests: Add system test for TimescaleDB.Marius Bakke2022-01-29
| | | | | * gnu/tests/databases.scm (%timescaledb-os, run-timescaledb-test, %test-timescaledb): New variables.
* services: postgresql: Export missing <postgresql-configuration> accessor.Marius Bakke2022-01-29
| | | | * gnu/services/databases.scm: Export POSTGRESQL-CONFIGURATION-EXTENSION-PACKAGES.
* tests: postgresql: Test the default PostgreSQL.Marius Bakke2022-01-29
| | | | | * gnu/tests/databases.scm (%postgresql-os): Change from POSTGRESQL-10 to POSTGRESQL.
* gnu: zabbix: Update to 5.4.9.base-for-series-11185Marius Bakke2022-01-29
| | | | * gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.9.
* services: zabbix-agent: Set the PATH variable.Marius Bakke2022-01-29
| | | | | * gnu/services/monitoring.scm (zabbix-agent-shepherd-service)[start]: Set the PATH variable to the common values.