| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: global: Update to 6.6.10.•••* gnu/packages/code.scm (global): Update to 6.6.10.
| Efraim Flashner | 2023-05-11 | 1 | -2/+2 |
* | tests: vnstat: Avoid call to 'getservbyname'.•••This would break "make as-derivation" because /etc/services is
unavailable in the build environment:
[ 38/ 80] loading... 95.0% of 40 filesBacktrace:
In guix/build/compile.scm:
249:8 19 (compile-files "." "/gnu/store/s5nadqd6hkzivkxp33svwqslfn608ng5-guix-system-tests" ("gnu/tests/audio.scm" "gnu/tests/base.scm" "gnu/tests/ci.scm" "gnu/tests/cups.scm" "gnu/tests/d…" …) …)
[…]
In unknown file:
0 (getserv "discard" "tcp")
ERROR: In procedure getserv:
In procedure getserv: no such service discard
builder for `/gnu/store/…-guix-system-tests.drv' failed with exit code 1
* gnu/tests/vnstat.scm (run-vnstat-test): Hard-code 'guest-port' instead
of calling 'getservbyname'.
| Ludovic Courtès | 2023-05-11 | 1 | -6/+3 |
* | .guix-authorizations: Authorize Josselin Poiret.•••* .guix-authorizations (jpoiret): Add OpenPGP key fingerprint.
| Maxim Cournoyer | 2023-05-11 | 1 | -0/+2 |
* | gnu: Add python-omnipath.•••* gnu/packages/python-web.scm (python-omnipath): New variable.
| Ricardo Wurmus | 2023-05-11 | 1 | -0/+49 |
* | gnu: Add python-inflect.•••* gnu/packages/python-xyz.scm (python-inflect): New variable.
| Ricardo Wurmus | 2023-05-11 | 1 | -0/+59 |
* | gnu: Add python-docrep.•••* gnu/packages/python-xyz.scm (python-docrep): New variable.
| Ricardo Wurmus | 2023-05-11 | 1 | -0/+20 |
* | gnu: Add python-pytest-enabler.•••* gnu/packages/python-check.scm (python-pytest-enabler): New variable.
| Ricardo Wurmus | 2023-05-11 | 1 | -0/+56 |
* | gnu: Add python-adjusttext.•••* gnu/packages/python-xyz.scm (python-adjusttext): New variable.
| Ricardo Wurmus | 2023-05-11 | 1 | -0/+23 |
* | tests: Add vnstat tests.•••* gnu/tests/vnstat.scm: New file.
* gnu/local.mk: Register it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal | 2023-05-11 | 2 | -0/+160 |
* | services: inetd: Export accessors.•••* gnu/services/networking.scm: Export inetd-configuration?,
inetd-configuration-program, inetd-configuration-entries, inetd-entry?,
inetd-entry-node, inetd-entry-name, inetd-entry-socket-type,
inetd-entry-protocol, inetd-entry-wait?, inetd-entry-user, inetd-entry-program
and inetd-entry-arguments.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal | 2023-05-11 | 1 | -0/+12 |
* | services: Add vnstat-service-type.•••* gnu/services/monitoring.scm (vnstat-service-type): New variable.
* doc/guix.texi (Monitoring Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal | 2023-05-11 | 2 | -0/+709 |
* | doc: Update dicod-configuration example•••* doc/guix.texi (Dictionary Service): Update dicod-configuration example to
fix outdated WordNet database configuration.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nathaniel Nicandro | 2023-05-11 | 1 | -4/+4 |
* | gnu: barrier: Include NULL compatibility.•••Fixes <https://bugs.gnu.org/63244>.
Reported by <john@fremlin.org>
* gnu/packages/barrier.scm (barrier)[arguments]: Use G-exp, add phases
including NULL macro.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Simon Tournier | 2023-05-11 | 1 | -3/+13 |
* | gnu: git: Update to 2.40.1 [security fixes].•••Fixes CVE-2023-25652 and CVE-2023-29007.
* gnu/packages/version-control.scm (git): Update to 2.40.1.
(git-minimal)[arguments]: Rewrite to use gexps. In
'remove-unusable-perl-commands' phase, make "git-add--interactive"
removal conditional.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan | 2023-05-11 | 1 | -41/+48 |
* | gnu: laby: Add patch for being able to execute game code.•••Reported upstream at https://github.com/sgimenez/laby/pull/68
* gnu/packages/patches/laby-use-tmpdir-from-runtime.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/games.scm (laby)[source]: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ivana Drazovic | 2023-05-11 | 3 | -1/+43 |
* | gnu: laby: Make laby function in pure environments.•••* gnu/packages/games.scm (laby)
[build-system]: Switch to 'glib-or-gtk-build-system'.
[inputs]: Add 'gdk-pixbuf' and 'librsvg-for-system'.
[arguments]: Wrap to use SVG-enabled pixbuf loaders.cache.
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ivana Drazovic | 2023-05-11 | 1 | -3/+18 |
* | gnu: laby: Use new package style.•••* gnu/packages/games.scm (laby)[arguments]: Use gexps.
Use "this-package-input" to locate package input.
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ivana Drazovic | 2023-05-11 | 1 | -11/+13 |
* | doc: Clarify substitute* docstring with an example.•••* doc/guix.texi (Build Utilities): Update the corresponding passage.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Gabriel Wicki | 2023-05-11 | 1 | -1/+3 |
* | services: dhcp-client-configuration: Add 'shepherd-requirement' field.•••* gnu/services/networking.scm (<dhcp-client-configuration>)
[shepherd-requirement]: New field.
(dhcp-client-shepherd-service): Honor it.
(dhcp-client-configuration-shepherd-requirement): Export accessor.
* doc/guix.texi (Networking Setup): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sergey Trofimov | 2023-05-11 | 2 | -2/+12 |
* | gnu: home: services: fontutils: Add support for SXML fragments.•••* gnu/home/services/fontutils.scm (add-fontconfig-config-file): Add
support for adding arbitrary SXML configuration into fonts.conf;
* doc/guix.texi (Fonts Services): Update the documentation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Patterson | 2023-05-11 | 2 | -13/+41 |
* | .guix-authorizations: Authorize Simon Tournier.•••* .guix-authorizations (zimoun): Add OpenPGP key fingerprint.
| Maxim Cournoyer | 2023-05-11 | 1 | -1/+3 |
* | gnu: Add oneDNN.•••* gnu/packages/machine-learning.scm (oneapi-dnnl): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| zamfofex | 2023-05-11 | 1 | -0/+21 |
* | gnu: Add ISPC.•••* gnu/packages/c.scm (ispc): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| zamfofex | 2023-05-11 | 1 | -0/+65 |
* | gnu: python-distributed: Update to 2023.4.1.•••* gnu/packages/python-science.scm (python-distributed): Update to 2023.4.1.
[source]: Remove snippet.
[arguments]: Update build phase 'versioneer; restore 'sanity-check phase;
simplify custom 'check phase; add 'fix-pytest-config phase; use #:test-flags.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-importlib-metadata.
| Ricardo Wurmus | 2023-05-11 | 1 | -165/+180 |
* | gnu: python-zict: Update to 3.0.0.•••* gnu/packages/python-xyz.scm (python-zict): Update to 3.0.0.
[build-system]: Use pyproject-build-system.
[arguments]: Ignore optional lmdb test.
[native-inputs]: Add python-pytest-asyncio, python-pytest-repeat, and
python-pytest-timeout.
| Ricardo Wurmus | 2023-05-11 | 1 | -4/+12 |
* | gnu: python-dask: Update to 2023.4.1.•••* gnu/packages/python-xyz.scm (python-dask): Update to 2023.4.1.
[source]: Remove snippet.
[build-system]: Use pyproject-build-system.
[arguments]: Remove custom 'check phase; update 'versioneer phase; add
'fix-pytest-config and 'pre-check phases; set #:test-flags.
[native-inputs]: Add python-click and python-importlib-metadata.
| Ricardo Wurmus | 2023-05-11 | 1 | -16/+50 |
* | gnu: python-fsspec: Update to 2023.5.0.•••* gnu/packages/python-xyz.scm (python-fsspec): Update to 2023.5.0.
[native-inputs]: Add python-pytest, python-pytest-mock, and python-numpy.
[propagated-inputs]: Add python-aiohttp, python-libarchive-c, python-requests,
and python-tqdm.
[arguments]: Add phase to embed the correct version string; disable tests that
need internet access.
[build-system]: Use pyproject-build-system.
[source]: Ftech sources with git to include tests.
| Ricardo Wurmus | 2023-05-11 | 1 | -6/+28 |
* | teams: Fix script to produce a single X-Debbugs-Cc header.•••Fixes <https://issues.guix.gnu.org/63378>.
* etc/teams.scm.in (cc): Adjust format pattern.
(sort-members, member->string): New procedures.
(list-members): Refactor in terms of the above procedures.
(main): Adjust the output of the 'cc-members-header-cmd' and
'cc-mentors-header-cmd' actions.
Reviewed-by: Arun Isaac <arunisaac@systemreboot.net>
| Maxim Cournoyer | 2023-05-11 | 1 | -18/+28 |
* | download: Refer to the 'guile-gnutls' package and not 'gnutls'.•••This reinstates c625e5b64d0a6cb7ffbf2ef971d4c990b1f5c5c1, which was
reverted due to a circular dependency:
https://issues.guix.gnu.org/63331
This is a followup to 305794762cbb57d252d5305b69a18cec6528baef, which
removed Guile bindings from 'gnutls'.
* guix/android-repo-download.scm (android-repo-fetch): Refer to
'guile-gnutls instead of 'gnutls.
* guix/cvs-download.scm (cvs-fetch): Likewise.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
| Ludovic Courtès | 2023-05-11 | 4 | -4/+4 |
* | gnu: guile-gnutls: Fix cross-compilation.•••The patch was inadvertently removed in
5e1e67442188ccca8db8c1dd092efbc6fc2c33dc.
* gnu/packages/tls.scm (guile-gnutls)[source]: Re-add 'gnutls-cross.patch'.
| Ludovic Courtès | 2023-05-11 | 1 | -1/+2 |
* | services: elogind: Add elogind as a shepherd PAM requirement.•••* gnu/services/desktop.scm (pam-extension-procedure): Add the elogind shepherd
requirement to the PAM extension.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret | 2023-05-11 | 1 | -1/+2 |
* | system: pam: Let PAM extensions add shepherd requirements.•••* gnu/system/pam.scm (<pam-extension>): New record type.
(pam-shepherd-service): Add Shepherd synchronization point.
* gnu/services/mail.scm (dovecot-shepherd-service)
* gnu/services/lightdm.scm (lightdm-shepherd-service)
* gnu/services/mail.scm (opensmtpd-shepherd-service)
* gnu/services/sddm.scm (sddm-shepherd-service)
* gnu/services/ssh.scm (lsh-shepherd-service, openssh-shepherd-service)
* gnu/services/xorg.scm (slim-shepherd-service, gdm-shepherd-service)
* gnu/services/base.scm (greetd-shepherd-services): Add PAM requirement.
* gnu/system/pam.scm (/etc-entry, extend-configuration,
pam-root-service-type, pam-root-service)
* gnu/services/authentication.scm (pam-ldap-pam-service)
* gnu/services/base.scm (pam-limits-service-type)
(greetd-pam-service)
* gnu/services/desktop.scm (pam-gnome-keyring)
* gnu/services/kerberos.scm (pam-krb5-pam-service)
* gnu/services/pam-mount.scm (pam-mount-pam-service): Adapt to use
pam-extension.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret | 2023-05-11 | 11 | -112/+179 |
* | tests: openvswitch: Wait for 'openvswitch-configuration' to be up.•••Checking for "br0" should only be done once the
'openvswitch-configuration' service is up because it's the one that sets
it up.
* gnu/tests/networking.scm (run-openvswitch-test)["openvswitch-configuration
is running"]: New test.
| Ludovic Courtès | 2023-05-11 | 1 | -1/+9 |
* | services: syslog: Do not call 'umask' in PID 1.•••Fixes a race condition when starting services in parallel with shepherd
0.10.x whereby a service might create files and directories with umask #o137.
An example is the bitlbee service with its least-authority wrapper: the
wrapper would create a tree with directories set to #o640, thereby
making the whole directory tree inaccessible.
* gnu/services/base.scm (syslog-shepherd-service): Pass #:file-creation-mask
to 'make-forkexec-constructor' instead of calling 'umask' in PID 1.
| Ludovic Courtès | 2023-05-11 | 1 | -10/+5 |
* | services: dicod, bitlbee: Pass 'make-inetd-constructor' a list of endpoints.•••'make-inetd-constructor' accepts a list of endpoints since version 0.9.1
of the Shepherd (released in May 2022).
* gnu/services/dict.scm (dicod-shepherd-service): Pass
'make-inetd-constructor' a list of endpoints.
* gnu/services/messaging.scm (bitlbee-shepherd-service): Likewise.
| Ludovic Courtès | 2023-05-11 | 2 | -9/+12 |
* | gnu: supercollider: Update to 3.13.0.•••* gnu/packages/audio.scm (supercollider): Update to 3.13.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Zhu Zihao | 2023-05-11 | 1 | -2/+2 |
* | gnu: supercollider: Use G-expressions.•••* gnu/packages/audio.scm (supercollider)[source]: Use G-expression in snippet.
[arguments]: Use G-expressions.
<#:phases>: Replace `(assoc-ref outputs ...)` with `#$output`.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Zhu Zihao | 2023-05-11 | 1 | -57/+57 |
* | gnu: ftxui: Update to 4.0.0.•••* gnu/packages/cpp.scm (ftxui): Update to 4.0.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Lu Hui | 2023-05-11 | 1 | -5/+4 |
* | gnu: mpv-mpris: Update to 1.0.•••* gnu/packages/video.scm (mpv-mpris): Update to 1.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| kiasoc5 | 2023-05-11 | 1 | -2/+2 |
* | gnu: python-pyopengl-accelerate: Update to 3.1.6.•••Restores compatibility with Python 3.10.
* gnu/packages/python-xyz.scm (python-pyopengl-accelerate): Update
to 3.1.6.
| Lars-Dominik Braun | 2023-05-11 | 1 | -2/+2 |
* | gnu: python-pyopengl: Update to 3.1.6.•••* gnu/packages/python-xyz.scm (python-pyopengl): Update to 3.1.6.
| Lars-Dominik Braun | 2023-05-11 | 1 | -2/+2 |
* | gnu: automake: Fix cross-build.•••This is a follow-up to commit
ea908c1c04804e51dbd156981c21d8397367d40d
gnu: automake: Remove input labels.
* gnu/packages/autotools.scm (automake)[arguments]: Use "#~" instead of "'".
| Janneke Nieuwenhuizen | 2023-05-11 | 1 | -23/+23 |
* | gnu: autoconf: Fix cross-build.•••This is a follow-up to commit
8fa17cb6d51901b2c8a0e20954c5b19f8057c217
gnu: autoconf: Remove input labels.
* gnu/packages/autotools.scm (autoconf-2.69)[arguments]: Use "#~" instead of
"'".
| Janneke Nieuwenhuizen | 2023-05-11 | 1 | -21/+21 |
* | gnu: kodi: Fix build against latest mesa.•••* gnu/packages/patches/kodi-mesa-eglchromium.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kodi.scm (kodi)[source]: Use it.
| Eric Bavier | 2023-05-10 | 3 | -1/+59 |
* | gnu: kodi: Fix build with latest glibc.•••* gnu/packages/kodi.scm (kodi)[inputs]: Use most recent 'fmt' and 'spdlog'
packages.
* gnu/packages/logging.scm (spdlog-for-kodi): Delete.
| Eric Bavier | 2023-05-10 | 2 | -16/+2 |
* | gnu: Add python-pytorch-lightning.•••* gnu/packages/machine-learning.scm (python-pytorch-lightning): New variable.
| Ricardo Wurmus | 2023-05-10 | 1 | -0/+123 |
* | gnu: Add python-jsonargparse.•••* gnu/packages/python-xyz.scm (python-jsonargparse): New variable.
| Ricardo Wurmus | 2023-05-10 | 1 | -0/+47 |
* | gnu: Add python-docstring-parser.•••* gnu/packages/python-xyz.scm (python-docstring-parser): New variable.
| Ricardo Wurmus | 2023-05-10 | 1 | -0/+18 |
* | gnu: Add python-starsessions-for-pytorch-lightning.•••* gnu/packages/python-web.scm (python-starsessions-for-pytorch-lightning): New variable.
| Ricardo Wurmus | 2023-05-10 | 1 | -0/+53 |
* | gnu: Add python-typeshed-client.•••* gnu/packages/python-xyz.scm (python-typeshed-client): New variable.
| Ricardo Wurmus | 2023-05-10 | 1 | -0/+18 |