summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* gnu: Add grml-zsh-config.kiasoc52022-09-121-0/+33
| | | | | | * gnu/packages/shellutils.scm (grml-zsh-config): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add txt2tags.kiasoc52022-09-121-0/+20
| | | | | | * gnu/packages/textutils.scm (txt2tags): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: ghc-alex: Use G-expressions.jgart2022-09-121-8/+9
| | | | | | | * gnu/packages/containers.scm (ghc-alex)[arguments]: Use G-expressions. [arguments]: Remove trailing booleans. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: swaylock: Fix build.Marius Bakke2022-09-121-1/+1
| | | | | | | | | | 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.
* gnu: emacs-ement: Update to 0.1.3.Nicolas Goaziou2022-09-121-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1.3.
* home: shepherd: Add shepherd/init.scm to XDG_CONFIG_HOME.Andrew Tropin2022-09-121-0/+9
| | | | | | | * gnu/home/services/shepherd.scm (shepherd-xdg-configuration-files): New variable. (home-shepherd-service-type)[extensions]: Add HOME-XDG-CONFIGURATION-FILES-SERVICE-TYPE extension.
* gnu: python-pingouin: Update to 0.5.2.Marius Bakke2022-09-111-3/+3
| | | | | * gnu/packages/python-science.scm (python-pingouin): Update to 0.5.2. [arguments]: Adjust outdated substitution.
* gnu: python-uvloop: Disable flaky test.Marius Bakke2022-09-111-1/+6
| | | | | | * 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.
* gnu: Deprecate python-pep621.Marius Bakke2022-09-111-14/+1
| | | | | * gnu/packages/python-xyz.scm (python-pep621): Define as deprecated alias for PYTHON-PYPROJECT-METADATA.
* gnu: python-sphinx-theme-builder: Update to 0.2.0b1.Marius Bakke2022-09-111-3/+3
| | | | | * gnu/packages/sphinx.scm (python-sphinx-theme-builder): Update to 0.2.0b1. [propagated-inputs]: Change from PYTHON-PEP621 to PYTHON-PYPROJECT-METADATA.
* gnu: Add python-pyproject-metadata.Marius Bakke2022-09-111-7/+23
| | | | | * gnu/packages/python-xyz.scm (python-pyproject-metadata): New variable. (python-pep621): Inherit from it.
* gnu: Add python-sphinx-tabs.Marius Bakke2022-09-111-1/+28
| | | | * gnu/packages/sphinx.scm (python-sphinx-tabs): New variable.
* gnu: python-gast: Enable tests.Marius Bakke2022-09-111-0/+8
| | | | | * gnu/packages/python-xyz.scm (python-gast)[arguments]: Override check phase. [native-inputs]: Add PYTHON-PYTEST.
* gnu: python-gast: Update to 0.5.3.Marius Bakke2022-09-111-2/+2
| | | | * gnu/packages/python-xyz.scm (python-gast): Update to 0.5.3.
* gnu: python-astunparse: Update to 1.6.3.Marius Bakke2022-09-111-2/+2
| | | | * gnu/packages/python-xyz.scm (python-astunparse): Update to 1.6.3.
* gnu: python-gast: Update home page.Marius Bakke2022-09-111-1/+1
| | | | | * gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of PyPI page.
* gnu: python-docutils: Add 0.19.Marius Bakke2022-09-111-0/+12
| | | | * gnu/packages/python-xyz.scm (python-docutils-0.19): New variable.
* gnu: QEMU: Unbundle dtc and slirp.Marius Bakke2022-09-111-2/+9
| | | | | | | * 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.
* gnu: slirp4netns: Update to 1.2.0.Marius Bakke2022-09-111-2/+2
| | | | * gnu/packages/containers.scm (slirp4netns): Update to 1.2.0.
* gnu: libslirp: Update to 4.7.0.Marius Bakke2022-09-111-3/+4
| | | | | | * gnu/packages/containers.scm (libslirp): Update to 4.7.0. [inputs]: Move GLIB ... [propagated-inputs]: ... here.
* gnu: ntp: Adjust for glibc 2.34 and later.Marius Bakke2022-09-111-1/+11
| | | | * gnu/packages/ntp.scm (ntp)[source](patches): Add one more origin.
* gnu: mercurial: Update to 6.2.2.Marius Bakke2022-09-111-2/+2
| | | | * gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
* gnu: mercurial: Adjust for grep 3.8.Marius Bakke2022-09-111-1/+8
| | | | | * gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New fields.
* gnu: Open vSwitch: Update to 3.0.0.Marius Bakke2022-09-111-2/+2
| | | | * gnu/packages/networking.scm (openvswitch): Update to 3.0.0.
* gnu: Open vSwitch: Remove input labels.Marius Bakke2022-09-111-11/+11
| | | | | * gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE instead of labels.
* gnu: Open vSwitch: Add release-monitoring-url.Marius Bakke2022-09-111-0/+2
| | | | * gnu/packages/networking.scm (openvswitch)[properties]: New field.
* gnu: Open vSwitch: Adjust tests for grep 3.8.Marius Bakke2022-09-111-0/+5
| | | | | * gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for 'egrep'.
* gnu: swaylock: Update to 1.6.Marius Bakke2022-09-111-2/+2
| | | | * gnu/packages/wm.scm (swaylock): Update to 1.6.
* gnu: emacs-mint-mode: Update to 1.0.3.jgart2022-09-111-2/+2
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-detached: Update to 0.8.1.Nicolas Goaziou2022-09-111-7/+2
| | | | | | * 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.
* gnu: emacs-ansi: Update to 0.4.1-2.2367fba.Nicolas Goaziou2022-09-111-5/+3
| | | | | * gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-2.2367fba. [propagated-inputs]: Remove EMACS-DASH and EMACS-S.
* gnu: Add emacs-mentor.Nicolas Goaziou2022-09-111-0/+28
| | | | * gnu/packages/emacs-xyz.scm (emacs-mentor): New variable.
* gnu: piper: Update to 0.7.Tobias Kortkamp2022-09-111-3/+4
| | | | | | | * gnu/packages/gnome.scm (piper): Update to 0.7. [native-inputs]: Add appstream. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: piper: Unbreak tests.Tobias Kortkamp2022-09-111-2/+5
| | | | | | | | | | 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>
* gnu: piper: Fix runtime.Tobias Kortkamp2022-09-111-20/+19
| | | | | | | | | | | | | | 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>
* gnu: Add steam-devices-udev-rules.Morgan Smith2022-09-111-0/+36
| | | | | | * gnu/packages/games.scm (steam-devices-udev-rules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: janet: Update to 1.24.1.jgart2022-09-111-2/+2
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.24.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: java-slf4j-api: Update the source URI.Artyom V. Poptsov2022-09-111-4/+6
| | | | | | | | * 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>
* gnu: plantuml: Update to 1.2022.7.jgart2022-09-111-2/+3
| | | | | | * gnu/packages/yyy.scm (plantuml): Update to 1.2022.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: v4l2loopback-linux-module: Update to 0.12.7.Michael Rohleder2022-09-111-3/+3
| | | | | | * gnu/packages/linux.scm (v4l2loopback-linux-module): Update to 0.12.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: recoll: Update to 1.32.7.Michael Rohleder2022-09-111-2/+4
| | | | | | | * gnu/packages/search.scm (recoll): Update to 1.32.7. [arguments]<#:configure-flags>: Add --with-inotify. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: font-plemoljp: Update to 1.2.7.Taiju HIGASHI2022-09-111-3/+3
| | | | | | * gnu/packages/fonts.scm (font-plemoljp): Update to 1.2.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: nheko: Update to 0.10.1.Michael Rohleder2022-09-111-2/+2
| | | | | | * gnu/packages/messaging.scm (nheko): Update to 0.10.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: mtxclient: Update to 0.8.2.Michael Rohleder2022-09-111-3/+3
| | | | | | * gnu/packages/messaging.scm (mtxclient): Update to 0.8.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-qrcode: Update to 7.3.1.Felix Gruber2022-09-111-4/+3
| | | | | | | * gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1. [propagated-inputs]: Remove python-six. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-vertico: Update to 0.27.Nicolas Goaziou2022-09-111-2/+2
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.27.
* gnu: qmapshack: Add curl dependency.Guillaume Le Vaillant2022-09-111-1/+2
| | | | * gnu/packages/geo.scm (qmapshack)[inputs]: Add curl.
* gnu: qgis: Disable failing tests.Felix Gruber2022-09-111-0/+2
| | | | | | | * gnu/packages/geo.scm (qgis)[arguments]: Disable failing tests in 'check phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: gplates: Add curl dependency.Felix Gruber2022-09-111-0/+1
| | | | | | * gnu/packages/geo.scm (gplates)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: openorienteering-mapper: Add curl dependency.Felix Gruber2022-09-111-0/+1
| | | | | | * gnu/packages/geo.scm (openorienteering-mapper)[inputs]: Add curl. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>