| Commit message (Expand) | Author | Age |
... | |
* | gnu: WPE WebKit: Set the Common Platform Enumeration (CPE) name.•••* gnu/packages/webkit.scm (wpewebkit)[properties]: New field.
| Leo Famulari | 2022-01-29 |
* | gnu: kdenlive: Don't depend on QtWebKit.•••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.
| Leo Famulari | 2022-01-29 |
* | gnu: nextcloud-client: Don't depend on QtWebKit.•••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.
| Leo Famulari | 2022-01-29 |
* | tests: Add system test for TimescaleDB.•••* gnu/tests/databases.scm (%timescaledb-os, run-timescaledb-test,
%test-timescaledb): New variables.
| Marius Bakke | 2022-01-29 |
* | services: postgresql: Export missing <postgresql-configuration> accessor.•••* gnu/services/databases.scm: Export POSTGRESQL-CONFIGURATION-EXTENSION-PACKAGES.
| Marius Bakke | 2022-01-29 |
* | tests: postgresql: Test the default PostgreSQL.•••* gnu/tests/databases.scm (%postgresql-os): Change from POSTGRESQL-10 to
POSTGRESQL.
| Marius Bakke | 2022-01-29 |
* | gnu: zabbix: Update to 5.4.9.•••* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.4.9.
| Marius Bakke | 2022-01-29 |
* | services: zabbix-agent: Set the PATH variable.•••* gnu/services/monitoring.scm (zabbix-agent-shepherd-service)[start]: Set the
PATH variable to the common values.
| Marius Bakke | 2022-01-29 |
* | gnu: Add TimescaleDB.•••* gnu/packages/databases.scm (timescaledb): New variable.
| Marius Bakke | 2022-01-29 |
* | services: zabbix-frontend: Adjust indentation.•••* gnu/services/monitoring.scm (zabbix-front-end-activation): Reindent.
| Marius Bakke | 2022-01-29 |
* | services: zabbix-frontend: Enable IEEE754-compatible history values.•••* gnu/services/monitoring.scm (zabbix-front-end-config): Specify
$DB['DOUBLE_IEEE754'] in the configuration file, as per current example.
| Marius Bakke | 2022-01-29 |
* | services: zabbix-server: Add shepherd actions for runtime control commands.•••* gnu/services/monitoring.scm (zabbix-server-runtime-control-procedure,
zabbix-server-actions): New variables.
(zabbix-server-shepherd-service)[actions]: New field. Let-bind variables
common between actions and the start procedure.
| Marius Bakke | 2022-01-29 |
* | gnu: zabbix-server: Use a sensible default for the "fping" executable.•••* gnu/packages/monitoring.scm (zabbix-agentd)[source](modules, snippet): New
fields.
| Marius Bakke | 2022-01-29 |
* | gnu: fping: Enable IPv6 support.•••* gnu/packages/networking.scm (fping)[arguments]: New field.
| Marius Bakke | 2022-01-29 |
* | services: zabbix-frontend: Fix configuration file for hard coded passwords.•••This is a follow-up to commit 078f5bfae7ee174177791defcfd350117a503a6d.
* gnu/services/monitoring.scm (zabbix-front-end-config): When DB-PASSWORD is
set, enclose the password with quotes in the configuration file.
| Marius Bakke | 2022-01-29 |
* | gnu: python-pydantic: Update to 1.9.0.•••* gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.0.
| Marius Bakke | 2022-01-29 |
* | gnu: cpulimit: Fix build with glibc-2.32.•••* gnu/packages/patches/cpulimit-with-glib-2.32.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (cpulimit)[source]: Use it.
| Eric Bavier | 2022-01-29 |
* | gnu: gwl: Update to 0.4.0.•••* gnu/packages/package-management.scm (gwl): Update to 0.4.0.
[inputs]: Add guile-drmaa; simplify input list.
| Ricardo Wurmus | 2022-01-29 |
* | gnu: Add wfetch.•••* gnu/packages/python-xyz.scm (wfetch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina | 2022-01-28 |
* | gnu: Add python-pyowm.•••* gnu/packages/python-web.scm (python-pyowm): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina | 2022-01-28 |
* | gnu: Add python-geojson.•••* gnu/packages/python-xyz.scm (python-geojson): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina | 2022-01-28 |
* | gnu: Add texlive-textcase.•••* gnu/packages/tex.scm (texlive-textcase): New variable.
| Ludovic Courtès | 2022-01-28 |
* | gnu: Add texlive-greek-fontenc.•••* gnu/packages/tex.scm (texlive-greek-fontenc): New variable.
| Ludovic Courtès | 2022-01-28 |
* | gnu: Add texlive-inputenx.•••* gnu/packages/tex.scm (texlive-inputenx): New variable.
| Ludovic Courtès | 2022-01-28 |
* | gnu: Add texlive-hardwrap.•••* gnu/packages/tex.scm (texlive-hardwrap): New variable.
| Ludovic Courtès | 2022-01-28 |
* | home: 'reconfigure' checks for potential downgrades.•••* guix/scripts/home.scm (show-help, %options): Add "--allow-downgrades".
(%default-options): Remove 'build-mode'; add 'validate-reconfigure'.
(perform-action): Add #:validate-reconfigure. Call
'check-forward-update' when ACTION is 'reconfigure.
(process-action): Pass #:validate-reconfigure to 'perform-action'.
* gnu/home/services.scm (home-provenance): Export.
* doc/guix.texi (Invoking guix home): Document '--allow-downgrades'.
| Ludovic Courtès | 2022-01-28 |
* | gnu: valgrind: Add version 3.18.1.•••* gnu/packages/valgrind.scm (valgrind-3.18): New variable.
| Ludovic Courtès | 2022-01-28 |
* | gnu: aseba: Build sequentially and appease Valgrind.•••* gnu/packages/robotics.scm (aseba)[source]: Remove trailing #t from
'snippet'.
[arguments]: Add #:parallel-build? and #:phases.
[native-inputs]: Add glibc:debug.
| Ludovic Courtès | 2022-01-28 |
* | gnu: obs: Update to 27.1.3.•••* gnu/packages/video.scm (obs): Update to 27.1.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Andrew Tropin | 2022-01-28 |
* | gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: orange: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/orange.scm (orange)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: anki: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/education.scm (anki)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: Calibre: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/ebook.scm (calibre)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
[arguments]: Adjust the custom 'configure' phase accordingly.
| Leo Famulari | 2022-01-28 |
* | gnu: python-pytest-qt: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/python-check.scm (python-pytest-qt)[propagated-inputs]:
Replace python-pyqt with python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: python-pyqtwebengine: Remove a transitive dependency on QtWebKit.•••Since QtWebKit and QtWebEngine are alternative web rendering engines, it
doesn't make sense for one to depend on the other.
See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/qt.scm (python-pyqtwebengine)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: qutebrowser: Remove a transitive dependency on QtWebKit.•••This browser is explicity a Chromium / QtWebEngine browser, so it shouldn't also
depend on QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: Vorta: Remove a transitive dependency on QtWebKit.•••See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/backup.scm (vorta)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
| Leo Famulari | 2022-01-28 |
* | gnu: Add texlive-carlisle.•••* gnu/packages/tex.scm (texlive-carlisle): New variable.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-tabu.•••* gnu/packages/tex.scm (texlive-tabu): New variable.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-varwidth.•••* gnu/packages/tex.scm (texlive-varwidth): New variable.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-calrsfs.•••* gnu/packages/tex.scm (texlive-calrsfs): New variable.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Remove last texlive-generic-ulem reference.•••* gnu/packages/tex.scm (texlive-jadetex)[native-inputs]: Remove last reference
to texlive-generic-ulem. Replace it with texlive-ulem.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Properly deprecate texlive-generic-ulem.•••* gnu/packages/python-xyz.scm (python-nbconvert):
* gnu/packages/maths.scm (hypre): Apply deprecation.
* gnu/packages/tex.scm (texlive-generic-ulem): Fix typo in deprecation
command.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Remove occurrences of deprecated texlive-latex-capt-of.•••* gnu/packages/maths.scm (hypre):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation): Use texlive-capt-of instead of texlive-latex-capt-of.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: texlive-latex-enumitem: Deprecate package.•••* gnu/packages/tex.scm (texlive-latex-enumitem): Deprecate in favor of texlive-enumitem.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation):
(python-nbconvert): Apply deprecation.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-ulem.•••* gnu/packages/tex.scm (texlive-ulem): New variable.
(texlive-latex-ulem): Deprecate variable.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-kpfonts.•••* gnu/packages/tex.scm (texlive-kpfonts): New variable.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-capt-of.•••* gnu/packages/tex.scm (texlive-capt-of): New variable.
(texlive-latex-capt-of): Deprecate variabe.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-enumitem.•••* gnu/packages/tex.scm (texlive-enumitem): New variable.
(texlive-latex-enumitem): Deprecate package.
| Nicolas Goaziou | 2022-01-28 |
* | gnu: Add texlive-numprint.•••* gnu/packages/tex.scm (texlive-numprint): New variable.
(texlive-latex-numprint): Deprecate variable.
| Nicolas Goaziou | 2022-01-28 |