aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-20services: nginx-upstream-configuration: Allow file-like objects...* 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> Tomas Volf
2024-11-20services: nginx: Print extra-content before the server-blocks....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> Tomas Volf
2024-11-20gnu: ocaml-sedlex: Update to 3.2....* 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> Jean-Pierre De Jesus DIAZ
2024-11-20gnu: ocaml-sedlex: Use ucd package....* gnu/packages/ocaml.scm (ocaml-sedlex): Use ucd for Unicode files. Change-Id: I8c54e15bcb32cf315fde28921611b20eeb2a6637 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2024-11-20gnu: ocaml-sedlex: Use G-Expressions....* gnu/packages/ocaml.scm (ocaml-sedlex): Use G-expressions. Change-Id: I1dd8b9e1cefef90ff4cdcc592f5ad3d735a5081b Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2024-11-20home: services: Use %user-log-dir as the log directory for all services....* 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> Dariqq
2024-11-20gnu: Add python-whatshap....* gnu/packages/bioinformatics.scm (python-whatshap): New variable. Change-Id: I42281932acb981a7500ef90b5700e7480b41dffe Ricardo Wurmus
2024-11-20gnu: python-moto: Update to 4.2.4....* 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 Ricardo Wurmus
2024-11-20gnu: python-pillow-simd: Update to 9.3.0....* gnu/packages/python-xyz.scm (python-pillow-simd): Update to 9.3.0. Change-Id: Ic4afc8399b0f9d8dd163ef17bfa813f54e2eff37 Ricardo Wurmus
2024-11-20gnu: python-pillow-simd: Disable one broken test....* 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 Ricardo Wurmus
2024-11-20gnu: Add python-py-partiql-parser....* gnu/packages/python-xyz.scm (python-py-partiql-parser): New variable. Change-Id: I674cb18d0d25d40403ce4fd1ec53d185d919972f Ricardo Wurmus
2024-11-20gnu: picolisp: Update to 24.9....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> David Pflug
2024-11-20gnu: cl-magicl: Enable expokit backend....* gnu/packages/lisp-xyz.scm (sbcl-magicl)[arguments]: Add magicl/ext-expokit to 'asd-systems'. Change-Id: I784ad39042859dba5426d476ecc28651298e615d Guillaume Le Vaillant
2024-11-20gnu: info-reader: Inherit from texinfo-7....Otherwise `LC_ALL=pt_BR.utf8 info` crashes. * gnu/packages/texinfo.scm (info-reader): Inherit from texinfo-7. Change-Id: I9eb5873fbc115e0c45f96a16aa05dbca76b92c57 Florian Pelz
2024-11-20install: Change the territory when we have learned it....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 Florian Pelz
2024-11-20install: Open info manuals that have region codes....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 Florian Pelz
2024-11-20gnu: Add cl-f2cl....* gnu/packages/lisp-xyz.scm (cl-f2cl, ecl-f2cl, sbcl-f2cl): New variables. Change-Id: If10548da2082b2de04c8086eccc48d04a68b4874 Guillaume Le Vaillant
2024-11-20gnu: cl-magicl: Update to 0.11.0....* gnu/packages/lisp-xyz.scm (sbcl-magicl): Update to 0.11.0. Change-Id: I2a5b06d2cfb9e8bcba64e111033489511210b014 Guillaume Le Vaillant
2024-11-20gnu: cl-in-memory-streams: Update to 2.0-1.a081214....* gnu/packages/lisp-xyz.scm (sbcl-in-memory-streams): Update to 2.0-1.a081214. [inputs]: Add sbcl-bordeaux-threads. Change-Id: I6c69a64469e67e2337da343d462091d141c1277b Guillaume Le Vaillant
2024-11-20gnu: python-uvicorn: Update to 0.32.0....* gnu/packages/python-web.scm (python-uvicorn): Update to 0.32.0. [arguments]: Enable more tests; add phase 'patch-pyproject. Change-Id: I7b1efb0a8319d02a8ea83a03299b1c2fa3adf0aa Ricardo Wurmus
2024-11-20gnu: qtractor: Update to 1.4.0....* gnu/packages/music.scm (qtractor): Update to 1.4.0. [source]: Switch to mirror url. Change-Id: I3058346b8b6be9164e2724b9631490f75b4f2428 Sughosha
2024-11-20gnu: qjackctl: Update to 1.0.3....* 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 Sughosha
2024-11-20gnu: libseat, seatd: Update to 0.9.1....* 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 Zheng Junjie
2024-11-20gnu: cage: Update to 0.2.0....* gnu/packages/wm.scm (cage): Update to 0.2.0. [inputs]: Remove wlroots-0.16; add wlroots. Change-Id: Idfd8d8947f1261431688cf66f1fd3c5b75ed8d69 Zheng Junjie
2024-11-20gnu: wl-mirror: Update to 0.17.0....* gnu/packages/wm.scm (wl-mirror): Update to 0.17.0. Change-Id: Ib2c6e28ccc9297211ee7ed7080aadb8822ff9cdc Zheng Junjie
2024-11-20gnu: clang-runtime: Fix build for versions 10 and 11....* gnu/packages/llvm.scm (clang-runtime-from-llvm)[inputs]: Add libxcrypt for versions 10 and 11. Nicolas Graves
2024-11-20gnu: qbittorrent-enhanced: Update to 5.0.2.10....* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.2.10. Change-Id: Ia297690350edd72840924c5f087601b823e89fa8 Zheng Junjie
2024-11-20gnu: qbittorrent: Update to 5.0.2....* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.2. Change-Id: Icf4b86aa60c0b2a717550cbd51613e3a07fbcdb5 Zheng Junjie
2024-11-20gnu: qbittorrent: Update to 5.0.1....* 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 Ron Nazarov
2024-11-20licenses: Add blue-oak1.0.0....* guix/licenses.scm (blue-oak1.0.0): New variable. * guix/import/utils.scm (%spdx-license-identifiers): Add license blueoak1.0.0. Change-Id: I89058136da55fdb4267bd2dbe56954153d7d6dde Nicolas Graves
2024-11-20gnu: tor: Update to 0.4.8.13....* gnu/packages/tor.scm (tor): Update to 0.4.8.13. Change-Id: Ie5bd61c5d3735deb0c8883c4fd116d75c1c352fb André Batista
2024-11-20gnu: ncmpcpp: Update to 0.10.1....* 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 Mazin AlHaddad
2024-11-20teams: Fix symbol for sysadmin team....* etc/teams.scm (sysadmin): Fix symbol. Change-Id: I26efe8c14961023c5ef13f7ec76abe76bb232728 Signed-off-by: Andreas Enge <andreas@enge.fr> Greg Hogan
2024-11-20gnu: Add emacs-auto-dark....* gnu/packages/emacs-xyz.scm (emacs-auto-dark): New variable. Change-Id: Ib7c56204b1cc053512eccdd17a38942022a21f08 User
2024-11-20gnu: Add emacs-standard-themes....* gnu/packages/emacs-xyz.scm (emacs-standard-themes): New variable. Change-Id: I2062fff0b0fbf8cfe942005131efdd453cf2404a User
2024-11-20gnu: python-sphobjinv: Update to 2.3.1.1....* 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 Eric Bavier
2024-11-20gnu: Add python-stdio-mgr....* gnu/packages/python-xyz.scm (python-stdio-mgr): New variable. Change-Id: Ia2e9cfda69e453b61ba948a6ad18f91364b799df Eric Bavier
2024-11-20gnu: Add python-pytest-check....* gnu/packages/python-check.scm (python-pytest-check): New variable. Change-Id: Idfa08578c9ad23b644f842abc93455dd72970fc2 Eric Bavier
2024-11-19gnu: kalamine: Update to 0.38....* gnu/packages/python-xyz.scm (kalamine): Update to 0.38. Change-Id: I32fe67fdbf5a7838f14021968f64adbdcf2c2781 Andreas Enge
2024-11-19gnu: llama-cpp: Update to b4137....* gnu/packages/machine-learning.scm (llama-cpp): Update to b4137. Change-Id: I530dadd4a228a6384b66093a6f7fedaf1fe4b4e8 Danny Milosavljevic
2024-11-19gnu: llama-cpp: Fix build flags....* gnu/packages/machine-learning.scm (llama-cpp)[arguments]<#:configure-flags>: Use new names from the package update. Change-Id: I14095b5a594efbcfc7abfdd50fd2930fa7878394 Danny Milosavljevic
2024-11-19gnu: python-tibanna: Update to 5.4.3....* gnu/packages/web.scm (python-tibanna): Update to 5.4.3. Change-Id: I18ed2500e07eb0ef69c27302f26a9808222bb5c2 Ricardo Wurmus
2024-11-19gnu: python-benchmark-4dn: Update to 0.5.24....* gnu/packages/python-xyz.scm (python-benchmark-4dn): Update to 0.5.24. [source]: Update upstream URL. [properties]: Update upstream name. [arguments]: Disable tests. Change-Id: I01412638c33497983839541e7b48cca882af62ca Ricardo Wurmus
2024-11-19gnu: python-boto3: Respect --cores build argument....This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-boto3)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Nicolas Graves
2024-11-19gnu: python-botocore: Respect --cores build argument....This commit ensures that a user-provided --cores argument to guix build is respected. * gnu/packages/python-xyz.scm (python-botocore)[arguments] <#:test-flags>: Replace "auto" numprocesses by parallel-job-count. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Nicolas Graves
2024-11-19gnu: lem: Update to 2.2.0-3.534cb9f....* gnu/packages/text-editors.scm (lem): Update to 2.2.0-3.534cb9f. Change-Id: Ica593ed6604738b64de7b2bde84aefc3145d911a Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ada Stevenson
2024-11-19gnu: cl-async-process: Update to 0.0.1-2.3b16b91....* gnu/packages/lisp-xyz.scm (libasyncprocess): Update to 0.0.1-2.3b16b91. Change-Id: I43131a2fa8270455b625afc3b9a549bd4fa7ee67 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ada Stevenson
2024-11-19gnu: matterbridge: Unbundle available dependencies....* gnu/packages/messaging.scm (matterbridge) [source]: Add snippet removing the unbundled dependencies from "vendor" directory. [arguments]: Add new unbundled dependencies. Change-Id: I67afeff8721833d34a54fd52684a4acbcbcaf179 Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Denis 'GNUtoo' Carikli
2024-11-19gnu: Add go-github-com-russross-blackfriday-v2....* gnu/packages/golang.scm (go-github-com-russross-blackfriday): Downgrade to the highest v1. (go-github-com-russross-blackfriday-v2): New variable. (go-github-com-go-md2man) [propagated-inputs]: Remove go-github-com-russross-blackfriday, add go-github-com-russross-blackfriday-v2. Change-Id: Ieb37f37bb1eb25eca84698e7e3e3fc13ef4beef5 Sharlatan Hellseher
2024-11-19gnu: gnnome-keyring: Disable #:parallel-tests? for all architectures....This fixes ERROR:daemon/dbus/test-service.c:100:test_service_setup: assertion failed: (egg_test_wait_until (20000) != FALSE) ERROR: test-dbus-lock Invalid test number: /secret-lock/service - ERROR:daemon/dbus/test-service.c:100:test_service_setup: assertion failed: (egg_test_wait_until (20000) != FALSE) SKIP: See <https://ci.guix.gnu.org/build/6491513/details>. * gnu/packages/gnome.scm (gnome-keyring)[arguments]: Use #:parallel-tests? #f for all architectures, not just riscv64. Change-Id: I6a545677f31e960f725dd8d6208bb50e3253e55b Janneke Nieuwenhuizen