aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
...
* gnu: notcurses: Update to 3.0.11.kiasoc52024-10-22
| | | | | | | * gnu/packages/notcurses.scm (notcurses): Update to 3.0.11. Change-Id: Ib182956e8f847ee94597ada8b12e8b6acf9de16f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dwl: Update to 0.6.kiasoc52024-10-22
| | | | | | | | | | | | * gnu/packages/wm.scm (dwl): Update to 0.6. [origin]<url>: Update repository url. [homepage]: Update homepage. [arguments]: Convert to G-exps, use #$output instead of assoc-ref. [inputs]: Remove wlroots-0.16; add wlroots. Change-Id: I567a99e88a899953049a9ce00d699ea73ee08c14 Signed-off-by: Noé Lopez <noelopez@free.fr> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mozo: Wrap python and gi dependencies.Dariqq2024-10-22
| | | | | | | | | * gnu/packages/mate.scm (mozo) [#:phases]: Add 'python-and-gi-wrap phase. [inputs]: Add gtk+ and mate-panel. Change-Id: I322878083101b5c05da53fe13092afa037e32736 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-control-center: Add gsettings-desktop-schemas to inputsDariqq2024-10-22
| | | | | | | * gnu/packages/mate.scm (mate-control-center)[inputs]: Add gsettings-desktop-schemas. Change-Id: Id695c231c2e886ab219084037cdfb8137646a925 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-control-center: Remove input labels.Dariqq2024-10-22
| | | | | | | * gnu/packages/mate.scm (mate-control-center)[inputs]: Remove labels. Change-Id: I0c54cd365ef8686a67d4bc44bc47996905040d72 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-lazy-loader: Adjust inputs.Sharlatan Hellseher2024-10-21
| | | | | | | | | | As seen in python-team build <https://ci.guix.gnu.org/build/6091717/log/raw>. * gnu/packages/python-xyz.scm (python-lazy-loader) [native-inputs]: Add python-setuptools. Change-Id: Id8c4eb18f0d2622a1d3270ad29653ef27dcd2fe3
* gnu: python-mpv: Adjust inputs.Sharlatan Hellseher2024-10-21
| | | | | | | | | | As seen in python-team build <https://ci.guix.gnu.org/build/6091629/log/raw>. * gnu/packages/python-xyz.scm (python-mpv) [native-inputs]: Add python-setuptools. Change-Id: I3a43904057c2b3f77833372e2be68280f95189a2
* gnu: python-sge: Adjust inputs.Sharlatan Hellseher2024-10-21
| | | | | | | | | | | As seen in python-team build <https://ci.guix.gnu.org/build/6099416/log/raw>. * gnu/packages/game-development.scm (python-sge): Adjust inputs. [arguments]<#:tests>: Disable as they are not provided. [native-inputs]: Add python-setuptools. Change-Id: I46a83e8ebb0b25ff7d3895334bef257ce98da20f
* gnu: xdot: Update to 1.4.Artyom V. Poptsov2024-10-22
| | | | | | | * gnu/packages/graphviz.scm (xdot): Update to 1.4. [native-inputs]: Add python-packaging. Change-Id: Ifc06ab8fddfd23d0273d134efec610750bf2a462
* gnu: ardour: Update to 8.10.Ricardo Wurmus2024-10-21
| | | | | | * gnu/packages/audio.scm (ardour): Update to 8.10. Change-Id: Ie6498779b9e48226f35ef376687dfed749e632cc
* gnu: guix: Update to 5ab3c4c.Ludovic Courtès2024-10-21
| | | | | | | | Fixes <https://issues.guix.gnu.org/73919>. * gnu/packages/package-management.scm (guix): Update to 5ab3c4c. Change-Id: Iab3eb615e44d11a1befe57456fc55df2228503ba
* gnu: Add linux-libre 6.11.4.Wilko Meyer2024-10-20
| | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-6.11-version, linux-libre-6.11-gnu-revision, deblob-scripts-6.11, linux-libre-6.11-pristine-source, linux-libre-6.11-source, linux-libre-headers-6.11, linux-libre-6.11): New variables. * gnu/packages/aux-files/linux-libre/6.11-arm.conf, gnu/packages/aux-files/linux-libre/6.11-arm64.conf, gnu/packages/aux-files/linux-libre/6.11-i686.conf, gnu/packages/aux-files/linux-libre/6.11-riscv.conf, gnu/packages/aux-files/linux-libre/6.11-x86.conf: New files. * Makefile.am (AUX_FILES): Add them. Co-authored-by: Ahmad Draidi <a.r.draidi@redscript.org> Change-Id: I35bad9fbea9f568e60e7f24c95f85c240ef96277 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mudskipper: Build with cmake-minimal.Efraim Flashner2024-10-20
| | | | | | | * gnu/packages/bioinformatics.scm (mudskipper)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I3af7ced7a0547900aa3f452d0b56ceac2e8d0a0c
* gnu: circtools: Build with cmake-minimal.Efraim Flashner2024-10-20
| | | | | | | * gnu/packages/bioinformatics.scm (circtools)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I4a7c49e88c3e820bfcaaea9c7bf2cff4b018a853
* gnu: fyi: Update to 1.0.4.Ashish SHUKLA2024-10-20
| | | | | | * gnu/packages/xdisorg.scm (fyi): Update to 1.0.4. Change-Id: I8c104e33bb91aba8bd9ec1e620dd132251ae1bee
* gnu: timescaledb: Ignore failing tests.Nicolas Graves2024-10-20
| | | | | * gnu/packages/databases.scm (timescaledb): [arguments]<#:phases>: Add phase 'patch-failing-tests.
* gnu: timescaledb: Update to 2.16.1. [security fixes]Nicolas Graves2024-10-20
| | | | | | | | This fixes CVE-2023-25149. * gnu/packages/databases.scm (timescaledb): Update to 2.16.1. [arguments]<#:phases>: Remove comment and symlink trick in 'prepare-tests phase.
* gnu: unbound: Update to 1.22.0.Ashish SHUKLA2024-10-20
| | | | | | * gnu/packages/dns.scm (unbound): Update to 1.22.0. Change-Id: I3af89323ddc0e0d85c82a9b7989bbf66eab56d0b
* gnu: stklos: Update to 2.10.Ashish SHUKLA2024-10-20
| | | | | | | | | | * gnu/packages/scheme.scm (stklos): Update to 2.10. [inputs]: Add gmp, libgc, pcre2, libffi, and readline. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: set LDFLAGS flag. Change-Id: Ife374dd60ef17129fa88b7a0940ab914e7b3c396 Co-authored-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: iverilog: Update to 12.0.Cayetano Santos2024-10-20
| | | | | | | | | | | | * gnu/packages/fpga.scm (iverilog): Update to 12.0. [source]: Switch to git-fetch. [arguments]: Use G-expressions. Set #:bootstrap-scripts to #~(list "autoconf.sh"). Set #:test-target to "check". [home-page]: Update to new home page. [native-inputs]: Add autoconf, gperf, remove ghostscript and zlib. Change-Id: I55c3142aa41b190fef79572576cac6fc02473645
* gnu: Add ibus-chewing.Efraim Flashner2024-10-20
| | | | | | | | * gnu/packages/ibus.scm (ibus-chewing): New variable. Co-authored-by: Charles <charles@charje.net>. Change-Id: I37c1ac836e5afd3101378d206e5c2056293cc182 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add fcitx5-chewing.Charles2024-10-20
| | | | | | | | * gnu/packages/fcitx5.scm (fcitx5-chewing): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I27cd2d9732ad12a387ecaa258a36f7342d438ab1 Signed-off-by: jgart <jgart@dismail.de>
* gnu: libchewing: Update to 0.9.0.Efraim Flashner2024-10-20
| | | | | | | | | | | | | | | * gnu/packages/language.scm (libchewing): Update to 0.9.0. [build-system]: Switch to cargo-build-system. [arguments]: Adjust for switch to cargo-build-system. Enable parallel-tests. Add a phase to allow older versions of rust-clap-mangen. Add the cmake version of 'configure after 'configure. Use the cmake versions of 'build, 'check and 'install. [native-inputs]: Add corrosion, cmake-minimal. Remove autoconf, automake, libtool, perl, pkg-config, python-wrapper, texinfo. Co-authored-by: Charles <charles@charje.net> Change-Id: Ic11e38646fc47cfc2c575320f43b9355a1c83b39 Signed-off-by: jgart <jgart@dismail.de>
* gnu: Add corrosion.Charles2024-10-20
| | | | | | | | * gnu/packages/cmake.scm (corrosion): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I0bb56889722128b9946af495fab05d39beaaf65a Signed-off-by: jgart <jgart@dismail.de>
* gnu: trealla: Update to 2.56.13.jgart2024-10-20
| | | | | | * gnu/packages/prolog.scm (trealla): Update to 2.56.13. Change-Id: Id977e4c58398747ce9a1bfffa97837e29eab66cf
* gnu: linux-libre: Update to 6.6.56.Wilko Meyer2024-10-19
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.56. (linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hash. Change-Id: Idd4c9a4d78b77144aae61b2d85e4ea83a3842695 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre: Update to 6.10.14.Wilko Meyer2024-10-19
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.14. (linux-libre-6.10-pristine-source, deblob-scripts-6.10): Update hash. Change-Id: Iadd53f2d12e53034da4ca9391e5a184dd516469f Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cowsay: Update to 3.8.3.Artyom V. Poptsov2024-10-19
| | | | | | * gnu/packages/games.scm (cowsay): Update to 3.8.3. Change-Id: If6cbf75bec4bf95611356ee54d88c53c1389cf6f
* gnu: font-cormorant: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-cormorant)[outputs]: New field. Change-Id: I742de3d380aef62b7c81a70d6d942865b2b7fd58
* gnu: font-scientifica: Remove unnecessary custom install phase.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-scientifica)[arguments]: Remove field. Change-Id: Ice422a8604adba6b4a5b31675303f4030c6e35af
* gnu: font-spleen: Remove unnecessary custom install phase.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-spleen)[arguments]: Remove field. Change-Id: I731b0b6859f9351632b9faf2f486ee194f7e312a
* gnu: font-orbitron: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-orbitron)[outputs]: New field. Change-Id: I8e63bbc024c28d9602b7f7a52e9b4e363cb62df9
* gnu: font-recursive: Split outputs.宋文武2024-10-19
| | | | | | | * gnu/packages/fonts.scm (font-recurive)[outputs]: New field. [arguments]: New field. Add 'remove-separate-statics' phase. Change-Id: I4ab81efb12ded417724ed103339dac0125110592
* gnu: font-libertinus: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-libertinus)[outputs]: New field. Change-Id: Ia8598099fbb3a1b454fff53c09a16ef2070c38f3
* gnu: font-linuxlibertine: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-linuxlibertine)[outputs]: New field. Change-Id: I37cb4e2b9fe89db70fd40066d92b7a21eff46531
* gnu: font-canada1500: Split outputs.宋文武2024-10-19
| | | | | | * gnu/packages/fonts.scm (font-canada1500)[outputs]: New field. Change-Id: If09b593e02e2f6ce447256a7561f423f448b5a65
* 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
* 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