summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-10-17gnu: guile-ics: Disable tests.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field.
2021-10-17gnu: aumix: Build with '-fcommon'.Ludovic Courtès
* gnu/packages/linux.scm (aumix)[arguments]: New field.
2021-10-16gnu: fakechroot: Update to PR #85 to build against glibc 2.33.Ludovic Courtès
The latest release, 2.20.1, fails to build against glibc 2.33. Build the code submitted as pull request #85 instead of the latest release. * gnu/packages/linux.scm (fakechroot)[source]: Change to 'git-reference'. Use other source. [native-inputs]: New field.
2021-10-15gnu: python-pytest-trio: Honor #:tests? flag.Efraim Flashner
* gnu/packages/python-check.scm (python-pytest-trio)[arguments]: Honor the #:tests? flag.
2021-10-15gnu: python-pytest-trio: Update to 0.7.0.Efraim Flashner
* gnu/packages/python-check.scm (python-pytest-trio): Update to 0.7.0. [arguments]: Add some tests to skip. [propagated-inputs]: Add python-async-generator, python-outcome, python-pytest.
2021-10-15gnu: python-trio: Honor #:tests? flag.Efraim Flashner
* gnu/packages/python-xyz.scm (python-trio)[arguments]: Honor #:tests? flag.
2021-10-15gnu: python-trio: Update to 0.19.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-trio): Update to 0.19.0. [arguments]: Adjust skipped tests. [propagated-inputs]: Add python-async-generator.
2021-10-15gnu: python-pytest-checkdocs: Update to 1.2.5.Efraim Flashner
* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.5.
2021-10-15gnu: python-pytest-checkdocs: Fix build.Efraim Flashner
* gnu/packagess/python-check.scm (python-pytest-checkdocs) [native-inputs]: Add python-pytest.
2021-10-14Merge branch 'master' into core-updates-frozenMarius Bakke
2021-10-13gnu: perl-uri-fetch: Update to 0.15.Marius Bakke
* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
2021-10-13gnu: ganeti: Prepare for Sphinx 4.0.Marius Bakke
* gnu/packages/patches/ganeti-sphinx-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
2021-10-13gnu: ganeti: Fix build failure.Marius Bakke
This fixes a regression from 1ed567c8721ec2810fdb70f1c6fc8396a705d503. * gnu/packages/virtualization.scm (ganeti)[arguments]: Set PYTHONPATH before generating bash completions, and adjust invocation to run the script directly.
2021-10-13gnu: cagebreak: Update to 1.8.0.Marius Bakke
* gnu/packages/wm.scm (cagebreak): Update to 1.8.0. [inputs]: Add LIBEVDEV.
2021-10-13gnu: dwl: Update to 0.2.1.Marius Bakke
* gnu/packages/wm.scm (dwl): Update to 0.2.1.
2021-10-13gnu: hikari: Update to 2.3.2.Marius Bakke
* gnu/packages/wm.scm (hikari): Update to 2.3.2.
2021-10-13gnu: sway: Update to 1.6.1.Marius Bakke
* gnu/packages/wm.scm (sway): Update to 1.6.1.
2021-10-13gnu: wlroots: Update to 0.14.1.Marius Bakke
* gnu/packages/wm.scm (wlroots): Update to 0.14.1. [inputs]: Add SEATD.
2021-10-13gnu: wayland-protocols: Update to 1.23.Marius Bakke
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.23. [build-system]: Switch to MESON-BUILD-SYSTEM.
2021-10-13gnu: Add cscopeFoo Chuan Wei
* gnu/packages/code.scm (cscope): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-10-13gnu: gnome-bluetooth: Add missing inputs for tests.Guillaume Le Vaillant
* gnu/packages/gnome.scm (gnome-bluetooth)[native-inputs]: Add python and python-dbus.
2021-10-13gnu: libhx: Fix runtime bug.Guillaume Le Vaillant
There is a bug in libhx causing pam-mount to crash when trying to mount user directories at login. Upstream has a patch to fix this issue. * gnu/packages/patches/libhx-fix-double-free-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/c.scm (libhx)[source]: Use it.
2021-10-13gnu: Add vim-paredit.Foo Chuan Wei
* gnu/packages/vim.scm (vim-paredit): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-13gnu: Add go-golang-org-x-mod.hackeryarn
* gnu/packages/golang.scm (go-golang-org-x-mod): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: swappy: Add propagated-inputs.Alexandr Vityazev
Add font-awesome to propagated-inputs to properly render the icons. * gnu/packages/image.scm (swappy)[propagated-inputs]: Add font-awesome; [use-modules]: Add (gnu packages fonts). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: swappy: Update to 1.4.0.Alexandr Vityazev
* gnu/packages/image.scm (swappy): Update to 1.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add runitorStephen Paul Weber
* gnu/packages/admin.scm (runitor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add cloudflare-cliStephen Paul Weber
* gnu/packages/dns.scm (cloudflare-cli): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add JSON.shStephen Paul Weber
* gnu/packages/serialization.scm (JSON.sh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add wmname.Alexandru-Sergiu Marton
* gnu/packages/suckless.scm (wmname): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13gnu: Add zsh-syntax-highlighting.Alexandr Vityazev
* gnu/packages/shellutils.scm (zsh-syntax-highlighting): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-13self: Move core (guix script ...) modules to a separate derivation.Ludovic Courtès
This adds an opportunity for parallelism and reduces the amount of rebuild needed when "secondary" modules are modified. * guix/self.scm (compiled-guix)[*core-cli-modules*]: New variable. [*cli-modules*]: Depend on it. [built-modules]: Likewise.
2021-10-13gnu: git-annex: Update to 8.20211011.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211011. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-10-13gnu: python-git-review: Update to 2.1.0.Clément Lassieur
* gnu/packages/openstack.scm (python-git-review): Update to 2.1.0.
2021-10-13gnu: python-pbr-minimal: Update to 5.5.1.Clément Lassieur
* gnu/packages/python-xyz.scm (python-pbr-minimal): Update to 5.5.1.
2021-10-13gnu: Add cl-yaml.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-yaml, ecl-cl-yaml, sbcl-cl-yaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-libyaml.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-libyaml, ecl-cl-libyaml, sbcl-cl-libyaml): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-generic-comparability.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-generic-comparability, ecl-generic-comparability, sbcl-generic-comparability): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-readline.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-readline, ecl-cl-readline, sbcl-cl-readline): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-conium.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (cl-conium, ecl-conium, sbcl-conium): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-13gnu: Add cl-terminfo.Foo Chuan Wei
* gnu/packages/lisp-xyz.scm (sbcl-terminfo, cl-terminfo, ecl-terminfo): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-10-12gnu: emacs-beancount: Restructure package, now independent of beancount.Christine Lemmer-Webber
* gnu/packages/finance.scm (emacs-beancount): Restructure package, now independent of beancount and in its own git repository. Note that there is no version number for the now independent code tree, so unfortunately this might look like a "version downgrade" to some users as it switched from being beancount's revision number to being a git-derived version number.
2021-10-13gnu: Add back missing module import.Tobias Geerinckx-Rice
* gnu/packages/django.scm: Use (gnu packages compression).
2021-10-13gnu: gsound: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gsound): Update to 1.0.3. [build-system]: Switch to Meson. [inputs]: Remove explicit glib. Move libcanberra… [propagated-inputs]: …here.
2021-10-13gnu: apostrophe: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc.
2021-10-13gnu: aqbanking: Update to 6.3.2.Tobias Geerinckx-Rice
* gnu/packages/gnucash.scm (aqbanking): Update to 6.3.2.
2021-10-13gnu: astroid: Update to 0.16.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (astroid): Update to 0.16. [arguments]: Don't explicitly return #t from phases.
2021-10-13gnu: btrfs-progs: Update to 5.14.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.2.
2021-10-13gnu: acpid: Update to 2.0.33.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (acpid): Update to 2.0.33.
2021-10-13gnu: fheroes2: Update to 0.9.8.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fheroes2): Update to 0.9.8.