Age | Commit message (Collapse) | Author |
|
* gnu/packages/stenography.scm (plover): Wrap and add qtsvg to QT_PLUGIN_PATH
This is needed for the icons in Plover's UI to appear.
[inputs]: Add BASH-MINIMAL.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.5.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.30.
|
|
* gnu/packages/emacs-xyz.scm (emacs-cnfonts): Update to 1.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
The phase do-not-override-PERL5LIB is removed since it was fixed in po4a v0.63.
https://github.com/mquinson/po4a/blob/0ab1670e50f0a72781e3d1de6ab9da0c2d71c646/NEWS#L366
bash-minimal is added to inputs since the wrap-program function is used.
See also https://issues.guix.gnu.org/49327#80
The only regrettable thing is that only the SGML test failed, but I could not
find the cause... Nevertheless, some previously failed tests are now passing.
* gnu/packages/gettext.scm (po4a): Update to 0.68.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/perl.scm (perl-syntax-keyword-try): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/perl.scm (perl-text-wrapi18n): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
perl-xs-parse-keyword v0.06 is required by perl-syntax-keyword-try.
Note that the latest version of this package is 0.31.
* gnu/packages/perl.scm (perl-xs-parse-keyword): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/perl.scm (perl-text-charwidth): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/video.scm (vlc): Update to 3.0.18.
|
|
* gnu/packages/image.scm (libavif)[arguments]: Build avifenc & avifdec.
[outputs]: Add 'tools' output.
[inputs]: Add zlib, libpng, libjpeg-turbo.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/image.scm (libavif)[arguments]: Rewrite using
G-Expressions.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/freedesktop.scm (flatpak-xdg-utils): New variable.
|
|
This package no longer builds and is abandoned upstream:
https://glimpse-editor.org/posts/a-project-on-hiatus/
* gnu/packages/gimp.scm (gegl-for-glimpse, glimpse): Remove variables.
|
|
* gnu/packages/linux.scm (linux-libre-6.1-version, linux-libre-6.1-gnu-revision,
deblob-scripts-6.1, linux-libre-6.1-source, linux-libre-headers-6.1,
linux-libre-6.1): New variables.
* gnu/packages/aux-files/linux-libre/6.1-arm.conf,
gnu/packages/aux-files/linux-libre/6.1-arm64.conf,
gnu/packages/aux-files/linux-libre/6.1-i686.conf,
gnu/packages/aux-files/linux-libre/6.1-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
|
|
* gnu/packages/bioinformatics.scm (python-bcbio-gff): New variable.
|
|
* gnu/packages/pdf.scm (flyer-composer)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
|
|
* gnu/packages/music.scm (frescobaldi)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
|
|
* gnu/packages/maths.scm (veusz)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
[arguments]: Use SEARCH-INPUT-DIRECTORY instead of label.
|
|
* gnu/packages/kde-games.scm (kajongg)[inputs]: Add PYTHON-QTPY. While here,
use PYTHON-PYQT-WITHOUT-QTWEBKIT instead of PYTHON-PYQT.
|
|
* gnu/packages/education.scm (toutenclic)[source](uri): Remove URI that serves
an error page.
|
|
This fixes a regression introduced in
8aeccc6240ec45f0bc7bed655e0c8149ae4253eb whereby packages specified via
-e, -r, or -m, as well as packages *not* specified on the command line,
would all lead to a wrong-type error.
Reported by Ricardo Wurmus <rekado@elephly.net> at
<https://lists.gnu.org/archive/html/guix-devel/2022-12/msg00311.html>.
* guix/scripts/refresh.scm (<update-spec>): Move above. Rename
constructor to '%update-spec' and add separate 'update-spec' procedure
with optional #:version parameter.
(options->update-specs): Always return a list of <update-spec> and
update docstring accordingly. Rename 'args-packages' to 'update-specs'
and ensure it's a list of <update-spec>; handle 'manifest' arguments
here.
|
|
Previously, 'guix refresh guile=3.0.0' would print:
3.0.8 is already the latest version of guile
With this change, it prints:
guile would be downgraded from 3.0.8 to 3.0.0
This is a followup to 8aeccc6240ec45f0bc7bed655e0c8149ae4253eb.
* guix/scripts/refresh.scm (check-for-package-update): Take an
<update-spec> instead of a <package>. Report downgrades as such when
UPDATE-SPEC specifies a target version.
(guix-refresh): Adjust caller.
|
|
Previously, 'guix refresh -u guile=3.0.0' would do nothing. With this
change, it actually downgrades 'guile'.
This is a followup to 8aeccc6240ec45f0bc7bed655e0c8149ae4253eb.
* guix/upstream.scm (package-update): Ignore 'version>?' check
when #:version is passed. Warn about downgrades.
|
|
* guix/ui.scm (show-version-and-exit): Change year to 2023.
|
|
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/aspell.scm (aspell-dict-bn): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.86.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.16.
(linux-libre-6.0-pristine-source): Update hash.
|
|
* gnu/packages/python-xyz.scm (python-numcodecs)[propagated-inputs]: Replace
python-typing-extensions-next with python-typing-extensions.
|
|
* gnu/packages/python-xyz.scm (python-docx): New variable.
|
|
* gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from
wxwidgets to wxwidgets-3.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-history-tree, cl-history-tree,
ecl-history-tree): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/wm.scm (sbcl-stumpwm-battery-portable): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/statistics.scm (r-purrr): Update to 1.0.0.
[propagated-inputs]: Add r-cli, r-lifecycle, and r-vctrs.
|
|
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.20.
|
|
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.7.
|
|
* gnu/packages/statistics.scm (r-highr): Update to 0.10.
|
|
* gnu/packages/statistics.scm (r-formatr): Update to 1.13.
|
|
* gnu/packages/cran.scm (r-keras): Update to 2.11.0.
[propagated-inputs]: Remove r-ellipsis.
|
|
* gnu/packages/cran.scm (r-tensorflow): Update to 2.11.0.
|
|
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.17.2.
|
|
* gnu/packages/cran.scm (r-tidytext): Update to 0.4.0.
[propagated-inputs]: Remove r-hunspell; add r-cli.
|
|
* gnu/packages/cran.scm (r-tokenizers): Update to 0.3.0.
|
|
* gnu/packages/cran.scm (r-flexsurv): Update to 2.2.1.
|
|
* gnu/packages/cran.scm (r-gaston): Update to 1.5.9.
|
|
* gnu/packages/cran.scm (r-isoband): Update to 0.2.7.
|
|
* gnu/packages/cran.scm (r-bdgraph): Update to 2.72.
|
|
* gnu/packages/cran.scm (r-yulab-utils): Update to 0.0.6.
|
|
* gnu/packages/cran.scm (r-officer): Update to 0.5.0.
|