| Commit message (Expand) | Author | Age | Files | Lines |
* | build-system: emacs: Ensure that package descriptions are generated.•••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>
| Andrew Tropin | 2022-01-29 | 1 | -1/+76 |
* | 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 | 3 | -2/+39 |
* | 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 | 1 | -11/+12 |
* | 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 | 1 | -0/+45 |
* | 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 | 1 | -0/+18 |
* | 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 | 1 | -0/+22 |
* | gnu: Add texlive-textcase.•••* gnu/packages/tex.scm (texlive-textcase): New variable.
| Ludovic Courtès | 2022-01-28 | 1 | -0/+27 |
* | gnu: Add texlive-greek-fontenc.•••* gnu/packages/tex.scm (texlive-greek-fontenc): New variable.
| Ludovic Courtès | 2022-01-28 | 1 | -0/+17 |
* | gnu: Add texlive-inputenx.•••* gnu/packages/tex.scm (texlive-inputenx): New variable.
| Ludovic Courtès | 2022-01-28 | 1 | -0/+19 |
* | gnu: Add texlive-hardwrap.•••* gnu/packages/tex.scm (texlive-hardwrap): New variable.
| Ludovic Courtès | 2022-01-28 | 1 | -0/+20 |
* | 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 | 3 | -12/+36 |
* | gnu: valgrind: Add version 3.18.1.•••* gnu/packages/valgrind.scm (valgrind-3.18): New variable.
| Ludovic Courtès | 2022-01-28 | 1 | -1/+16 |
* | 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 | 1 | -9/+20 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -2/+4 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | gnu: Add texlive-carlisle.•••* gnu/packages/tex.scm (texlive-carlisle): New variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -0/+19 |
* | gnu: Add texlive-tabu.•••* gnu/packages/tex.scm (texlive-tabu): New variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -0/+44 |
* | gnu: Add texlive-varwidth.•••* gnu/packages/tex.scm (texlive-varwidth): New variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -0/+15 |
* | gnu: Add texlive-calrsfs.•••* gnu/packages/tex.scm (texlive-calrsfs): New variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -0/+13 |
* | 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 | 1 | -2/+2 |
* | 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 | 3 | -3/+3 |
* | 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 | 2 | -5/+6 |
* | 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 | 2 | -14/+16 |
* | gnu: Add texlive-ulem.•••* gnu/packages/tex.scm (texlive-ulem): New variable.
(texlive-latex-ulem): Deprecate variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -26/+8 |
* | gnu: Add texlive-kpfonts.•••* gnu/packages/tex.scm (texlive-kpfonts): New variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -0/+29 |
* | 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 | 1 | -31/+38 |
* | gnu: Add texlive-enumitem.•••* gnu/packages/tex.scm (texlive-enumitem): New variable.
(texlive-latex-enumitem): Deprecate package.
| Nicolas Goaziou | 2022-01-28 | 1 | -25/+7 |
* | gnu: Add texlive-numprint.•••* gnu/packages/tex.scm (texlive-numprint): New variable.
(texlive-latex-numprint): Deprecate variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -18/+38 |
* | gnu: texlive-babel-french: Add missing files.•••* gnu/packages/tex.scm (texlive-babel-french)[outputs]: Add "doc" output.
[arguments]<#:phases>: Install documentation and source files.
| Nicolas Goaziou | 2022-01-28 | 1 | -2/+13 |
* | gnu: Add texlive-babel-french.•••* gnu/packages/tex.scm (texlive-babel-french): New variable.
(texlive-generic-babel-french): Deprecate variable.
| Nicolas Goaziou | 2022-01-28 | 1 | -19/+29 |
* | gnu: nsis: Clean-up description and synopsis.•••* gnu/packages/installers.scm (make-nsis): Remove some buzzwords from
generated synopsis and description. Also add two spaces between sentences.
| Nicolas Goaziou | 2022-01-28 | 1 | -4/+4 |
* | gnu: nsis: Fix home-page.•••* gnu/packages/installers.scm (make-nsis): Fix generated home-page.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Michael Ford | 2022-01-28 | 1 | -1/+1 |
* | gnu: Add go-github-com-go-chi-chi-v5.•••* gnu/packages/golang.scm (go-github-com-go-chi-chi-v5): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart via Guix-patches via | 2022-01-28 | 1 | -0/+23 |
* | gnu: Add go-github-com-valyala-fasthttp.•••* gnu/packages/golang.scm (go-github-com-valyala-fasthttp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+31 |
* | gnu: Add go-github-com-valyala-tcplisten.•••* gnu/packages/golang.scm (go-github-com-valyala-tcplisten): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+31 |
* | gnu: Add go-github-com-valyala-bytebufferpool.•••* gnu/packages/golang.scm (go-github-com-valyala-bytebufferpool): New
variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+23 |
* | gnu: Add go-github-com-andybalholm-brotli.•••* gnu/packages/golang.scm (go-github-com-andybalholm-brotli): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+26 |
* | gnu: Add missing module import.•••Add missing module import.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+1 |
* | gnu: Add go-github-com-vmihailenco-msgpack-v4.•••* gnu/packages/golang.scm (go-github-com-vmihailenco-msgpack-v4): New
variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+27 |
* | gnu: Add go-github-com-hashicorp-hcl-v2.•••* gnu/packages/golang.scm (go-github-com-hashicorp-hcl-v2): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+31 |
* | gnu: Add go-github-com-zclconf-go-cty.•••* gnu/packages/golang.scm (go-github-com-zclconf-go-cty): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+32 |
* | gnu: Add go-github-com-agext-levenshtein.•••* gnu/packages/golang.scm (go-github-com-agext-levenshtein): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+23 |
* | gnu: Add go-github-com-apparentlymart-go-textseg-v13.•••* 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>
| Sharlatan Hellseher | 2022-01-28 | 1 | -0/+37 |