aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: oci-container: Allow setting Shepherd actions in ↵Giacomo Leidi via Guix-patches via2024-07-05
| | | | | | | | | | | | | | oci-container-configuration. * gnu/services/docker.scm (oci-container-configuration) [shepherd-actions]: New field. (sanitize-shepherd-actions): sanitize it. (oci-container-shepherd-service): use it. * doc/guix.texi: Document it. Change-Id: I0ca9826542be7cb8ca280a07a9bff1a262c2a8a7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* services: oci-container: Allow setting Shepherd respawn? in ↵Giacomo Leidi via Guix-patches via2024-07-05
| | | | | | | | | | | | | oci-container-configuration. * gnu/services/docker.scm (oci-container-configuration) [respawn?]: New field. (oci-container-shepherd-service): use it. * doc/guix.texi: Document it. Change-Id: I0d6367607fd0fd41f90a54b33d80bf4d4f43dd8b Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* services: oci-container: Allow setting Shepherd auto-start? in ↵Giacomo Leidi via Guix-patches via2024-07-05
| | | | | | | | | | | | | oci-container-configuration. * gnu/services/docker.scm (oci-container-configuration) [auto-start?]: New field. (oci-container-shepherd-service): use it. * doc/guix.texi: Document it. Change-Id: Id093d93effbbec3e1be757f8be83cf5f62eaeda7 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* services: oci-container: Allow setting Shepherd log-file in ↵Giacomo Leidi via Guix-patches via2024-07-05
| | | | | | | | | | | | oci-container-configuration. * gnu/services/docker.scm (oci-container-configuration) [log-file]: New field. (oci-container-shepherd-service): use it. * doc/guix.texi: Document it. Change-Id: Icad29ac6342b6f5bafc0d9be13a93cee99674185
* doc: Minor changes to the OCI-backed Services documentation.Giacomo Leidi via Guix-patches via2024-07-05
| | | | | | * doc/guix.texi: Clarify the example and remove reduntant escapes. Change-Id: I38f5517ae46b391ba21ae5a94c6dcc272e245036
* gnu: eisl: Update to 4.00.Guillaume Le Vaillant2024-07-04
| | | | | | * gnu/packages/lisp.scm (eisl): Update to 4.00. Change-Id: I2fa69943c6f72cad61e65352de1e496241acb292
* gnu: cl-cf: Update to 1.0-6.2bf64fe.Guillaume Le Vaillant2024-07-04
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cf): Update to 1.0-6.2bf64fe. Change-Id: I9af418e40da37fd7184fe54c0a51f740c593bda5
* gnu: txr: Update to 295.Guillaume Le Vaillant2024-07-04
| | | | | | * gnu/packages/lisp.scm (txr): Update to 295. Change-Id: I8e7430b4931c5eb8772e8138418f52a193d569cd
* Add Nicolas Goaziou to team tex.Nicolas Goaziou2024-07-04
| | | | | | * etc/teams.scm: Define new member. Change-Id: Ia7a52c5057a6e1b6b92c6079641bb354f1ecfd64
* Add Laurent Gatto to team r.Laurent Gatto2024-07-04
| | | | | | | | Welcome to the R Team! * etc/teams.scm: Define new member. Change-Id: I947b54fef154d39a0630d0f0c7c11aecda492db9
* gnu: yt-dlp: Update to 2024.05.27.Leo Famulari2024-07-03
| | | | | | | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2024.05.27. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [arguments]: Remove the custom build phase 'fix-the-data-directories', because There is no longer a setup.py file to be amended. [inputs]: Add PYTHON-REQUESTS-NEXT and PYTHON-URLLIB3-NEXT. [native-inputs]: Add PYTHON-HATCHLING. Change-Id: I0c9e609817071346ca85d1f0966cf8994b2da2c5
* gnu: python-websockets: Update to 12.0Leo Famulari2024-07-03
| | | | | | * gnu/packages/python-web.scm (python-websockets): Update to 12.0. Change-Id: I6217093bbdfb81b35eb7c8d59ada3f612b7d9511
* gnu: python-pytest-sanic: Further relax the websockets version requirements.Leo Famulari2024-07-03
| | | | | | | * gnu/packages/python-check.scm (python-pytest-sanic)[arguments]: Accept PYTHON-WEBSOCKETS 12.0 in the custom 'relax-requirements' phase. Change-Id: I279d7f98ff2f1fe3be46ffd4f06bbc3005c453b5
* gnu: Add python-urllib3 1.26.17.Leo Famulari2024-07-03
| | | | | | | | This is the minimum required version in recent versions of yt-dlp. * gnu/packages/python-web.scm (python-urllib3-next): New variable. Change-Id: Ib57bbe45fd1c9c9fa3872a00f161979762feacf6
* gnu: Add python-requests 2.31.0.Leo Famulari2024-07-03
| | | | | | | | This is the minimum required version in recent versions of yt-dlp. * gnu/packages/python-web.scm (python-requests-next): New variable. Change-Id: I825cb928297cddc2fbbca1ce5acdbf6cff276bbc
* gnu: yt-dlp: Don't inherit from youtube-dl.Leo Famulari2024-07-03
| | | | | | | | | | | | yt-dlp has diverged from youtube-dl sufficiently that package inheritance hinders package maintenance. * gnu/packages/video.scm (yt-dlp): Don't inherit from YOUTUBE-DL. [build-system, synopsis, license]: New fields. [arguments]: Adjust accordingly. [inputs]: Add FFMPEG. Change-Id: I14c4cfb6a75ba0421c62eac778072ab3e76c72a1
* gnu: podman: Update to 5.1.1.Jean-Pierre De Jesus DIAZ2024-07-03
| | | | | | | * gnu/packages/containers.scm (podman): Update to 5.1.1. Change-Id: Ie2563c1862debefcd6b5d0268e6cb57b6ae7193b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: buildah: Fix build.Jean-Pierre De Jesus DIAZ2024-07-03
| | | | | | | | | * gnu/packages/containers.scm (buildah)<arguments>: Remove 'remove-go-references phase, add 'patch-buildflags phase and remove imported modules. Change-Id: Id89ea5c90ba8064484eec460efdfa592c974adca Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: podman: Fix build.Jean-Pierre De Jesus DIAZ2024-07-03
| | | | | | | | | * gnu/packages/containers.scm (podman)<arguments>: Remove 'remove-go-references phase, add BUILDFLAGS=-trimpath to make-flags and remove imported modules. Change-Id: I6ffca5bd5be21b8b61ea9aa50273f97c5e342f9d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: gvisor-tap-vsock: Fix build.Jean-Pierre De Jesus DIAZ2024-07-03
| | | | | | | | | * gnu/packages/containers.scm (gvisor-tap-vsock)<arguments>: Remove 'remove-go-references phase, add 'patch-go-reference phase and remove imported modules. Change-Id: I202292e303268b3ec0f13f19d4ceba517cd73aaa Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu: Add go-github-com-nwaples-rardecode-v2.Sharlatan Hellseher2024-07-03
| | | | | | | | * gnu/packages/golang-compression.scm (go-github-com-nwaples-rardecode): Change version to 1.1.3 for future inheritance of go-github-com-nwaples-rardecode-v2. (go-github-com-nwaples-rardecode-v2): New variable. Change-Id: Ifc92ac27fbcd01f7cfced9239765d41108d6f373
* gnu: go-github-com-masterminds-sprig-v3: Update to 3.2.3.Sharlatan Hellseher2024-07-03
| | | | | | | * gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig-v3): Update to 3.2.3. Change-Id: I95c42ca42a09e0c5e79d5c631606d8e48ceafe43
* gnu: Add go-github-com-pterm-pterm.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-pterm-pterm): New variable. Change-Id: I6da814b83833224380a5dd08da9cf1562eb33791
* gnu: Add go-github-com-marvinjwendt-testza.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-check.scm (go-github-com-marvinjwendt-testza): New variable. Change-Id: I7aae5264286beda3462fd17304a68d62fdcd3cdb
* gnu: Add go-atomicgo-dev-keyboard.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-atomicgo-dev-keyboard): New variable. Change-Id: I335f43f06009d188c4e3278ea00a1568a3be9235
* gnu: Add go-atomicgo-dev-schedule.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-atomicgo-dev-schedule): New variable. Change-Id: Iee83258d43320bbd99170c9bcb21f7d6984366bc
* gnu: Add go-atomicgo-dev-cursor.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-atomicgo-dev-cursor): New variable. Change-Id: I7d742bf6056b3169999157af55cc1c002e6aceb9
* gnu: Add go-github-com-errata-ai-ini.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-errata-ai-ini): New variable. Change-Id: Ic97b0152b10a3b3dc88cf5a617b26427058bf1f5
* gnu: Add go-github-com-jdkato-twine.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-jdkato-twine): New variable. Change-Id: I13e55c204ab2072672a9556d7c0cac02f395116c
* gnu: Add go-github-com-errata-ai-regexp2.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-errata-ai-regexp2): New variable. Change-Id: If9af0a91da1d7a08767dea4614ece9fd620a143a
* gnu: Add go-github-com-neurosnap-sentences.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-neurosnap-sentences, go-sentences): New variables. Change-Id: I56c9e6c26567cfb9a6a21f8e637ddd1465d3bb58
* gnu: Add go-github-com-otiai10-copy.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-otiai10-copy): New variable. Change-Id: Ia1e9e2180f668546a775c6d45ad316303ae310d8
* gnu: Add go-github-com-otiai10-mint.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-check.scm (go-github-com-otiai10-mint): New variable. Change-Id: I2b203256756bf9dbeb838e2b289f4ffb9c902404
* gnu: Add go-atomicgo-dev-assert.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-check.scm (go-atomicgo-dev-assert): New variable. Change-Id: I987bdc50978da3cb6758d99bb4330e0a3bf3d14a
* gnu: Add go-github-com-gookit-color.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-gookit-color): New variable. Change-Id: I7caa860ae1605fff0da7490ec46ff816cad38143
* gnu: Add go-github-com-remeh-sizedwaitgroup.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-remeh-sizedwaitgroup): New variable. Change-Id: Icabe407a0aefef2728e331be87e239b7683512cd
* gnu: Add go-tengo.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-tengo): New variable. Change-Id: I8fb24d0bdd4eccb2da5f584edfec9b9ba1a9c4d5
* gnu: Add go-github-com-d5-tengo-v2.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-d5-tengo-v2): New variable. Change-Id: I714223a90deb696320c57f0281a8787e1cb6c2c4
* gnu: Add go-github-com-expr-lang-expr.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-expr-lang-expr): New variable. Change-Id: I580e3c664322565d506261ec789ddfe05faa764e
* gnu: Add go-github-com-dsnet-compress.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-compression.scm (go-github-com-dsnet-compress): New variable. Change-Id: I232f2d8cc6bb5eb4c850f233b2e2788d0f2fb35b
* gnu: Add go-github-com-dsnet-golib.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-dsnet-golib): New variable. Change-Id: If3f4bc017119c05ff837414bf5a839c39feff69b
* gnu: Add go-github-com-adrg-xdg.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-adrg-xdg): New variable. Change-Id: I6a7576d45c84e864d6db915784e32606b1008710
* gnu: Add go-github-com-adrg-strutil.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-xyz.scm (go-github-com-adrg-strutil): New variable. Change-Id: I86addc399471f4766a3beb7725832b6b13435fce
* gnu: Add go-github-com-shopspring-decimal.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-maths.scm (go-github-com-shopspring-decimal): New variable. Change-Id: I52ba58d05be9f631e5c53ccf7c30a977d7fe66b3
* gnu: Add go-github-com-montanaflynn-stats.Sharlatan Hellseher2024-07-03
| | | | | | * gnu/packages/golang-maths.scm (go-github-com-montanaflynn-stats): New variable. Change-Id: I1e131cb4ceece61e5b822178831014ed27189d9e
* gnu: Add packages/golang-math module.Sharlatan Hellseher2024-07-03
| | | | | | | * gnu/packages/golang-maths.scm: New file. * gnu/local.mk: Add gnu/packages/golang-maths.scm to the scope. Change-Id: Iffa3f7735e2155ecdd46f5cdeda9143c9c823322
* gnu: dropbear: Update to 2024.85.Attila Lendvai2024-07-03
| | | | | | | * gnu/packages/ssh.scm (dropbear): Update to 2024.85. Change-Id: I6c729f22732244e6c44bc0d6a1866ab1663a537e Signed-off-by: jgart <jgart@dismail.de>
* gnu: darktable: Update to 4.8.0.Alex Devaure2024-07-03
| | | | | | | * gnu/packages/photo.scm (darktable): Update to 4.8.0. Change-Id: I36df2b5a96f24488ebc1c491571a954af14d9e3f Signed-off-by: jgart <jgart@dismail.de>
* gnu: feh: Update to 3.10.3.Artyom V. Poptsov2024-07-03
| | | | | | | * gnu/packages/image-viewers.scm (feh): Update to 3.10.3. Change-Id: I2b997670ae628f231ade8cc2054f0e121d913598 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu: global: Update to 6.6.13.Andy Tai2024-07-03
| | | | | | | * gnu/packages/code.scm (global): Update to 6.6.13. Change-Id: I4a00f0853b9ad9dcd216f4a7e33a23df3c1caa13 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>