aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2024-11-21gnu: qtlanguageserver: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtlanguageserver): Update to 6.7.2. Change-Id: I11ef33e326dbc99340e3166b658b66423165a69d
2024-11-21gnu: qtwebchannel: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtwebchannel): Update to 6.7.2. Change-Id: Ifb1b3a6e1ef0a57ba6d499116dbed72cad5cffa1
2024-11-21gnu: qtserialport: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtserialport): Update to 6.7.2. Change-Id: I8273d1b1a120d27e2f4269845e8f06c112e6e415
2024-11-21gnu: qtwayland: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtwayland): Update to 6.7.2. Change-Id: I26373b3d14639b81e40ac4fefdc4cc58f9267d01
2024-11-21gnu: qtmultimedia: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtmultimedia): Update to 6.7.2. Change-Id: I80606a9cb88a554578943d871401f4661bb29158
2024-11-21gnu: qtshadertools: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtshadertools): Update to 6.7.2. Change-Id: Ieeab8100fa0180b1b6ee300d091e1443102b810d
2024-11-21gnu: qtsensors: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtsensors): Update to 6.7.2. Change-Id: I3a869f4fdb2e9df5d0600d9994a85ecfd7e0460a
2024-11-21gnu: qtwebsockets: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtwebsockets): Update to 6.7.2. Change-Id: I7a2cb9229b68297c33354d0dc28174518569a40c
2024-11-21gnu: qtdeclarative: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtdeclarative): Update to 6.7.2. Change-Id: I871aa47723da6e2f6e53003d8689f12807abf1d3
2024-11-21gnu: qtimageformats: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtimageformats): Update to 6.7.2. Change-Id: I1aba2277f3165ac481fbbaa413462dac5d2221bb
2024-11-21gnu: qtsvg: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtsvg): Update to 6.7.2. Change-Id: I95937da4156931eaf9475faeddd2cd00f37ed658
2024-11-21gnu: qt5compat: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qt5compat): Update to 6.7.2. Change-Id: Ib596fda733189493572a1840a78a804334a45dab
2024-11-21gnu: qtbase: Update to 6.7.2.Zheng Junjie
* gnu/packages/qt.scm (qtbase): Update to 6.7.2. [arguments]<#:phases>: Add delete-installed-tests phase. Change-Id: I22874a0d4bf0be4ae410ad4e6f5c1d72b2e2c3aa
2024-11-20gnu: Bump pzstd to version 1.5.6Aaron Covrig
* gnu/packages/compression.scm (pzstd): Bump to version 1.5.6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: Bump zstd to version 1.5.6Aaron Covrig
* gnu/packages/compression.scm (zstd-1.5.6): Bump version to 1.5.6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: services: power-profiles-daemon: Beautify service.Dariqq
* gnu/services/pm.scm (power-profiles-daemon-shepherd-service): Change indentation. [requirement]: Add user-processes. [documentation]: Change name to Power Profiles Daemon. (power-profiles-daemon-service-type) [description]: Change name to Power Profiles Daemon. Change-Id: Ibbd06cf1fbadd812ad3f0eac92b9772e3387f875 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20services: nginx-upstream-configuration: Allow file-like objectsTomas Volf
* gnu/services/web.scm (emit-nginx-upstream-config): Support file-like objects. * doc/guix.texi (Web Services)[nginx-upstream-configuration]: Document it. Change-Id: I49996e358174dc77b31e3c91b908a6a72f3eb705 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20services: nginx: Print extra-content before the server-blocks.Tomas Volf
The configuration file is processed sequentially, which meant that there was no way to set for example log format shared between the server-blocks, because the final configuration file would have this order: ... http { ... server { } ... $extra-content } Moving the extra-content before the serialization of server-blocks resolves this. * gnu/services/web.scm (default-nginx-config): Move extra-content before server-blocks. Change-Id: Ie8286a533dfed575abc58a0f4800706b3ad6adc2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: ocaml-sedlex: Update to 3.2.Jean-Pierre De Jesus DIAZ
* gnu/packages/haxe.scm (ocaml-sedlex): Update to 3.2. (ocaml-sedlex-2): New variable. (ocaml-piqilib) <propagated-inputs>: Replace ocaml-sedlex by ocaml-sedlex-2. * gnu/packages/ocaml.scm (haxe) <inputs>: Replace ocaml-sedlex by ocaml-sedlex-2. Change-Id: I0ae3609f8db22589d8fdd110d1b7b92f6fead15d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: ocaml-sedlex: Use ucd package.Jean-Pierre De Jesus DIAZ
* gnu/packages/ocaml.scm (ocaml-sedlex): Use ucd for Unicode files. Change-Id: I8c54e15bcb32cf315fde28921611b20eeb2a6637 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: ocaml-sedlex: Use G-Expressions.Jean-Pierre De Jesus DIAZ
* gnu/packages/ocaml.scm (ocaml-sedlex): Use G-expressions. Change-Id: I1dd8b9e1cefef90ff4cdcc592f5ad3d735a5081b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20home: services: Use %user-log-dir as the log directory for all services.Dariqq
* gnu/home/services/desktop.scm (home-dbus-shepherd-services): Log to %user-log-dir. * gnu/home/services/desktop.scm (home-unclutter-shepherd-services): Same. * gnu/home/services/pm.scm (home-batsignal-shepherd-services): Same. * gnu/home/services/shepherd.scm (launch-shepherd-gexp): Don't overwrite default log-file. Change-Id: I2742371cbddd1bf4d981efc41f3eae8f148336be Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-11-20gnu: Add python-whatshap.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-whatshap): New variable. Change-Id: I42281932acb981a7500ef90b5700e7480b41dffe
2024-11-20gnu: python-moto: Update to 4.2.4.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-moto): Update to 4.2.4. [build-system]: Use pyproject-build-system. [arguments]: Use #:test-flags instead of custom 'check phase; add phase 'compatibility. [propagated-inputs]: Add python-openapi-spec-validator and python-py-partiql-parser. Change-Id: Ifa0598387f37488da2e1efa40617dc5f36ea4241
2024-11-20gnu: python-pillow-simd: Update to 9.3.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.3.0. Change-Id: Ic4afc8399b0f9d8dd163ef17bfa813f54e2eff37
2024-11-20gnu: python-pillow-simd: Disable one broken test.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-pillow-simd)[build-system]: Use pyproject-build-system. [arguments]: Disable failing test_sanity test; copy only the 'patch-ldconfig phase from python-pillow, drop the custom 'check phase. Change-Id: Ic9a4f76ebcdc7aba21231aecd641930cf5f5b4de
2024-11-20gnu: Add python-py-partiql-parser.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-py-partiql-parser): New variable. Change-Id: I674cb18d0d25d40403ce4fd1ec53d185d919972f
2024-11-20gnu: picolisp: Update to 24.9.David Pflug
Upstream has retired Java version and 32bit support. * gnu/packages/lisp.scm (picolisp): Update to 24.9. (picolisp32): Remove variable. Change-Id: I6bb3604ed9d48ef5a4b372d8dbc6dd3917295b5f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2024-11-20gnu: cl-magicl: Enable expokit backend.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-magicl)[arguments]: Add magicl/ext-expokit to 'asd-systems'. Change-Id: I784ad39042859dba5426d476ecc28651298e615d
2024-11-20gnu: info-reader: Inherit from texinfo-7.Florian Pelz
Otherwise `LC_ALL=pt_BR.utf8 info` crashes. * gnu/packages/texinfo.scm (info-reader): Inherit from texinfo-7. Change-Id: I9eb5873fbc115e0c45f96a16aa05dbca76b92c57
2024-11-20install: Change the territory when we have learned it.Florian Pelz
Typically, the LANGUAGE has already been set in the run-language-page step. But for languages like pt, we must know the territory. * gnu/installer/newt/locale.scm (run-territory-page): Call ‘setenv’ for the ‘LANGUAGE’ variable. Change-Id: Ie6308c359e0bdb2d37fac0c844cfd879e96e231a
2024-11-20install: Open info manuals that have region codes.Florian Pelz
Because pt_PT and pt_BR have many differences, such as how the word “file” gets translated, Guix’ pt_BR info manual is called (guix.pt_BR) instead of (guix.pt). * gnu/system/install.scm (log-to-info): Try region coded manual file names. (%installation-node-names): Add node names for pt_BR and zh_CN. Change-Id: I89beebd323ee69ca83c22321c9d9e664b32cf6f3
2024-11-20gnu: Add cl-f2cl.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-f2cl, ecl-f2cl, sbcl-f2cl): New variables. Change-Id: If10548da2082b2de04c8086eccc48d04a68b4874
2024-11-20gnu: cl-magicl: Update to 0.11.0.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-magicl): Update to 0.11.0. Change-Id: I2a5b06d2cfb9e8bcba64e111033489511210b014
2024-11-20gnu: cl-in-memory-streams: Update to 2.0-1.a081214.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-in-memory-streams): Update to 2.0-1.a081214. [inputs]: Add sbcl-bordeaux-threads. Change-Id: I6c69a64469e67e2337da343d462091d141c1277b
2024-11-20gnu: python-uvicorn: Update to 0.32.0.Ricardo Wurmus
* gnu/packages/python-web.scm (python-uvicorn): Update to 0.32.0. [arguments]: Enable more tests; add phase 'patch-pyproject. Change-Id: I7b1efb0a8319d02a8ea83a03299b1c2fa3adf0aa
2024-11-20gnu: qtractor: Update to 1.4.0.Sughosha
* gnu/packages/music.scm (qtractor): Update to 1.4.0. [source]: Switch to mirror url. Change-Id: I3058346b8b6be9164e2724b9631490f75b4f2428
2024-11-20gnu: qjackctl: Update to 1.0.3.Sughosha
* gnu/packages/audio.scm (qjackctl): Update to 1.0.3. [inputs]: Replace qtbase-5 with qtbase and qtsvg-5 with qtsvg. [native-inputs]: Replace qttools-5 with qttools. Change-Id: Ie36d97b2688419726d5f89ae7a4f3dff84468805
2024-11-20gnu: libseat, seatd: Update to 0.9.1.Zheng Junjie
* gnu/packages/admin.scm (libseat): Update to 0.9.1. [arguments]: Use G-expressions. [native-inputs]: Remove label. [propagated-inputs]: Remove label. (seatd): [arguments]: Use G-expressions. [native-inputs]: Remove label. Change-Id: I53ebe502ad80bc892e995749aae3387c42a79bad
2024-11-20gnu: cage: Update to 0.2.0.Zheng Junjie
* gnu/packages/wm.scm (cage): Update to 0.2.0. [inputs]: Remove wlroots-0.16; add wlroots. Change-Id: Idfd8d8947f1261431688cf66f1fd3c5b75ed8d69
2024-11-20gnu: wl-mirror: Update to 0.17.0.Zheng Junjie
* gnu/packages/wm.scm (wl-mirror): Update to 0.17.0. Change-Id: Ib2c6e28ccc9297211ee7ed7080aadb8822ff9cdc
2024-11-20gnu: clang-runtime: Fix build for versions 10 and 11.Nicolas Graves
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[inputs]: Add libxcrypt for versions 10 and 11.
2024-11-20gnu: qbittorrent-enhanced: Update to 5.0.2.10.Zheng Junjie
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.2.10. Change-Id: Ia297690350edd72840924c5f087601b823e89fa8
2024-11-20gnu: qbittorrent: Update to 5.0.2.Zheng Junjie
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.2. Change-Id: Icf4b86aa60c0b2a717550cbd51613e3a07fbcdb5
2024-11-20gnu: qbittorrent: Update to 5.0.1.Ron Nazarov
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.1. [arguments]: Set #:qtbase to qtbase. [native-inputs]: Replace qttools-5 with qttools. [inputs]: Replace qtsvg-5 with qtsvg. Change-Id: I82dd5b65f1a812c989baa752313cd3daeaf0d8bf
2024-11-20gnu: tor: Update to 0.4.8.13.André Batista
* gnu/packages/tor.scm (tor): Update to 0.4.8.13. Change-Id: Ie5bd61c5d3735deb0c8883c4fd116d75c1c352fb
2024-11-20gnu: ncmpcpp: Update to 0.10.1.Mazin AlHaddad
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.10.1. [origin]: Change URI to github. [native-inputs]: Add libtool, autoconf-2.71, automake. [arguments]: Use G-expressions. Change-Id: Id2662c10c143736d10320550b6ce6fffe841984c
2024-11-20gnu: Add emacs-auto-dark.User
* gnu/packages/emacs-xyz.scm (emacs-auto-dark): New variable. Change-Id: Ib7c56204b1cc053512eccdd17a38942022a21f08
2024-11-20gnu: Add emacs-standard-themes.User
* gnu/packages/emacs-xyz.scm (emacs-standard-themes): New variable. Change-Id: I2062fff0b0fbf8cfe942005131efdd453cf2404a
2024-11-20gnu: python-sphobjinv: Update to 2.3.1.1.Eric Bavier
* gnu/packages/patches/python-sphobjinv-defer-ssl-import.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/sphinx.scm (python-sphobjinv): Update to 2.3.1.1. [source]: Use patch. [arguments]: Replace check phase. [native-inputs]: New field. [propagated-inputs]: Remove python-fuzzywuzzy and python-levenshtein. Change-Id: Id60f45b222f286c8db55e9ce11378cf5ba82c603