summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* gnu: Add go-github-com-valyala-tcplisten.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-valyala-tcplisten): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-valyala-bytebufferpool.Sharlatan Hellseher2022-01-28
| | | | | | | * gnu/packages/golang.scm (go-github-com-valyala-bytebufferpool): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-andybalholm-brotli.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-andybalholm-brotli): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add missing module import.Sharlatan Hellseher2022-01-28
| | | | | | Add missing module import. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-vmihailenco-msgpack-v4.Sharlatan Hellseher2022-01-28
| | | | | | | * gnu/packages/golang.scm (go-github-com-vmihailenco-msgpack-v4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-hashicorp-hcl-v2.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-hashicorp-hcl-v2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-zclconf-go-cty.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-zclconf-go-cty): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-agext-levenshtein.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-agext-levenshtein): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-apparentlymart-go-textseg-v13.Sharlatan Hellseher2022-01-28
| | | | | | | * gnu/packages/golang.scm (go-github-com-apparentlymart-go-textseg-v13, go-github-com-apparentlymart-go-textseg-autoversion): New variables. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add go-github-com-vmihailenco-tagparser.Sharlatan Hellseher2022-01-28
| | | | | | * gnu/packages/golang.scm (go-github-com-vmihailenco-tagparser): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* doc: Mention how to remedy "source file ... newer than compiled error".Guix Together2022-01-28
| | | | | | | | | | | | * doc/contributing.texi (Running Guix Before It Is Installed): Mention how to remedy "source file ... newer than compiled" error by running `make -j`. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Co-authored-by: Ryan Prior <rprior@protonmail.com> Co-authored-by: Blake Shaw <blake@nonconstructivism.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* doc: Explain the use of make clean-go when an ABI mismatch occurs.Guix Together2022-01-28
| | | | | | | | | | | * doc/contributing.texi (Building from Git): Adds section on using make clean-go. Co-authored-by: jgart <jgart@dismail.de> Co-authored-by: Julien Lepiller <julien@lepiller.eu> Co-authored-by: Ryan Prior <rprior@protonmail.com> Co-authored-by: Blake Shaw <blake@nonconstructivism.com> Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: elixir: Use G-expressions.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/elixir.scm (elixir)[arguments]: Use G-expressions. Prefer SEARCH-INPUT-FILES over WHICH.
* gnu: elixir: Update to 1.13.2.Cees de Groot2022-01-28
| | | | | | * gnu/packages/elixir.scm (elixi): Update to 1.13.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: erlang: Switch to new package style (partial)Nicolas Goaziou2022-01-28
| | | | | | * gnu/packages/erlang.scm (erlang)[propagated-inputs]: Remove labels. [arguments]<#:phases>: Remove trailing #T. Prefer SEARCH-INPUT-FILE over WHICH. Use LET instead of LET* when appropriate.
* gnu: erlang: Update to 24.2.1.Cees de Groot2022-01-28
| | | | | | * gnu/packages/erlang.scm (erlang): Update to 24.2.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-slime: Remove trailing #T from phases.Nicolas Goaziou2022-01-28
| | | | | * gnu/packages/emacs-xyz.scm (emacs-slime)[arguments]<#:phases>: Remove trailing #T.
* gnu: emacs-slime: Update to 2.27.Nicolas Goaziou2022-01-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.27.
* gnu: emacs-ebdb: Update to 0.8.10.Nicolas Goaziou2022-01-28
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.10.
* gnu: catch2: Update to 2.13.8.Simon South2022-01-28
| | | | | | * gnu/packages/check.scm (catch-framework2): Update to 2.13.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: httpie: Update to 3.0.2.kiasoc52022-01-28
| | | | | | * gnu/packages/python-web.scm (httpie): Update to 3.0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: kiwix-lib: Fix build.Michael Rohleder2022-01-28
| | | | | | * gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>