aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: jellyfin-mpv-shim: Fix icon & metainfo installation.Ian Eure2024-10-15
| | | | | | | | | | | | The icons and appdata.xml were getting installed into share/applications, when they should have gone into share/icons/hicolor and share/metainfo. Put them in the right place, which allows DEs to find them. * gnu/packages/video.scm (jellyfin-mpv-shim): In 'install-desktop-file phase, change the icon and metadata file name. Change-Id: Ic6cdae2fe0b348b94285bf8b39c014922baae6c1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sipwitch: Fix build.Nicolas Graves2024-10-15
| | | | | | | | | * gnu/packages/telephony.scm (sipwitch): Fix build. [origin]<patches>: Add sipwitch-fix-build-with-exosip5.patch here... * gnu/packages/patches: ...here and... * gnu/local.mk: ...here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: exosip: Update to 5.3.0. [security fixes]Nicolas Graves2024-10-15
| | | | | | | | This fixes CVE-2014-10375. * gnu/packages/telephony.scm (exosip): Update to 5.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: osip: Update to 5.3.1.Nicolas Graves2024-10-15
| | | | | | | | | * gnu/packages/telephony.scm (osip): Update to 5.3.1. [origin]<patches>: Remove patch. * gnu/packages/patches/osip-CVE-2017-7853.patch : Remove it. * gnu/local.mk: Remove patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: abc: Update to 0.0-3.707442e.Cayetano Santos2024-10-15
| | | | | | * gnu/packages/fpga.scm (abc): Update to 0.0-3.707442e. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gcc@9: Add libsanitizer fsconfig command patch.Rutherther2024-10-15
| | | | | | | | | | | | | Since newer glibc version there is a conflict in names between kernel module and glibc module. This uses a patch that was used upstream in llvm to bypass it. Without this, the build fails with a redefinition error. * gnu/packages/gcc.scm (gcc-9)[source]: Add ‘gcc-7-libsanitizer-fsconfig-command.patch’. Change-Id: Ibb8446b7bba52f72d82fcf69804cae09215daeed Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: perl-pod-simple: Update to 3.45.gemmaro2024-10-15
| | | | | | | * gnu/packages/perl.scm (perl-pod-simple): Update to 3.45. Change-Id: I9933661f49f35da2a3b6ca2ff678b20831661826 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add perl-text-markdown.Janneke Nieuwenhuizen2024-10-15
| | | | | | * gnu/packages/markup.scm (perl-text-markdown): New variable. Change-Id: Ibeaa8d3959e4ddea15650c97f5ca598c3cc8c60a
* gnu: Add perl-yaml-syck.Janneke Nieuwenhuizen2024-10-15
| | | | | | * gnu/packages/perl.scm (perl-yaml-syck): New variable. Change-Id: I49fd33875f50357834262a8fc8d8a117c3f492b6
* hurd: Support system init in /libexec/runsystem.Janneke Nieuwenhuizen2024-10-15
| | | | | | | | This is the first step to support booting after guix system init, which does not create /servers. * gnu/packages/hurd.scm (hurd)[arguments]: In stage create-runsystem, do not assume /servers/socket/ exists, remove any existing /servers/socket/1.
* gnu: emacs-lilypond-mode: Add emacs-lilypond-mode.Javier Olaechea2024-10-15
| | | | | | | * gnu/packages/music.scm (emacs-lilypond-mode): New variable. Change-Id: Ifd6a3e35e9668f39a065de2ce7316775a8d99e39 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-flymake.Javier Olaechea2024-10-15
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-flymake): New variable. Change-Id: I8dc5cd880301dfbf8492e7b998fb80f786dd27d8 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-sly-named-readtables: Fix package build.Rostislav Svoboda2024-10-15
| | | | | | | | * gnu/packages/emacs.scm (emacs-sly-named-readtables)[#:phases]: Delete make-autoloads phase, since the package provides autoloads. Change-Id: Iec994490da91414386d4b916c9805770b56d74f8 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-zig-mode: Update to 0.0.8-1.f55e425.lynnlei2024-10-15
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-zig-mode): Update to 0.0.8-1.f55e425. [propagated-inputs]: Add EMACS-REFORMATTER. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ic3a493d691e1bb6ca6f4572829999584450a84df
* gnu: Fix emacs-exwm.Adam Quandour2024-10-15
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-exwm): Fix the package. EXWM project team removed exwm-config-example. Now exwm will not work if the user doesn't have any configuration in ~/.emacs (or any other emacs init file). I suggest leaving exwm-enable and a link to the project's wiki page. So the user will have at least a fullscreen emacs window to work with. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: If415c91899f694e59f21b519d42548dde89c0628
* gnu: Add emacs-varuga.Arun Isaac2024-10-15
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-varuga): New variable. Change-Id: I6900893ff65011fd8aa935a6b7281e83842b2b66 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-alchemist: Use HTTPS home page URI.Nicolas Goaziou2024-10-15
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-alchemist)[home-page]: Use HTTPS URI. Change-Id: I577bc27a198ec1fb150af2134051d2164d4bd4de
* gnu: emacs-alchemist: Add alchemist-server output.emma thompson2024-10-15
| | | | | Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I0dd3a066eb0903a1f82331a3d3b0cdffbd14e7ff
* gnu: Add emacs-eglot-booster.Marcus Quincy2024-10-15
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eglot-booster): New variable. Change-Id: If1c12d136f901894e91a34941e5cbf22aac1510e Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: qqc2-desktop-style: Fix tests.Zheng Junjie2024-10-15
| | | | | | | | | * gnu/packages/kde-frameworks.scm (qqc2-desktop-style)[arguments]: Enable tests. <#:phases>: Move check phase after install. Set QML_IMPORT_PATH, QT_PLUGIN_PATH,HOME environment variables. Change-Id: Ic96e6a72d4b4cec01a458ae70f6e46a508cf2362
* gnu: qqc2-desktop-style: Add kcolorscheme as an input.aurtzy2024-10-15
| | | | | | | | | | | | | | | This remedies an issue where applications like systemsettings and plasma-discover do not completely respect theming (e.g. when dark theme is enabled), with the following notable error message: kf.kirigami.platform: Failed to find a Kirigami platform plugin for style "org.kde.desktop" * gnu/packages/kde-frameworks.scm (qqc2-desktop-style)[inputs]: Add kcolorscheme. [arguments]<#:tests?>: Disable failing tests introduced by adding the kcolorscheme input. Change-Id: Ic34da2a2fc788737e543eb3cd2b23edf85a736a4
* gnu: latex2html: Update to 2024.Aaron Covrig2024-10-14
| | | | | | * gnu/packages/documentation.scm (latex2html): Update to 2024. Change-Id: I618acb3959d088ef815a2c3c1cc8f87a6f1eac8e
* gnu: libfastjson: Update to 1.2304.0Aaron Covrig2024-10-14
| | | | * gnu/packages/c.scm (libfastjson): Update to 1.2304.0
* gnu: duperemove: Update to 0.14.1.Hilton Chain2024-10-14
| | | | | | * gnu/packages/disk.scm (duperemove): Update to 0.14.1. Change-Id: Id5683391ec65266b12c664c8851afdeccbcdee0e
* gnu: nvc: Update to 1.14.0.Cayetano Santos2024-10-14
| | | | | | * gnu/packages/fpga.scm (nvc): Update to 1.14.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xen: Update to 4.19.0. [security fixes]Nicolas Graves2024-10-14
| | | | | | | | | | | | | | This fixes at least 10 different CVEs. * gnu/packages/virtualization.scm (xen): Update to 4.19.0. [arguments]<#make-flags>: Add SHLIB flags. <#phases>: Update 'patch phase. [origin]<patches>: Remove xen-docs-use-predictable-ordering.patch and xen-remove-config.gz-timestamp.patch from here... * gnu/packages/patches: ...here and... * gnu/local.mk: ...here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: git-annex-remote-rclone: Upgrade to v0.8Aaron Covrig2024-10-14
| | | | | | | * gnu/packages/version-control.scm (git-annex-remote-rclone): Upgrade from v0.6 to v0.8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nanovna-saver: Update to 0.6.4.Guillaume Le Vaillant2024-10-14
| | | | | | * gnu/packages/radio.scm (nanovna-saver): Update to 0.6.4. Change-Id: I99b18313d8e7f644bb8303d4f964b76d930184e5
* gnu: multimon-ng: Update to 1.3.1.Guillaume Le Vaillant2024-10-14
| | | | | | * gnu/packages/radio.scm (multimon-ng): Update to 1.3.1. Change-Id: Ic2f27bbab20d47d40f1395e1df2011d0749d8e40
* gnu: xnec2c: Update to 4.4.16.Guillaume Le Vaillant2024-10-14
| | | | | | * gnu/packages/radio.scm (xnec2c): Update to 4.4.16. Change-Id: I8cf8dd7b3a92159f251a9145b15d336c8c46f8e9
* gnu: fldigi: Update to 4.2.06.Guillaume Le Vaillant2024-10-14
| | | | | | * gnu/packages/radio.scm (fldigi): Update to 4.2.06. Change-Id: Iff05e80e52b66264feb1f5de7a1fb0f90453379a
* gnu: python-pytest-mp: Remove variable.jgart2024-10-13
| | | | | | | * gnu/packages/python-check.scm (python-pytest-mp): Upstream archived this project and it is not used by any other packages. Change-Id: Ibe0d98b8d7442a29aee7fcddf508caa40db72a0c
* gnu: trealla: Update to 2.56.11.jgart2024-10-13
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.56.11. Change-Id: I685534168f022d06c88d722b97a6642f6ed41d59
* gnu: nghttp3: Update to 1.6.0.Tomas Volf2024-10-14
| | | | | | * gnu/packages/web.scm (nghttp3): Update to 1.6.0. Change-Id: I1ace57429944d1db33fec8eb9f5cd233ccefe1e9
* gnu: ngtcp2: Update to 1.8.0.Tomas Volf2024-10-14
| | | | | | * gnu/packages/networking.scm (ngtcp2): Update to 1.8.0. Change-Id: I0a704cc0e4dc72302b0b7aef133c2cdca9f224fb
* gnu: guile-cv: Update to 0.4.0.Sébastien Lerique2024-10-14
| | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-cv): Update to 0.4.0. [arguments]: Set GUILE_AUTO_COMPILE to prevent warnings, fix and separate phase modifications into different tasks. Use G-expression. Remove trailing #t. [inputs]: Replace guile-2.0 with guile-3.0. [native-inputs]: Update syntax. Add autoconf, automake, texinfo, libtool and gettext-minimal. [propagated-inputs]: Update syntax. Change-Id: I0a4141740de7cdadbe103c62831f11474cb4ddb2
* gnu: vips: Fetch sources from git.Zheng Junjie2024-10-14
| | | | | | * gnu/packages/image-processing (vips)[source]: Fetch from git. Change-Id: I1bab0fdf3dd6c230025726c613f9eefb36238871
* gnu: vips: Update to 8.15.3. [security fixes]Nicolas Graves2024-10-14
| | | | | | | | This fixes CVE-2023-40032. * gnu/packages/image-processing.scm (vips): Update to 8.15.3. [build-system]: Switch to meson-build-system. [inputs]: Add glib:bin.
* gnu: podman: Update to 5.2.4.Tomas Volf2024-10-14
| | | | | | | * gnu/packages/containers.scm (podman): Update to 5.2.4. Change-Id: I7fcdc2062165ba43cda43ac2b31a9bc39ca1a8cf Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: buildah: Update to 1.37.4.Tomas Volf2024-10-14
| | | | | | | * gnu/packages/containers.scm (buildah): Update to 1.37.4. Change-Id: I3eae30e7c8e55900f0f6bd947223c7dd1bacedbe Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: chrony: Update to 4.6.1.Tobias Geerinckx-Rice2024-10-06
| | | | | | | * gnu/packages/ntp.scm (chrony): Update to 4.6.1. [arguments]: Add ‘--with-ntp-era=0’ to #:configure-flags. Change-Id: Ia84fce602df043aad4b6b6e519459d3a6469c486
* gnu: ntp: Update to 4.2.8p18.Tobias Geerinckx-Rice2024-10-06
| | | | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p18. Change-Id: I6f7c83831c05656ce70db8b5e58fa9e35e47f2a4
* gnu: r-pan: Fix upstream hash mismatch.Tobias Geerinckx-Rice2024-10-06
| | | | | | | | | | | | | | | | The tarball was modified upstream. Apart from regenerating pan/inst/doc/pan-tr.pdf and updating pan/DESCRIPTION, it changes build/vignette.rds, data/YWC.data.rda, data/bitest.rda, and data/marijuana.rda all in the same 020f → 0403 way: -00000000: 5244 5832 0a58 0a00 0000 0200 020f 0200 RDX2.X.......... +00000000: 5244 5832 0a58 0a00 0000 0200 0403 0200 RDX2.X.......... No idea what that means (probably nothing) but now you've been Informed. * gnu/packages/cran.scm (r-pan)[source]: Update sha256. Change-Id: Ib6e6d13fe7b3a46de21c7eeef7223c9338565860
* gnu: tklib: Fix source file name.Tobias Geerinckx-Rice2024-10-06
| | | | | | * gnu/packages/tcl.scm (tklib)[source]: Add a FILE-NAME. Change-Id: I6d0b44e9709c58b5e59c00be72c51a2f35f4f717
* gnu: retroarch: Fix suspend screensaver feature not working.Maxim Cournoyer2024-10-13
| | | | | | | * gnu/packages/emulators.scm (retroarch-minimal) [phases] <configure>: Add '--enable-dbus' configure flag. Change-Id: I48257cdbe07620451b7c73998f1937c7e4c81b7a
* gnu: Add bin-graph.Artyom V. Poptsov2024-10-13
| | | | | | | | * gnu/packages/linux.scm (bin-graph): New variable. Change-Id: I7405cbc00e038d024d035fb100473352c9a7b59d Reviewed-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Reviewed-by: Andreas Enge <andreas@enge.fr>
* guile-ssh: Update to 0.17.0 and use patch.Herman Rimm2024-10-13
| | | | | | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.17.0 and apply patch. * gnu/packages/patches/guile-ssh-rename-bool.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register patch. Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com> Change-Id: Iafb5630430ba122861b7e2fe2c76c84739b4e00f
* gnu: dool: Update to 1.3.3.Artyom V. Poptsov2024-10-12
| | | | | | | | | * gnu/packages/admin.scm (dool): Update to 1.3.3. [arguments]<phases>: Fix "check" phase by removing "-f" option from the dool arguments as it leads to failures during tests but works after installation. Don't remove "examples/dstat.py" as it is already removed in the upstream. Change-Id: I22714bc03bf248b97ba8f21835aedb213e1b281b
* gnu: arm-none-eabi toolchain 12.3.rel1Rutherther2024-10-12
| | | | | | | | | | | | | | | | | | Introduces arm-none-eabi 12.3.rel1 toolchain The arguments for this toolchain are taken mostly out of here https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads/12-3-rel1 * gnu/packages/patches/newlib-getentropy.patch: Add a patch. * gnu/local.mk: Register it. * gnu/packages/embedded.scm (make-gcc-arm-none-eabi-12.3.rel1): Add variable. * gnu/packages/embedded.scm (make-newlib-arm-none-eabi-12.3.rel1): Add variable. * gnu/packages/embedded.scm (make-newlib-nano-arm-none-eabi-12.3.rel1): Add variable. * gnu/packages/embedded.scm (make-arm-none-eabi-toolchain-12.3.rel1): Add variable. * gnu/packages/embedded.scm (make-arm-none-eabi-toolchain-nano-12.3.rel1): Add variable. Change-Id: If4220c6bc7b1def240cbb9d5d245758f7c51a8a0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: newlib arm-none-eabi-7-2018-q2-update: Add proper newlib-nano variant.Rutherther2024-10-12
| | | | | | | | | | | | | | | | The nano variant for was not nano. It was just a copy of the original one with different name. This meant there were no _nano.a files present at all, and the flags were the same, not producing a smaller library. * gnu/packages/embedded.scm (make-base-newlib-arm-none-eabi-7-2018-q2-update): Rename variable from make-newlib-arm-none-eabi-7-2018-q2-update. * gnu/packages/embedded.scm (make-newlib-nano-arm-none-eabi-7-2018-q2-update): Add variable. * gnu/packages/embedded.scm (make-newlib-arm-none-eabi-7-2018-q2-update): Inherit from make-base-newlib-arm-none-eabi-7-2018-q2-update. Change-Id: I01517ed860dfb2b6a9c7e912fd724832f5a0500a Signed-off-by: Ludovic Courtès <ludo@gnu.org>