aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: r-qs: Add missing inputs.Ricardo Wurmus2023-01-04
| | | | | | | Use existing packages for zstd and lz4 instead of compiling bundled sources. * gnu/packages/cran.scm (r-qs)[inputs]: Add zstd:lib and lz4. [arguments]: Patch configure script to accept slightly older zstd.
* gnu: Add r-multidplyr.Ricardo Wurmus2023-01-04
| | | | * gnu/packages/cran.scm (r-multidplyr): New variable.
* gnu: synfigstudio: Update to 1.4.4.Ricardo Wurmus2023-01-04
| | | | | * gnu/packages/animation.scm (synfigstudio): Update to 1.4.4. [source]: Remove snippet.
* gnu: synfigstudio: Use gexp.Ricardo Wurmus2023-01-04
| | | | * gnu/packages/animation.scm (synfigstudio)[arguments]: Use gexp.
* gnu: synfig: Update to 1.4.4.Ricardo Wurmus2023-01-04
| | | | | | | | * gnu/packages/animation.scm (synfig): Update to 1.4.4. [inputs]: Drop labels; remove ffmpeg. [propagated-inputs]: Drop labels; add ffmpeg-4; replace glibmm with glibmm-2.64; replace libxml++ with libxml++-2. [arguments]: Remove.
* gnu: etl: Update to 1.4.4.Ricardo Wurmus2023-01-04
| | | | | | * gnu/packages/animation.scm (etl): Update to 1.4.4. [inputs]: Add glibmm-2.64. [native-inputs]: Add pkg-config.
* gnu: sugar-*-sddm-theme: Fix install location.Tobias Kortkamp2023-01-03
| | | | | | | * gnu/packages/display-managers.scm (sugar-dark-sddm-theme, sugar-light-sddm-theme): Fix install location. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* services: certbot: Fix broken link.jgart2023-01-03
| | | | | | * gnu/services/certbot.scm (certbot-renewal-jobs): Fix broken link. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* guix: Fix typos.jman2023-01-03
| | | | | | | | * gnu/home/services.scm (home-files-service-type): Fix typo. (home-xdg-configuration-files-service-type): Likewise. (home-xdg-data-files-service-type): Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* doc: Fix broken link for go-build-system.Bruno Victal2023-01-03
| | | | | | * doc/guix.texi (Build Systems): Fix broken link for go-build-system. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: %guile-static-3.0: New variable.Maxim Cournoyer2023-01-03
| | | | | * gnu/packages/make-bootstrap.scm (%guile-static-3.0): New variable. (%guile-static-stripped): Use it.
* gnu: %guile-static-stripped: Update to Guile 3.0.8.Maxim Cournoyer2023-01-03
| | | | | | | * gnu/packages/make-bootstrap.scm (%guile-static-stripped): Use guile-3.0-latest, currently at 3.0.8. This resolves a segfault in the Guix System Linux initrd when running Guile 3.0.7 on a Cortex A9 CPU (NXP i.MX6 Quad).
* gnu: cross-base: Standardize API to use keyword arguments.Maxim Cournoyer2023-01-03
| | | | | | | | | | | This makes it possible to invoke the procedures with a single or fewer optional arguments. * gnu/packages/cross-base.scm (contains-keyword?): New procedure. (cross-binutils): Dispatch to either... (cross-binutils/deprecated): ... this renamed procedure or ... (cross-binutils*): ... this new procedure. (cross-kernel-headers, cross-libc/deprecated): Likewise.
* gnu: dtc: Install documentation.Maxim Cournoyer2023-01-03
| | | | | * gnu/packages/bootloaders.scm (dtc) [modules]: New argument. [phases]: Add install-doc phase.
* gnu: dtc: Use gexps.Maxim Cournoyer2023-01-03
| | | | * gnu/packages/bootloaders.scm (dtc) [arguments]: Use gexps.
* gnu: dtc: Move native-inputs and inputs after arguments.Maxim Cournoyer2023-01-03
| | | | | * gnu/packages/bootloaders.scm (dtc) [native-inputs, inputs]: Move after the arguments field, per convention.
* gnu: dbus: Add dbus to inputs.Parnikkapore2023-01-03
| | | | | | | | | * gnu/packages/stenography.scm (plover): Add dbus to inputs and LD_LIBRARY_PATH. Plover tries to load dbus during startup (visible with --log-level debug). This will allow it to find it. [inputs]: Add dbus. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: plover: Wrap so that icons can be found.Parnikkapore2023-01-03
| | | | | | | | * 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: emacs-visual-fill-column: Update to 2.5.1.Nicolas Goaziou2023-01-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.5.1.
* gnu: emacs-consult: Update to 0.30.Nicolas Goaziou2023-01-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.30.
* gnu: emacs-cnfonts: Update to 1.0.0.Feng Shu2023-01-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-cnfonts): Update to 1.0.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: po4a: Update to 0.68gemmaro2023-01-03
| | | | | | | | | | | | | | | 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: Add perl-syntax-keyword-trygemmaro2023-01-03
| | | | | | * gnu/packages/perl.scm (perl-syntax-keyword-try): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add perl-text-wrapi18n.gemmaro2023-01-03
| | | | | | * gnu/packages/perl.scm (perl-text-wrapi18n): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add perl-xs-parse-keywordgemmaro2023-01-03
| | | | | | | | | 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: Add perl-text-charwidth.gemmaro2023-01-03
| | | | | | * gnu/packages/perl.scm (perl-text-charwidth): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: VLC: Update to 3.0.18.Leo Famulari2023-01-03
| | | | * gnu/packages/video.scm (vlc): Update to 3.0.18.
* gnu: libavif: Add tools output.Bruno Victal2023-01-03
| | | | | | | | * 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: libavif: Rewrite using G-Exps.Bruno Victal2023-01-03
| | | | | | | * gnu/packages/image.scm (libavif)[arguments]: Rewrite using G-Expressions. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add flatpak-xdg-utils.John Kehayias2023-01-03
| | | | * gnu/packages/freedesktop.scm (flatpak-xdg-utils): New variable.
* gnu: Remove Glimpse.Leo Famulari2023-01-03
| | | | | | | | 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: Add linux-libre 6.1.Leo Famulari2023-01-03
| | | | | | | | | | | * 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: Add python-bcbio-gff.Ricardo Wurmus2023-01-03
| | | | * gnu/packages/bioinformatics.scm (python-bcbio-gff): New variable.
* gnu: flyer-composer: Don't depend on QtWebKit.Marius Bakke2023-01-03
| | | | | * gnu/packages/pdf.scm (flyer-composer)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT.
* gnu: frescobaldi: Don't depend on QtWebKit.Marius Bakke2023-01-03
| | | | | * gnu/packages/music.scm (frescobaldi)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT.
* gnu: veusz: Don't depend on QtWebKit.Marius Bakke2023-01-03
| | | | | | * gnu/packages/maths.scm (veusz)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT. [arguments]: Use SEARCH-INPUT-DIRECTORY instead of label.
* gnu: kajongg: Add missing input.Marius Bakke2023-01-03
| | | | | * gnu/packages/kde-games.scm (kajongg)[inputs]: Add PYTHON-QTPY. While here, use PYTHON-PYQT-WITHOUT-QTWEBKIT instead of PYTHON-PYQT.
* gnu: toutenclic: Remove defunct source URI.Marius Bakke2023-01-03
| | | | | * gnu/packages/education.scm (toutenclic)[source](uri): Remove URI that serves an error page.
* refresh: Always return an <update-spec> for each command-line option.Ludovic Courtès2023-01-03
| | | | | | | | | | | | | | | | | | 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.
* refresh: Honor user-provided target version and report downgrades.Ludovic Courtès2023-01-03
| | | | | | | | | | | | | | | | | 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.
* upstream: Allow downgrades.Ludovic Courtès2023-01-03
| | | | | | | | | | 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.
* ui: It's 2023 now!Ludovic Courtès2023-01-03
| | | | * guix/ui.scm (show-version-and-exit): Change year to 2023.
* gnu: emacs-vterm: Update to 0.0.2.Hilton Chain2023-01-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add aspell-dict-bn.Akib Azmain Turja2023-01-03
| | | | | | * gnu/packages/aspell.scm (aspell-dict-bn): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: linux-libre 5.15: Update to 5.15.86.Leo Famulari2023-01-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.86. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.0.16.Leo Famulari2023-01-02
| | | | | * gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.16. (linux-libre-6.0-pristine-source): Update hash.
* gnu: python-numcodecs: Do not use python-typing-extensions-next.Ricardo Wurmus2023-01-02
| | | | | * gnu/packages/python-xyz.scm (python-numcodecs)[propagated-inputs]: Replace python-typing-extensions-next with python-typing-extensions.
* gnu: Add python-docx.Maxim Cournoyer2023-01-02
| | | | * gnu/packages/python-xyz.scm (python-docx): New variable.
* gnu: prusa-slicer: Fix segfault on startup.Brian Kubisiak2023-01-02
| | | | | | | * gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from wxwidgets to wxwidgets-3.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* Add cl-history-tree.André A. Gomes2023-01-02
| | | | | | | * 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>