Age | Commit message (Expand) | Author |
2024-01-12 | gnu: go-github-com-charmbracelet-glamour: Fix build....* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): Fix build.
Change-Id: I14ce450360e684c4c1ac324e77b47771bbdf1410
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Artyom V. Poptsov |
2024-01-12 | gnu: poppler: Mention binaries in description....This allows to find the package to install with guix search.
* gnu/packages/pdf.scm (poppler): Mention binaries in description.
Change-Id: If68b29300b34ee692b0ecfe3458e7774b55c365e
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Nicolas Graves |
2024-01-12 | gnu: kakoune: update to 2023.08.05....* gnu/packages/text-editors.scm (kakoune): Update to 2023.08.05.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| David Pflug |
2024-01-12 | gnu: wesnoth: Update to 1.16.11....* gnu/packages/games.scm (wesnoth): Update to 1.16.11.
[source]: Use 'git-file-name'.
Change-Id: Id5a34e00a46400b7a32fe16bec845af882686dac
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| 宋文武 |
2024-01-12 | gnu: laminar: Update to 1.3....* gnu/packages/ci.scm (laminar): Update to 1.3.
Change-Id: Ic14deadfa3aa9c116ecd2ee7c34cdc32c58a6f56
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| David Pflug |
2024-01-12 | gnu: plocate: Update to 1.1.21....* gnu/packages/search.scm (plocate): Update to 1.1.21.
Change-Id: I725b2b83553228babbdd6592d31b57ede76ac442
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| David Pflug |
2024-01-12 | tests: security: Fix fail2ban-extension-test....The openssh-service-type requires 'networking to be setup. So add a
static-networking-service-type that provides it.
* gnu/tests/security.scm
(run-fail2ban-extension-test)[simple-operating-system]: Add
static-networking-service-type service.
Change-Id: I8d736cbf3fcaa54f86fbd60c52b3595b647731e2
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Tomas Volf |
2024-01-12 | gnu: fwupd: Depend on libsmbios only on supported systems....* gnu/packages/firmware.scm (fwupd)[inputs]: Add libsmbios conditionally.
Change-Id: Id34135b180f5ee6e7abd2fd4eb10e0d3c6308e06
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Simon South |
2024-01-12 | gnu: libsmbios: Restrict to only supported systems....* gnu/packages/hardware.scm (libsmbios)[supported-systems]: New field.
Change-Id: I8d813f496b7d2ffa8b0af2a6c814d1b09d731387
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Simon South |
2024-01-12 | gnu: sfeed: Update to 2.0....* gnu/packages/suckless.scm (sfeed): Update to 2.0.
Change-Id: I9fc34effddcb623e8d681824aa67c3c5c7784726
| Clément Lassieur |
2024-01-12 | packages: rust: Memoize make-rust-sysroot results....To ensure that it just returns a single package record for some given
arguments, as this helps to avoid poor performance of the store connection
object cache.
Performance with computing the cross derivations is important for the data
service, as it's currently very slow to process revisions.
* gnu/packages/rust.scm (make-rust-sysroot): Move code to
make-rust-sysroot/implementation.
(make-rust-sysroot/implementation): New variable.
Change-Id: Ibb30c7398328c87c032bb8828635a34ada935167
| Christopher Baines |
2024-01-12 | gnu: guix-build-coordinator: Update to 0-94.c4c4f5a....This also switches to use guile-next, which includes important fixes to
invalid unicode handling with suspendable ports, which is necessary for the
agent.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-94.c4c4f5a.
* gnu/services/guix.scm: Use guile-next for the coordinator service.
Change-Id: I853539a612fd0b41a6c63069c6291b3f42e5cdee
| Christopher Baines |
2024-01-12 | gnu: icedove/wayland: Wrap quotes around ‘$@’ in the executable....Fixes <https://issues.guix.gnu.org/66643>.
* gnu/packages/gnuzilla (icedove/wayland)[arguments]: Wrap quotes around ‘$@’
in the executable script.
Signed-off-by: Clément Lassieur <clement@lassieur.org>
| Aleksandr Vityazev |
2024-01-12 | gnu: Add r-azimuth....* gnu/packages/bioinformatics.scm (r-azimuth): New variable.
Change-Id: I2b0d087378028663ee8d76ced8950f7a9721cb03
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| nafkhamdc |
2024-01-11 | gnu: python-sanic: Update to 23.12.1....* gnu/packages/python-web.scm (python-sanic): Update to 23.12.1.
[build-system]: Use pyproject-build-system.
[arguments]: Use #:test-flags.
[propagated-inputs]: Add python-aioquic, python-html5tagger, python-tracerite,
and python-typing-extensions.
[native-inputs]: Remove gunicorn, python-isort, python-pytest-sugar, and
python-pytest-asyncio; add python-coverage, python-cryptography,
python-docutils, python-mypy, python-pygments, python-slotscheck,
python-towncrier, python-tox, and python-types-ujson.
Change-Id: I1bff804a6c2c038e0aacae821816f2a706029d37
| Ricardo Wurmus |
2024-01-11 | gnu: python-pytest-sanic: Relax requirement on websockets....* gnu/packages/python-check.scm (python-pytest-sanic)[arguments]: Use plain
list; add 'relax-requirements phase.
[description]: Use complete sentence.
Change-Id: I3c21380b4aa208da8a92270b6748b620a4a2dcc0
| Ricardo Wurmus |
2024-01-11 | gnu: python-sanic-testing: Update to 23.12.0....* gnu/packages/python-web.scm (python-sanic-testing): Update to 23.12.0.
[build-system]: Use pyproject-build-system.
[arguments]: Remove 'loosen-requirements phase.
[propagated-inputs]: Remove python-websockets.
Change-Id: Ie1958070959692ae678ffeefda9ee8bafa86a5e6
| Ricardo Wurmus |
2024-01-11 | gnu: python-sanic-routing: Update to 23.12.0....* gnu/packages/python-web.scm (python-sanic-routing): Update to 23.12.0.
[build-system]: Use pyproject-build-system.
Change-Id: I1ff18b5c7ecc6560417086a4ba5cbf70114991c1
| Ricardo Wurmus |
2024-01-11 | gnu: rubberband: Propagate required libraries....* gnu/packages/audio.scm (rubberband)[inputs]: Move fftw and libsamplerate
from here...
[propagated-inputs]: ...to here.
Change-Id: I0a2813fcad789b0609f1d300ec8508f4092665bf
| Ricardo Wurmus |
2024-01-11 | gnu: Add easyeffects....* gnu/packages/audio.scm (easyeffects): New variable.
Change-Id: Ie58da47abf7312708840fdec97f19f7aad3ea337
| Brendan Tildesley |
2024-01-11 | gnu: rubberband: Update to 3.3.0....* gnu/packages/audio.scm (rubberband): Update to 3.3.0.
[build-system]: Use meson-build-system.
[arguments]: Enable tests; use libsamplerate over builtin resampler; use Guix
fftw over bundled version.
[inputs]: Add fftw and lv2.
[native-search-paths]: Add LV2 and LADSPA search paths.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
Change-Id: I0cf9e12147eaa8c747190cf305cbc209f86ee44a
| Brendan Tildesley |
2024-01-11 | gnu: lilv: Update to 0.24.22....* gnu/packages/audio.scm (lilv): Update to 0.24.22.
Change-Id: I290632adf5dacd41af9e7ca69dd12da7237d7237
| Ricardo Wurmus |
2024-01-11 | gnu: lilv: Enable tests....* gnu/packages/audio.scm (lilv)[arguments]: Use G-expression; enable tests.
Change-Id: I22b36726caa903e26dc07806d7d57816f9841971
| Ricardo Wurmus |
2024-01-11 | gnu: lilv: Update to 0.24.20....* gnu/packages/audio.scm (lilv): Update to 0.24.20.
[build-system]: Use meson.
[arguments]: Remove.ldflag hack not needed with meson.
[home-page]: Append ".html".
Change-Id: Ia4edfe436d8bb45c937d77c385c3e472df335ca8
| Brendan Tildesley |
2024-01-11 | gnu: mda-lv2: Update to 1.2.10....* gnu/packages/audio.scm (mda-lv2): Update to 1.2.10.
[build-system]: Use meson.
[arguments]: Remove unnecessary flags
| Brendan Tildesley |
2024-01-11 | gnu: sratom: Update to 0.6.16....* gnu/packages/audio.scm (sratom): Update to 0.6.16.
Change-Id: I2ac0d532dcf2548cf80931e68b9a13782bfc1d9b
| Ricardo Wurmus |
2024-01-11 | gnu: sratom: Enable tests....* gnu/packages/audio.scm (sratom)[arguments]: Remove.
Change-Id: Ibf3bcf712b964d7e9470e338d76feede8c41fc15
| Ricardo Wurmus |
2024-01-11 | gnu: sratom: Update to 0.6.14....* gnu/packages/audio.scm (sratom): Update to 0.6.14.
[build-system]: Use meson.
| Brendan Tildesley |
2024-01-11 | gnu: sord: Update to 0.16.16....* gnu/packages/rdf.scm (sord): Update to 0.16.16.
[propagated-inputs]: Add zix.
Change-Id: I48f2bfef05d3c5f4e1cfd53dc1b147b9f7f44e75
| Ricardo Wurmus |
2024-01-11 | gnu: sord: Enable tests....* gnu/packages/rdf.scm (sord)[arguments]: Remove.ldflag hack not needed with
meson; enable tests.
[home-page]: Update.
Change-Id: I03017745594356c4fa714c211aa68101248605cd
| Brendan Tildesley |
2024-01-11 | gnu: serd: Update to 0.32.0....* gnu/packages/rdf.scm (serd): Update to 0.32.0.
Change-Id: I6701d78572c14adcfe340eac8409afd975e847bb
| Ricardo Wurmus |
2024-01-11 | gnu: serd: Enable tests....* gnu/packages/rdf.scm (serd)[arguments]: Remove.
[native-inputs]: Add python-minimal.
Change-Id: Ice5ceac6b432474b70a7dc171cd3a6bb68dc97fd
| Brendan Tildesley |
2024-01-11 | gnu: lv2: Update to 1.18.10....* gnu/packages/audio.scm (lv2): Update to 1.18.10.
[build-system]: Use meson.
[arguments]: Enable tests.
| Brendan Tildesley |
2024-01-11 | gnu: vamp: Update to 2.10.0....* gnu/packages/audio.scm (vamp): Update to 2.10.0.
| Brendan Tildesley |
2024-01-11 | gnu: llvm-cling: Fix build....This is a follow-up to 15ba54d0e91ecb6214661f5931f058ce33cd936e.
* gnu/packages/llvm.scm (llvm-cling)[arguments]: Use gexps for phases.
Change-Id: I12f048b1a6a350838572832ad33357046610b18d
| Efraim Flashner |
2024-01-11 | gnu: llvm-12: Use gexps and simplify....* gnu/packages/llvm.scm (llvm-12)[arguments]: Inherit from llvm-13.
Rewrite remaining new phase using gexps. Remove trailing #t from
phases.
(llvm-9)[arguments]: Adjust accordingly.
Change-Id: I7ba4e9954b4e8766e9e072696ab55303c1642315
| Efraim Flashner |
2024-01-11 | gnu: Update guile-gnutls to 3.7.14....* gnu/packages/tls.scm (guile-gnutls): Update to 3.7.14.
Change-Id: I851cb3554f1dcf5c286c345634ea71c5a7bbd973
| David Thompson |
2024-01-11 | gnu: r-cytolib: Unbundle boost....* gnu/packages/bioconductor.scm (r-cytolib)[source]: Remove bundled copy of
boost.
[arguments]: Change build system to link with existing boost library.
[inputs]: Add boost, openblas, protobuf, and zlib.
Change-Id: I3d1b7d10c80ddaf8ed8eedfe9178ab212ef48e8d
| Ricardo Wurmus |
2024-01-11 | Merge branch 'lisp-team'...Change-Id: I4ec6ad695392c76c389224255477819fa686eecb
| Guillaume Le Vaillant |
2024-01-11 | gnu: ffmpeg-jami: Sync configure flags with upstream Jami....After discovering that video didn't work with Jami, a closer look to the
configuration flags used by its ffmpeg fork found some discrepancies.
* gnu/packages/video.scm (ffmpeg-jami) [configure-flags]: Order the same way
as in the upstream rules.mk file, to ease comparison. Add "--disable-doc" and
"--enable-muxer=g723_1" flags.
Change-Id: I02efef9c434cf3150212e0a8eb9b615980242757
| Maxim Cournoyer |
2024-01-11 | gnu: r-singler: Update to 2.4.1....* gnu/packages/bioconductor.scm (r-singler): Update to 2.4.1.
Change-Id: I9b914f8194cf3317a3102c03a2cb1970f0583d9e
| Ricardo Wurmus |
2024-01-11 | gnu: r-biocneighbors: Update to 1.20.2....* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.20.2.
Change-Id: I1b2ee238581afe644ea3916b0bdcc360dae63f9f
| Ricardo Wurmus |
2024-01-11 | gnu: r-inspect: Update to 1.32.1....* gnu/packages/bioconductor.scm (r-inspect): Update to 1.32.1.
[propagated-inputs]: Remove r-gdata; add r-readxl.
Change-Id: I80ebb3d77076cd5b0cb04d83140098251d608afd
| Ricardo Wurmus |
2024-01-11 | gnu: r-genomicalignments: Update to 1.38.1....* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.38.1.
Change-Id: I5309ec8dd3b464ba54bc94a7d0a5115cc38ecf40
| Ricardo Wurmus |
2024-01-11 | gnu: r-edger: Update to 4.0.6....* gnu/packages/bioconductor.scm (r-edger): Update to 4.0.6.
Change-Id: Ic2163a951bdfcaf7c54144008ae698b32d5e59a2
| Ricardo Wurmus |
2024-01-11 | gnu: sysstat: Update to 12.7.5....* gnu/packages/linux.scm (sysstat): Update to 12.7.5.
[home-page]: Update URL.
[native-inputs]: Add gettext-minimal.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: I64e100786873c8cb4994d710aacddaf556783654
| Greg Hogan |
2024-01-11 | gnu: btop: Update to 1.3.0....* gnu/packages/admin.scm (btop): Update to 1.3.0.
Change-Id: Ie273ddde16d11b880493993070eda681a9f27e80
| 宋文武 |
2024-01-11 | gnu: neovim: Update to 0.9.5....* gnu/packages/vim.scm (neovim): Update to 0.9.5.
Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Luis Henrique Gomes Higino |
2024-01-11 | gnu: r-bigmemory: Update to 4.6.4....* gnu/packages/statistics.scm (r-bigmemory): Update to 4.6.4.
Change-Id: I32aca4e9aa339c7739e94304d40b0dff576e8d17
| Ricardo Wurmus |
2024-01-11 | gnu: r-synchronicity: Update to 1.3.10....* gnu/packages/statistics.scm (r-synchronicity): Update to 1.3.10.
Change-Id: I2e714a32794671f2957687c2b84010538ae8ce3c
| Ricardo Wurmus |