aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: font-intel-one-mono: Remove unnecessary 'split-outputs' phase.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-intel-one-mono)[arguments]: Remove field. Change-Id: I3cf25e8feb8c4ee40616b675ccf109a070d03b51
* gnu: font-ibm-plex: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-ibm-plex)[outputs]: New field. Change-Id: Icc0792f81797829cd6235ecee7068da29be642f2
* gnu: font-ibm-plex: Update to 6.4.0.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-ibm-plex): Update to 6.4.0. Change-Id: I2f8142ceefaacec8f21a09290cd5ad25a4703907
* gnu: font-chivo: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-chivo)[outputs]: New field. Change-Id: I3034440f6d3d50fbd3e8e95e852596e2a42a1ba0
* gnu: font-artifika: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-artifika): New field. Change-Id: I93d3ee3be92bfcd35d85063aaae70618b4a21038
* services: ntp: Default to an address that supports IPv6.Maxim Cournoyer2024-10-19
| | | | | | | | * gnu/services/networking.scm (%ntp-servers): Replace 0.guix.pool.ntp.org with 2.guix.pool.ntp.org. Fixes: <https://issues.guix.gnu.org/71462> Change-Id: I8bf3dc1cec58e7977c5369739b8662f817eeb186
* gnu: Add freedisksysrom.Maxim Cournoyer2024-10-19
| | | | | | * gnu/packages/emulators.scm (freedisksysrom): New variable. Change-Id: I6058d647ec0097a5b774afa3a999b8525325a648
* gnu: Add asm6f.Maxim Cournoyer2024-10-19
| | | | | | * gnu/packages/assembly.scm (asm6f): New variable. Change-Id: Ib1c79dce8392bf11aa93d5741b5b61e03f0aa7ed
* gnu: joycond: Patch /bin/setfacl in udev rules.Maxim Cournoyer2024-10-19
| | | | | | | * gnu/packages/games.scm (joycond) [phases]: Extend the 'fix-bin-location' phase. Change-Id: Ie41f822db023369d5d35f9a960a9dadf994663e8
* gnu: joycond: Update to 0.1.0-2.9d1f509, use gexps and fix license.Maxim Cournoyer2024-10-19
| | | | | | | | * gnu/packages/games.scm (joycond): Update to 0.1.0-2.9d1f509. [phases]: Use gexps. [license]: Correct to gpl3+. Change-Id: I81824de94d168e63e0434149805708cb1e8b8a54
* gnu: ntp: Update to 4.2.8p18.Maxim Cournoyer2024-10-19
| | | | | | | * gnu/packages/ntp.scm (ntp): Update to 4.2.8p18. [inputs]: Replace openssl-1.1 with openssl. Change-Id: Ife0395b2e865093819807d4ebbb85abe8b9ea17c
* gnu: book-sparc: Update to 2.2.0.Artyom V. Poptsov2024-10-19
| | | | | | | | | * gnu/packages/books.scm (book-sparc): Update to 2.2.0. [inputs]: Add git, gnu-make, texlive-fancyvrb, and texlive-upquote. [native-inputs]: Add autoconf and automake. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Icd19f295b8572428aea39f46c27e22f87d5dc7e1
* gnu: python-glcontext: Keep default check phase.Sharlatan Hellseher2024-10-18
| | | | | | | | | * gnu/packages/python-graphics.scm (python-glcontext) [arguments] <#:phases>: Keep default 'check phase; add 'prepare-test-environment phase. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0ab856ab1bfe339c53600852bc5d90dbe1051c13
* gnu: python-glcontext: Move to python-graphics.Sharlatan Hellseher2024-10-18
| | | | | | | * gnu/packages/python-xyz.scm (python-glcontext): Move from here ... * gnu/packages/python-graphics.scm: ... to here. Change-Id: If984a8b0c128df8bcaffae2cce8d9caabda7890b
* gnu: python-glcontext: Update to 3.0.0-2.f2875ab.Sharlatan Hellseher2024-10-18
| | | | | | * gnu/packages/python-xyz.scm (python-glcontext): Update to 3.0.0-2.f2875ab. Change-Id: I9fb440727253fa5f1a1eb522c0c1f4caed87b477
* gnu: Add python-pyglet.Sharlatan Hellseher2024-10-18
| | | | | | | | | | | | | This project was mentioned in #48467, #50505, #52116 and #67131. It's a refreshed version with most of the bindings implemented. * gnu/packages/python-graphics.scm (python-pyglet): New variable. Change-Id: I78718376bc2945184c32cb013309fbba2b2749d0 Co-Authored-By: Adam Kandur <kefironpremise@gmail.com> Co-Authored-By: Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de> Co-Authored-By: Morgan Smith <Morgan.J.Smith@outlook.com> Co-Authored-By: Adam Faiz <adam.faiz@disroot.org>
* gnu: Add packages/python-graphics module.Sharlatan Hellseher2024-10-18
| | | | | | | * gnu/packages/python-graphics.scm: New file. * gnu/local.mk: Add gnu/packages/python-graphics.scm to the scope. Change-Id: I1d077c838ff1c3c014c3d699b539eaf8befd5084
* gnu: services: Add readymedia service.Fabio Natali2024-10-18
| | | | | | | | | * gnu/services/upnp.scm, gnu/tests/upnp.scm: New files. * gnu/local.mk (GNU_SYSTEM_MODULES): Add them. * doc/guix.texi (Miscellaneous Services): Document the service. Change-Id: I6a3c9db9e7504df308038343ed48e4409a323581 Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: infamous-plugins: Update to 0.3.2.Ricardo Wurmus2024-10-18
| | | | | | | * gnu/packages/audio.scm (infamous-plugins): Update to 0.3.2. [arguments]: Remove obsolete build phase 'fix-build-with-newer-lv2. Change-Id: Ic483d42c9d9558d9e047040e64817fcb0c0ca7c2
* gnu: suil: Update to 0.10.20.Ricardo Wurmus2024-10-18
| | | | | | | | * gnu/packages/audio.scm (suil): Update to 0.10.20. [build-system]: Use meson-build-system. [inputs]: Add qtx11extras. Change-Id: I62d1c9c478c69ecbbdd3bf9d9760bb3094f9bb18
* gnu: lsp-plugins: Build UI feature.Ricardo Wurmus2024-10-18
| | | | | | | * gnu/packages/music.scm (lsp-plugins)[arguments]: Add "ui" to list of features to build. Change-Id: Ifca28a372c1b76062657a68befddde4aff6cb47d
* gnu: ardour: Add X11 libraries.Ricardo Wurmus2024-10-18
| | | | | | * gnu/packages/audio.scm (ardour)[inputs]: Add libxinerama and libxrandr. Change-Id: Ibe34fbc5b4c9192370f03e2ce1a21afcf1ed8b7b
* gnu: ardour: Use JACK 2.Ricardo Wurmus2024-10-18
| | | | | | * gnu/packages/audio.scm (ardour)[inputs]: Replace jack-1 with jack-2. Change-Id: I3ec131a39b805b3b3f1c5227f70609fba335667a
* gnu: ardour: Update to 8.9.Ricardo Wurmus2024-10-18
| | | | | | * gnu/packages/audio.scm (ardour): Update to 8.9. Change-Id: I078525cca433e94880f5177694cf98fbf5fcb872
* gnu: Add libjwt.Arun Isaac2024-10-18
| | | | | | * gnu/packages/web.scm (libjwt): New variable. Change-Id: Ied516fb41a90de316588622b999b27f0f7ee8de3
* gnu: trealla: Update to 2.56.12.jgart2024-10-17
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.56.12. Change-Id: Id19362edf9daaae100ef8a45e0ccac7f72c695a7
* gnu: awscli@1: Fix broken build.Spencer King2024-10-16
| | | | | | | | | | awscli 1.x requires PyYAML<=6,>=3.10. * gnu/packages/python-web.scm (awscli)[inputs]: Change ‘python-pyyaml’ to ‘python-pyyaml-5’. Change-Id: I9b7a523b9f72bdc13f48bf699e7e01f0ebe7a575 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: fossil: Update to 2.23.Thanos Apollo2024-10-16
| | | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.23. [inputs]: Change SQLITE to SQLITE-NEXT. Change-Id: Id964b1e9295c0861db3d7ee7c8a22cce40f55d73 Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: udisks: Remove obsolete wrap-udisksd phase.Maxim Cournoyer2024-10-16
| | | | | | | | | The tools are now patched in the libblockdev plugin sources directly. * gnu/packages/freedesktop.scm (udisks) [phases]: Delete the wrap-udisksd phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: udisks: Update to 2.10.1.Maxim Cournoyer2024-10-16
| | | | | | | | * gnu/packages/freedesktop.scm (udisks): Update to 2.10.1. [native-inputs]: Replace intltool with gettext-minimal. Remove gnome-common. Change-Id: I4fbc4f6949eb14763dad58dbccd9974793ea02f6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libblockdev: Use gexps.Maxim Cournoyer2024-10-16
| | | | | | | | | * gnu/packages/disk.scm (libblockdev) [phases]: Use gexps. {patch-plugin-paths}: Use search-input-file. Change-Id: I61f9b3dfdd4dc249fb0f59abb99826a8e759bb42 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libblockdev: Update to 3.1.1.Sarah Morgensen2024-10-16
| | | | | | | * gnu/packages/disk.scm (libblockdev): Update to 3.1.1. [inputs]: Add keyutils and libnvme. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libblockdev: Fix inputs.Sarah Morgensen2024-10-16
| | | | | | | | | | | | Add missing inputs; make util-linux a regular input since libblockdev retains references to it. * gnu/packages/disk.scm (libblockdev): [native-inputs]: Move util-linux... [inputs]: ... here. Add bcache-tools, e2fsprogs, gptfdisk, multipath-tools, and ntfs-3g. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libblockdev: Embed executable paths.Sarah Morgensen2024-10-16
| | | | | | | | | | * gnu/packages/disk.scm (libblockdev)[arguments]<#:phases>: Add 'patch-plugin-paths' phase. Fixes: <https://bugs.gnu.org/33896>. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I96f9e2f03650b22ffef5a7fe091159450e4c5b67 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libbytesize: Update to 2.10.Maxim Cournoyer2024-10-16
| | | | | | | * gnu/packages/c.scm (libbytesize): Update to 2.10. Change-Id: Id0640e9c118fcf3ced3f6c6aa145a0f15e4f07d8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gtkwave: Update to 3.3.121.Cayetano Santos2024-10-16
| | | | | | * gnu/packages/fpga.scm (gtkwave): Update to 3.3.121. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Add copyright lines.Nigko Yerden2024-10-16
| | | | | | | | | | They are related to commit eb1515849efa3e0d3d838cb04ea87100084068a0. * doc/guix.texi: Add copyright message. * gnu/services/networking.scm: Add copyright message. Change-Id: Ica510fd6e80228f124f0c084403e1dea7c9baa1b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-git: Update to 0.9.0.Ludovic Courtès2024-10-16
| | | | | | * gnu/packages/guile.scm (guile-git): Update to 0.9.0. Change-Id: I7a49f592a810422f9743dbd9ed50d25f64b32475
* gnu: kcolorpicker: Build with -fPIC.Doğan Çeçen2024-10-16
| | | | | | | | | | | | | | | | | | It fixes linking errors when building kimageannotator: ... ld: /gnu/store/...-kcolorpicker-0.3.1/lib/libkColorPicker.a(AbstractPopupMenuButton.cpp.o): relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZN15QAbstractButton7clickedEb@@Qt_6' which may bind externally can not be used when making a shared object; recompile with -fPIC ... * gnu/packages/kde-frameworks.scm (kcolorpicker)[arguments]: Adjust configure-flags to add -fPIC to CMAKE_CXX_FLAGS. Change-Id: I38c77cc641e48b3e992e8f49fd861d9ada818240 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: b4: Update to 0.14.2.Zheng Junjie2024-10-16
| | | | | | * gnu/packages/version-control.scm (b4): Update to 0.14.2. Change-Id: Ic8a281f2b3871e2e77e7ad77295593d05df8ce8d
* gnu: Add go-github-com-kpango-glg.Artyom V. Poptsov2024-10-15
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-kpango-glg): New variable. Change-Id: Iaa457f5a53000713df0a7fad3f772e57143c9d1c
* gnu: Add go-github-com-kpango-fastime.Artyom V. Poptsov2024-10-15
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-kpango-fastime): New variable. Change-Id: I79bf2cd7d0a3a29d2718788184560c0cfe406e4f
* gnu: aerc: Add a patch for bug with signed messages.Ashish SHUKLA2024-10-15
| | | | | | | * gnu/packages/mail.scm (aerc): (source)[origin]<patches>: Add patch. Change-Id: I9e080662854b93022255f53e9f6eff11a2c934a3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: julia-categoricalarrays: Update to 0.10.8.Spencer King2024-10-15
| | | | | | | * gnu/packages/julia-xyz.scm (julia-categoricalarrays): Update to 0.10.8. Change-Id: Ic2b21e0b4069234b0da49ec9c2f6b704ba095cdb Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* 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>