summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add TimescaleDB.Marius Bakke2022-01-29
| | | | * gnu/packages/databases.scm (timescaledb): New variable.
* services: zabbix-frontend: Adjust indentation.Marius Bakke2022-01-29
| | | | * gnu/services/monitoring.scm (zabbix-front-end-activation): Reindent.
* services: zabbix-frontend: Enable IEEE754-compatible history values.Marius Bakke2022-01-29
| | | | | * gnu/services/monitoring.scm (zabbix-front-end-config): Specify $DB['DOUBLE_IEEE754'] in the configuration file, as per current example.
* services: zabbix-server: Add shepherd actions for runtime control commands.Marius Bakke2022-01-29
| | | | | | | * 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.
* gnu: zabbix-server: Use a sensible default for the "fping" executable.Marius Bakke2022-01-29
| | | | | * gnu/packages/monitoring.scm (zabbix-agentd)[source](modules, snippet): New fields.
* gnu: fping: Enable IPv6 support.Marius Bakke2022-01-29
| | | | * gnu/packages/networking.scm (fping)[arguments]: New field.
* services: zabbix-frontend: Fix configuration file for hard coded passwords.Marius Bakke2022-01-29
| | | | | | | 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.
* gnu: python-pydantic: Update to 1.9.0.Marius Bakke2022-01-29
| | | | * gnu/packages/python-xyz.scm (python-pydantic): Update to 1.9.0.
* .dir-locals.el: Don't mess up indentation of prepend and append.Liliana Marie Prikler2022-01-29
| | | | | | | | | | The current version appears to assume special values in the first and second package, but it's either all lists (default append) or all package input expressions (inside modify-inputs), which themselves are either packages or lists consisting of a package and a string. * .dir-locals.el: Drop (eval . (put 'prepend 'scheme-indent-function 2)) and (eval . (put 'append 'scheme-indent-function 2)).
* build-system: emacs: Ensure that package descriptions are generated.Andrew Tropin2022-01-29
| | | | | | | | | | | | | | This patch addresses the second part of <https://bugs.gnu.org/48331>. While existing -pkg.el files were previously installed, no such files were generated for packages lacking them, resulting in packages not being listed as installed and not being available towards “describe-package”. * guix/build/emacs-build-system.scm (find-root-library-file) (ensure-package-description): New variables. (%standard-phases): Add ‘ensure-package-description’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: cpulimit: Fix build with glibc-2.32.Eric Bavier2022-01-29
| | | | | | * 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.
* gnu: gwl: Update to 0.4.0.base-for-series-11183base-for-series-11182base-for-series-11181base-for-series-11180base-for-series-11179base-for-series-11178base-for-series-11177base-for-series-11175base-for-series-11174Ricardo Wurmus2022-01-29
| | | | | * gnu/packages/package-management.scm (gwl): Update to 0.4.0. [inputs]: Add guile-drmaa; simplify input list.
* gnu: Add wfetch.Petr Hodina2022-01-28
| | | | | | * gnu/packages/python-xyz.scm (wfetch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pyowm.Petr Hodina2022-01-28
| | | | | | * gnu/packages/python-web.scm (python-pyowm): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-geojson.Petr Hodina2022-01-28
| | | | | | * gnu/packages/python-xyz.scm (python-geojson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-textcase.Ludovic Courtès2022-01-28
| | | | * gnu/packages/tex.scm (texlive-textcase): New variable.
* gnu: Add texlive-greek-fontenc.Ludovic Courtès2022-01-28
| | | | * gnu/packages/tex.scm (texlive-greek-fontenc): New variable.
* gnu: Add texlive-inputenx.Ludovic Courtès2022-01-28
| | | | * gnu/packages/tex.scm (texlive-inputenx): New variable.
* gnu: Add texlive-hardwrap.Ludovic Courtès2022-01-28
| | | | * gnu/packages/tex.scm (texlive-hardwrap): New variable.
* home: 'reconfigure' checks for potential downgrades.Ludovic Courtès2022-01-28
| | | | | | | | | | * 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'.
* gnu: valgrind: Add version 3.18.1.Ludovic Courtès2022-01-28
| | | | * gnu/packages/valgrind.scm (valgrind-3.18): New variable.
* gnu: aseba: Build sequentially and appease Valgrind.Ludovic Courtès2022-01-28
| | | | | | | * gnu/packages/robotics.scm (aseba)[source]: Remove trailing #t from 'snippet'. [arguments]: Add #:parallel-build? and #:phases. [native-inputs]: Add glibc:debug.
* gnu: obs: Update to 27.1.3.base-for-series-11173base-for-series-11169Andrew Tropin2022-01-28
| | | | | | * gnu/packages/video.scm (obs): Update to 27.1.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: openconnect-sso: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | 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.
* gnu: orange: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | 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.
* gnu: anki: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | 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.
* gnu: Calibre: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | | 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.
* gnu: python-pytest-qt: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | 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.
* gnu: python-pyqtwebengine: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | | | | 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.
* gnu: qutebrowser: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | | | | 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.
* gnu: Vorta: Remove a transitive dependency on QtWebKit.Leo Famulari2022-01-28
| | | | | | | 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.
* gnu: Add texlive-carlisle.Nicolas Goaziou2022-01-28
| | | | * gnu/packages/tex.scm (texlive-carlisle): New variable.
* gnu: Add texlive-tabu.base-for-series-11168Nicolas Goaziou2022-01-28
| | | | * gnu/packages/tex.scm (texlive-tabu): New variable.
* gnu: Add texlive-varwidth.Nicolas Goaziou2022-01-28
| | | | * gnu/packages/tex.scm (texlive-varwidth): New variable.
* gnu: Add texlive-calrsfs.Nicolas Goaziou2022-01-28
| | | | * gnu/packages/tex.scm (texlive-calrsfs): New variable.
* gnu: Remove last texlive-generic-ulem reference.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-jadetex)[native-inputs]: Remove last reference to texlive-generic-ulem. Replace it with texlive-ulem.
* gnu: Properly deprecate texlive-generic-ulem.Nicolas Goaziou2022-01-28
| | | | | | | * 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.
* gnu: Remove occurrences of deprecated texlive-latex-capt-of.Nicolas Goaziou2022-01-28
| | | | | | * 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.
* gnu: texlive-latex-enumitem: Deprecate package.Nicolas Goaziou2022-01-28
| | | | | | * 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.
* gnu: Add texlive-ulem.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-ulem): New variable. (texlive-latex-ulem): Deprecate variable.
* gnu: Add texlive-kpfonts.Nicolas Goaziou2022-01-28
| | | | * gnu/packages/tex.scm (texlive-kpfonts): New variable.
* gnu: Add texlive-capt-of.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-capt-of): New variable. (texlive-latex-capt-of): Deprecate variabe.
* gnu: Add texlive-enumitem.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-enumitem): New variable. (texlive-latex-enumitem): Deprecate package.
* gnu: Add texlive-numprint.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-numprint): New variable. (texlive-latex-numprint): Deprecate variable.
* gnu: texlive-babel-french: Add missing files.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-babel-french)[outputs]: Add "doc" output. [arguments]<#:phases>: Install documentation and source files.
* gnu: Add texlive-babel-french.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/tex.scm (texlive-babel-french): New variable. (texlive-generic-babel-french): Deprecate variable.
* gnu: nsis: Clean-up description and synopsis.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/installers.scm (make-nsis): Remove some buzzwords from generated synopsis and description. Also add two spaces between sentences.
* gnu: nsis: Fix home-page.Michael Ford2022-01-28
| | | | | | * gnu/packages/installers.scm (make-nsis): Fix generated home-page. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-go-chi-chi-v5.jgart via Guix-patches via2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-go-chi-chi-v5): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-valyala-fasthttp.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-valyala-fasthttp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>