summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2022-09-13services: shepherd: Install O_CLOEXEC variant of 'call-with-input-file' & co.•••Fixes a bug introduced with the Shepherd 0.9.2 upgrade in commit 1ba0e38267c9ff8bb476285091be6e297bbf136e whereby files opened by, say, the 'start' method of 'urandom-seed', could leak into the execution environment of some other service--e.g., 'term-tty4'. * gnu/services/shepherd.scm (shepherd-configuration-file)[config]: Override 'call-with-input-file' and 'call-with-output-file'. Ludovic Courtès
2022-09-13services: secret-service: Inherit from the original 'guix-configuration'.•••Reported by zamfofex. Regression introduced in 2bac6ea177d5b3353ea1a4d032d17a6ac3763e96. * gnu/services/virtualization.scm (secret-service-operating-system): Add 'inherit' keyword for 'guix-configuration'. Ludovic Courtès
2022-09-12gnu: Add tp-smapi-module.•••* gnu/packages/linux.scm (tp-smapi-module): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Simon Streit
2022-09-12gnu: cmh: Update to 1.1.1.•••* gnu/packages/algebra.scm (cmh): Update to 1.1.1. * gnu/packages/patches/cmh-support-fplll.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Signed-off-by: Andreas Enge <andreas@enge.fr> Hendursaga
2022-09-12gnu: hyfetch: Update to 1.4.1.•••* gnu/packages/admin.scm (hyfetch): Update to 1.4.1. Signed-off-by: Christopher Baines <mail@cbaines.net> gyara
2022-09-12gnu: Add ghc-ansi2html.•••* gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2022-09-12gnu: Add grml-zsh-config.•••* gnu/packages/shellutils.scm (grml-zsh-config): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5
2022-09-12gnu: Add txt2tags.•••* gnu/packages/textutils.scm (txt2tags): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5
2022-09-12gnu: ghc-alex: Use G-expressions.•••* gnu/packages/containers.scm (ghc-alex)[arguments]: Use G-expressions. [arguments]: Remove trailing booleans. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart
2022-09-12gnu: swaylock: Fix build.•••Fixes <https://bugs.gnu.org/57748>. Reported by muradm <mail@muradm.net>. This is a follow-up to commit 2500709e01cd376cf0db78e0805005a112343346. * gnu/packages/wm.scm (swaylock)[native-inputs]: Change from WAYLAND-PROTOCOLS to WAYLAND-PROTOCOLS-NEXT. Marius Bakke
2022-09-12gnu: emacs-ement: Update to 0.1.3.•••* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.3. Nicolas Goaziou
2022-09-12home: shepherd: Add shepherd/init.scm to XDG_CONFIG_HOME.•••* gnu/home/services/shepherd.scm (shepherd-xdg-configuration-files): New variable. (home-shepherd-service-type)[extensions]: Add HOME-XDG-CONFIGURATION-FILES-SERVICE-TYPE extension. Andrew Tropin
2022-09-11gnu: python-pingouin: Update to 0.5.2.•••* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.2. [arguments]: Adjust outdated substitution. Marius Bakke
2022-09-11gnu: python-uvloop: Disable flaky test.•••* gnu/packages/python-web.scm (python-uvloop)[arguments]: Disable one more test. While at it, use 'thread' timeout method as signal did not work here. Also don't compute the pytest string at evaluation time. Marius Bakke
2022-09-11gnu: Deprecate python-pep621.•••* gnu/packages/python-xyz.scm (python-pep621): Define as deprecated alias for PYTHON-PYPROJECT-METADATA. Marius Bakke
2022-09-11gnu: python-sphinx-theme-builder: Update to 0.2.0b1.•••* gnu/packages/sphinx.scm (python-sphinx-theme-builder): Update to 0.2.0b1. [propagated-inputs]: Change from PYTHON-PEP621 to PYTHON-PYPROJECT-METADATA. Marius Bakke
2022-09-11gnu: Add python-pyproject-metadata.•••* gnu/packages/python-xyz.scm (python-pyproject-metadata): New variable. (python-pep621): Inherit from it. Marius Bakke
2022-09-11gnu: Add python-sphinx-tabs.•••* gnu/packages/sphinx.scm (python-sphinx-tabs): New variable. Marius Bakke
2022-09-11gnu: python-gast: Enable tests.•••* gnu/packages/python-xyz.scm (python-gast)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST. Marius Bakke
2022-09-11gnu: python-gast: Update to 0.5.3.•••* gnu/packages/python-xyz.scm (python-gast): Update to 0.5.3. Marius Bakke
2022-09-11gnu: python-astunparse: Update to 1.6.3.•••* gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.3. Marius Bakke
2022-09-11gnu: python-gast: Update home page.•••* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of PyPI page. Marius Bakke
2022-09-11gnu: python-docutils: Add 0.19.•••* gnu/packages/python-xyz.scm (python-docutils-0.19): New variable. Marius Bakke
2022-09-11gnu: QEMU: Unbundle dtc and slirp.•••* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete two more directories. [arguments]: Add "--enable-slirp" and "--enable-fdt" in #:configure-flags. [inputs]: Add DTC and LIBSLIRP. Marius Bakke
2022-09-11gnu: slirp4netns: Update to 1.2.0.•••* gnu/packages/containers.scm (slirp4netns): Update to 1.2.0. Marius Bakke
2022-09-11gnu: libslirp: Update to 4.7.0.•••* gnu/packages/containers.scm (libslirp): Update to 4.7.0. [inputs]: Move GLIB ... [propagated-inputs]: ... here. Marius Bakke
2022-09-11gnu: ntp: Adjust for glibc 2.34 and later.•••* gnu/packages/ntp.scm (ntp)[source](patches): Add one more origin. Marius Bakke
2022-09-11gnu: mercurial: Update to 6.2.2.•••* gnu/packages/version-control.scm (mercurial): Update to 6.2.2. Marius Bakke
2022-09-11gnu: mercurial: Adjust for grep 3.8.•••* gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New fields. Marius Bakke
2022-09-11gnu: Open vSwitch: Update to 3.0.0.•••* gnu/packages/networking.scm (openvswitch): Update to 3.0.0. Marius Bakke
2022-09-11gnu: Open vSwitch: Remove input labels.•••* gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels. Marius Bakke
2022-09-11gnu: Open vSwitch: Add release-monitoring-url.•••* gnu/packages/networking.scm (openvswitch)[properties]: New field. Marius Bakke
2022-09-11gnu: Open vSwitch: Adjust tests for grep 3.8.•••* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'. Marius Bakke
2022-09-11gnu: swaylock: Update to 1.6.•••* gnu/packages/wm.scm (swaylock): Update to 1.6. Marius Bakke
2022-09-11gnu: emacs-mint-mode: Update to 1.0.3.•••* gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2022-09-11gnu: emacs-detached: Update to 0.8.1.•••* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.8.1. [arguments]<#:phases>: Remove references to the detached-env script, which does not exist anymore. Nicolas Goaziou
2022-09-11gnu: emacs-ansi: Update to 0.4.1-2.2367fba.•••* gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-2.2367fba. [propagated-inputs]: Remove EMACS-DASH and EMACS-S. Nicolas Goaziou
2022-09-11gnu: Add emacs-mentor.•••* gnu/packages/emacs-xyz.scm (emacs-mentor): New variable. Nicolas Goaziou
2022-09-11gnu: piper: Update to 0.7.•••* gnu/packages/gnome.scm (piper): Update to 0.7. [native-inputs]: Add appstream. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Tobias Kortkamp
2022-09-11gnu: piper: Unbreak tests.•••Make flake8 config available inside the build directory. https://github.com/libratbag/piper/pull/781 * gnu/packages/gnome.scm (piper): Unbreak tests. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Tobias Kortkamp
2022-09-11gnu: piper: Fix runtime.•••The wrapper script does not add piper's own Python files to GUIX_PYTHONPATH. Copy the approach from gtg to solve this. Traceback (most recent call last): File "/gnu/store/9fq062kva6ffidilg0qn8liqn6a8yf1w-piper-0.6/bin/.piper-real", line 36, in <module> from piper.application import Application ModuleNotFoundError: No module named 'piper' * gnu/packages/gnome.scm (piper): Fix runtime. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Tobias Kortkamp
2022-09-11gnu: Add steam-devices-udev-rules.•••* gnu/packages/games.scm (steam-devices-udev-rules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Morgan Smith
2022-09-11gnu: janet: Update to 1.24.1.•••* gnu/packages/lisp.scm (janet): Update to 1.24.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart
2022-09-11gnu: java-slf4j-api: Update the source URI.•••* gnu/packages/java.scm (java-slf4j-api)[source]: Replace the URI with "git-reference" to GitHub as the origin reference to "https://www.slf4j.org/dist/slf4j-..." seems to be broken. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov
2022-09-11gnu: plantuml: Update to 1.2022.7.•••* gnu/packages/yyy.scm (plantuml): Update to 1.2022.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> jgart
2022-09-11gnu: v4l2loopback-linux-module: Update to 0.12.7.•••* gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.12.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2022-09-11gnu: recoll: Update to 1.32.7.•••* gnu/packages/search.scm (recoll): Update to 1.32.7. [arguments]<#:configure-flags>: Add --with-inotify. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2022-09-11gnu: font-plemoljp: Update to 1.2.7.•••* gnu/packages/fonts.scm (font-plemoljp): Update to 1.2.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Taiju HIGASHI
2022-09-11gnu: nheko: Update to 0.10.1.•••* gnu/packages/messaging.scm (nheko): Update to 0.10.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder
2022-09-11gnu: mtxclient: Update to 0.8.2.•••* gnu/packages/messaging.scm (mtxclient): Update to 0.8.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder