summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* home: services: Make strings in Gexps translateble.Xinglu Chen2022-01-03
| | | | | | | | | | | | | * gnu/home/services.scm (%initialize-gettext): New variable. (compute-on-first-login-script): Use it. (compute-on-change-gexp): Likewise. * gnu/home/services/symlink-manager.scm (update-symlinks-script): Likewise. * po/guix/POTFILES.in: Add gnu/home-services.scm and gnu/home/services/symlink-manager.scm. Suggested-by: Ludovic Courtès <ludo@gnu.org> Link: <https://yhetil.org/guix-bugs/87sfvy8k1u.fsf@gnu.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rust-system-deps-3: Fix and build package.Maxim Cournoyer2022-01-03
| | | | | | | | | * gnu/packages/crates-io.scm (rust-system-deps-3)[tests?]: Set to #f. [skip-build?]: Remove argument. [cargo-development-inputs]: Add rust-assert-matches-1, rust-itertools-0.10 and rust-lazy-static-1. [description]: Re-indent. [license]: Add missing field.
* gnu: rust-assert-matches-1: Update to 1.5.0.Maxim Cournoyer2022-01-03
| | | | * gnu/packages/crates-io.scm (rust-assert-matches-1): Update to 1.5.0.
* gnu: go-github-com-stretchr-objx: Remove vendored code.Efraim Flashner2022-01-03
| | | | | | | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx)[source]: Add snippet to remove vendor directory. [propagated-inputs]: Add go-github-com-davecgh-go-spew, go-github-com-pmezard-go-difflib [inputs]: Add go-github-com-stretchr-testify-bootstrap. [native-inputs]" Add go-gopkg-in-yaml-v2. (go-github-com-stretchr-testify-bootstrap): New variable.
* gnu: go-github-com-fatih-color: Remove vendored code.Efraim Flashner2022-01-03
| | | | | | | * gnu/packages/golang.scm (go-github-com-fatih-color)[source]: Add snippet. [propagated-inputs]: Add go-github-com-mattn-go-colorable, go-github-com-mattn-go-isatty.
* gnu: Add r-anndata.Ricardo Wurmus2022-01-03
| | | | * gnu/packages/cran.scm (r-anndata): New variable.
* Revert "gnu: xpra: Update to 4.3."Lars-Dominik Braun2022-01-03
| | | | | | | This reverts commit 3debb27e7ccdb614589adbc9b28b050c785abc01. The upgrade to 4.3 is not trivial and requires changes to the build process.
* gnu: pies: Update to 1.7.Efraim Flashner2022-01-03
| | | | | * gnu/packages/admin.scm (pies): Update to 1.7. [arguments]: Remove trailing #t from phases.
* gnu: alive: Update to 2.0.5.Efraim Flashner2022-01-03
| | | | | | * gnu/packages/admin.scm (alive): Update to 2.0.5. [inputs]: Replace guile-2.0 with guile-3.0. [native-inputs]: Add lzip.
* gnu: rush: Update to 2.2.Efraim Flashner2022-01-03
| | | | * gnu/packages/rush.scm (rush): Update to 2.2.
* gnu: cflow: Update to 1.7.Efraim Flashner2022-01-03
| | | | | * gnu/packages/code.scm (cflow): Update to 1.7. [native-inputs]: Remove labels.
* gnu: go-github-com-chris-ramon-douceur: Adjust inputs.Efraim Flashner2022-01-03
| | | | | | | * gnu/packages/golang.scm (go-github-com-chris-ramon-douceur) [native-inputs]: Move go-github-com-aymerick-douceur, go-github-com-gorilla-css from here ... [propagated-inputs]: ... to here.
* gnu: xsnow: Simplify inputs.kiasoc52022-01-02
| | | | | | * gnu/packages/toys.scm (xsnow)[inputs]: Remove labels. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: xsnow: Update to 3.4.2.kiasoc52022-01-02
| | | | | | | * gnu/packages/toys.scm (xsnow): Update to 3.4.2. [source, home-page]: Update URLs. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: beets-bandcamp: Fix build.Felix Gruber2022-01-02
| | | | | | | | | | This fixes a build failure in the 'sanity-check' phase. * gnu/packages/music.scm (beets-bandcamp)[propagated-inputs]: Add python-confuse, python-jellyfish, python-mediafile, python-munkres, python-musicbrainzngs and python-unidecode. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: gcompris: Fix build with GCC 10.Felix Gruber2022-01-02
| | | | | | * gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: guix-build-coordinator: Fix variable name in agent config.Christopher Baines2022-01-02
| | | | | | * gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): Fix variable name. * doc/guix.texi (Guix Services): Update accordingly.
* gnu: uim: Fix build with GCC 10.Lu Hui2022-01-02
| | | | | | | * gnu/packages/xorg.scm (uim)[arguments]: Pass "-O2 -g -fcommon" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add guix-build-coordinator/agent-only.Christopher Baines2022-01-02
| | | | | | | | | | | This avoids issues where the coordinator component dependencies (like sqitch and guile-fibers) make it harder to use the agent. * gnu/packages/package-management.scm (guix-build-coordinator/agent-only): New variable. * gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): Use the guix-build-coordinator/agent-only package by default. * doc/guix.texi (Guix Services): Update accordingly.
* gnu: guix-build-coordinator: Update to 0-45.ea78649.Christopher Baines2022-01-02
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-45.ea78649.
* news: Add 'de' translation.Florian Pelz2022-01-02
| | | | * etc/news.scm: Add German translation of ‘--tune’ entry.
* gnu: go-github-com-androiddnsfix: Rename to go-github-com-mtibben-androiddnsfix.Efraim Flashner2022-01-02
| | | | | | * gnu/packages/golang.scm (go-github-com-androiddnsfix): Rename to go-github-com-mtibben-androiddnsfix. (aws-vault)[native-inputs]: Adjust accordingly.
* gnu: go-github-com-kingpin: Rename to go-github-com-alecthomas-kingpin.Efraim Flashner2022-01-02
| | | | | | * gnu/packages/golang.scm (go-github-com-kingpin): Rename to go-github-com-alecthomas-kingpin. (aws-vault)[native-inputs]: Adjust accordingly.
* gnu: go-github-com-go-libsecret: Rename to go-github-com-gsterjov-go-libsecret.Efraim Flashner2022-01-02
| | | | | | | * gnu/packages/golang.scm (go-github-com-go-libsecret): Rename to go-github-com-gsterjov-go-libsecret. (go-github-com-99designs-go-keyring, aws-vault)[native-inputs]: Adjust accordingly.
* gnu: go-github-com-percent: Rename to go-github-com-mtibben-percent.Efraim Flashner2022-01-02
| | | | | | | * gnu/packages/golang.scm (go-github-com-percent): Rename to go-github-com-mtibben-percent. (aws-vault, go-github-com-99designs-go-keyring)[native-inputs]: Adjust accordingly.
* gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.Efraim Flashner2022-01-02
| | | | | | * gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter) [native-inputs]: Move go-github.com-mattn-go-runewidth to ... [propagated-inputs]: ... here.
* gnu: go-github-com-aws-aws-sdk-go: Adjust inputs.Efraim Flashner2022-01-02
| | | | | | * gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go) [native-inputs]: Move go-github-com-jmespath-go-jmespath to ... [propagated-inputs]: ... here.
* gnu: icedove: Update to 91.4.1 [security fixes].Jonathan Brielmaier2022-01-02
| | | | | | Fixes CVE-2021-4126 and CVE-2021-44538. * gnu/packages/gnuzilla.scm (icedove): Update to 91.4.1.
* gnu: 0ad: Fix building with mozjs version other than 78.6.Guillaume Le Vaillant2022-01-02
| | | | | | | Fixes <https://issues.guix.gnu.org/52913>. * gnu/packages/games.scm (0ad)[native-inputs]: Remove labels. [arguments]: Add 'fix-mozjs-compatibility' phase.
* news: Add 'de' translation.Florian Pelz2022-01-02
| | | | * etc/news.scm: Add German translation of ‘integer expected from stream’ entry.
* gnu: emacs-with-editor: Update to 3.1.0.Nicolas Goaziou2022-01-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.1.0. [arguments]<#:phases>: Add phases to mirror upstream directory layout modification.
* gnu: emacs-chronometrist: Remove trailing #T.Nicolas Goaziou2022-01-02
| | | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist)[arguments]<#:phases>: Remove trailing #T.
* gnu: emacs-corfu: Update to 0.17.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.17.
* gnu: emacs-consult: Update to 0.14.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.14.
* gnu: emacs-marginalia: Update to 0.11.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.11.
* gnu: emacs-moody: Update to 0.7.0.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.0.
* gnu: emacs-no-littering: Update to 1.2.4.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.4.
* gnu: emacs-orglink: Update to 1.2.0.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-orglink): Update to 1.2.0.
* gnu: emacs-pdf-tools: Update to 0.91.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.91.
* gnu: emacs-vertico: Update to 0.18.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.18.
* gnu: swayidle: Update to 1.7.kiasoc52022-01-02
| | | | | | * gnu/packages/wm.scm (swayidle): Update to 1.7. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mako: Update to 1.6.kiasoc52022-01-02
| | | | | | * gnu/packages/wm.scm (mako): Update to 1.6. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: wlr-randr: Update to 0.2.0.kiasoc52022-01-02
| | | | | | * gnu/packages/wm.scm (wrl-randr): Update to 0.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add odio-sacd.Arjan Adriaanse2022-01-02
| | | | | | * gnu/packages/audio.scm (odio-sacd): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libodiosacd.Arjan Adriaanse2022-01-02
| | | | | | * gnu/packages/audio.scm (libodiosacd): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: widelands: Fix build against boost 1.77.Felix Gruber2022-01-01
| | | | | | | | | | | | Widelands fails to build with boost 1.77 due to a missing include in one of Wideland's header files that was previously indirectly included by boost 1.76. * gnu/packages/patches/widelands-add-missing-map-include.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/games.scm (widelands)[source]: Add patch. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: freegish: Update to 0-2.21977ee5f.Felix Gruber2022-01-01
| | | | | | | | This fixes the build when using GCC 10. * gnu/packages/games.scm (freegish): Update to 0-2.21977ee5f. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pydub: Update to 0.25.1.Daniel Meißner2022-01-01
| | | | | | * gnu/packages/python-xyz.scm (python-pydub): Update to 0.25.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: krita: Fix build failure:Vinicius Monego2022-01-01
| | | | | | | | | | | | | | | ------ Generating the kritamod bindings... sip-generate.py: Unable to find file "QtCore/QtCoremod.sip" make[2]: *** [plugins/extensions/pykrita/sip/CMakeFiles/python_module_PyKrita_krita_autogen.dir/build.make:79: plugins/extensions/pykrita/sip/_tmp/krita/sipkritapart0.cpp] Error 1 ------ See <https://issues.guix.gnu.org/52910> for more information. * gnu/packages/kde.scm (krita)[inputs]: Remove python, python-pyqt, python-sip. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: wireshark: Fix build.Nicolas Goaziou2022-01-02
| | | | * gnu/packages/networking.scm (wireshark)[inputs]: Add missing libgcrypt.