summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .guix-authorizations: Remove David Wilson due to inactivity.•••* .guix-authorizations: Remove daviwil. Leo Famulari2022-01-031-2/+0
* .guix-authorizations: Remove Brett Gilio due to inactivity.•••* .guix-authorizations: Remove brettgilio. Leo Famulari2022-01-031-2/+0
* .guix-authorizations: Remove Amin Bandali due to inactivity.•••* .guix-authorizations: Remove bandali. Leo Famulari2022-01-031-3/+0
* .guix-authorizations: Remove Alex Sassmannshausen due to inactivity.•••* .guix-authorizations: Remove atheia. Leo Famulari2022-01-031-3/+0
* .guix-authorizations: Remove Alex Griffin due to inactivity.•••* .guix-authorizations: Remove ajgrf. Leo Famulari2022-01-031-2/+0
* .guix-authorizations: Remove Gábor Boskovits due to inactivity.•••* .guix-authorizations: Remove boskovits. Leo Famulari2022-01-031-2/+0
* doc: Try to clarify the setuid programs examples.•••Based on user feedback, the shadow / passwd example was too obscure for those who aren't familiar with the shadow collection of tools. And it was also considered confusing for the two examples to use different packages. * doc/guix.texi (Setuid Programs): Use 'nmtui' in the examples. Leo Famulari2022-01-031-6/+7
* gnu: emacs-epkg: Update to 3.3.2.•••* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.2. [arguments]<#:phases>: Add phases to build documentation and follow upstream directory structure. [native-inputs]: Add TEXINFO. Nicolas Goaziou2022-01-041-3/+25
* gnu: emacs-tide: Update to 4.5.4.•••* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.5.4. [propagated-inputs]: Re-order alphabetically. Nicolas Goaziou2022-01-041-3/+3
* gnu: emacs-bluetooth: Update to 0.3.•••* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3. Nicolas Goaziou2022-01-041-3/+3
* gnu: naev: Update to 0.9.1.•••* gnu/packages/games.scm (naev): Update to 0.9.1. [source]: Use URL-FETCH. [arguments]<#:phases>: Remove keyword. [native-inputs]: Remove NAEV-ARTWORK. (naev-artwork): Remove variable. Nicolas Goaziou2022-01-041-49/+8
* gnu: openmw: Update to 0.47.0.•••* gnu/packages/game-development.scm (openmw): Update to 0.47.0. [arguments]: Add "-DOPENMW_USE_SYSTEM_RECASTNAVIGATION=ON" to configure-flags. [inputs]: Use new simplified format. Add new dependencies lz4 and recastnavigation. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber2022-01-031-12/+16
* gnu: bullet: Build with double precision arithmetics.•••* gnu/packages/game-development.scm (bullet)[arguments]: Add configure flag for double precision arithmetics. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber2022-01-031-0/+5
* gnu: Add recastnavigation.•••* gnu/packages/game-development.scm (recastnavigation): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber2022-01-031-0/+51
* gnu: Flatpak: Propagate GnuPG 2.2.32.•••This fixes a profile collision between gnupg package variants: https://issues.guix.gnu.org/52981 * gnu/packages/package-management.scm (flatpak)[propagated-inputs]: Replace GNUPG with GNUPG-2.2.32. Leo Famulari2022-01-031-1/+1
* offload: Do not read ~/.ssh/config.•••Fixes <https://issues.guix.gnu.org/39366>. Reported by zimoun <zimon.toutoune@gmail.com>. * guix/scripts/offload.scm (open-ssh-session): Pass #:config. Ludovic Courtès2022-01-031-1/+4
* doc: Avoid (getenv "HOME") in 'machines.scm' example.•••Fixes <https://issues.guix.gnu.org/52517>. Reported by zimoun <zimon.toutoune@gmail.com>. * doc/guix.texi (Daemon Offload Setup): Avoid misleading (getenv "HOME") in example. Ludovic Courtès2022-01-031-3/+4
* doc: Document clauses of 'modify-inputs'.•••Suggested by Alexander Asteroth <alexander.asteroth@h-brs.de>. * doc/guix.texi (Defining Package Variants): Document all the supported clauses of 'modify-inputs'. Ludovic Courtès2022-01-031-2/+16
* gnu: Add python-pythonanywhere.•••* gnu/packages/python-xyz.scm (python-pythonanywhere): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Filip Lajszczak2022-01-031-0/+49
* home: services: Make strings in Gexps translateble.•••* 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> Xinglu Chen2022-01-033-41/+69
* gnu: rust-system-deps-3: Fix and build package.•••* 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. Maxim Cournoyer2022-01-031-7/+11
* gnu: rust-assert-matches-1: Update to 1.5.0.•••* gnu/packages/crates-io.scm (rust-assert-matches-1): Update to 1.5.0. Maxim Cournoyer2022-01-031-2/+2
* gnu: go-github-com-stretchr-objx: Remove vendored code.•••* 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. Efraim Flashner2022-01-031-1/+22
* gnu: go-github-com-fatih-color: Remove vendored code.•••* 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. Efraim Flashner2022-01-031-1/+8
* gnu: Add r-anndata.•••* gnu/packages/cran.scm (r-anndata): New variable. Ricardo Wurmus2022-01-031-0/+23
* Revert "gnu: xpra: Update to 4.3."•••This reverts commit 3debb27e7ccdb614589adbc9b28b050c785abc01. The upgrade to 4.3 is not trivial and requires changes to the build process. Lars-Dominik Braun2022-01-031-2/+2
* gnu: pies: Update to 1.7.•••* gnu/packages/admin.scm (pies): Update to 1.7. [arguments]: Remove trailing #t from phases. Efraim Flashner2022-01-031-4/+3
* gnu: alive: Update to 2.0.5.•••* gnu/packages/admin.scm (alive): Update to 2.0.5. [inputs]: Replace guile-2.0 with guile-3.0. [native-inputs]: Add lzip. Efraim Flashner2022-01-031-5/+9
* gnu: rush: Update to 2.2.•••* gnu/packages/rush.scm (rush): Update to 2.2. Efraim Flashner2022-01-031-2/+3
* gnu: cflow: Update to 1.7.•••* gnu/packages/code.scm (cflow): Update to 1.7. [native-inputs]: Remove labels. Efraim Flashner2022-01-031-4/+5
* gnu: go-github-com-chris-ramon-douceur: Adjust inputs.•••* 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. Efraim Flashner2022-01-031-4/+7
* gnu: xsnow: Simplify inputs.•••* gnu/packages/toys.scm (xsnow)[inputs]: Remove labels. Signed-off-by: Leo Famulari <leo@famulari.name> kiasoc52022-01-021-5/+1
* gnu: xsnow: Update to 3.4.2.•••* gnu/packages/toys.scm (xsnow): Update to 3.4.2. [source, home-page]: Update URLs. Signed-off-by: Leo Famulari <leo@famulari.name> kiasoc52022-01-021-4/+4
* gnu: beets-bandcamp: Fix build.•••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> Felix Gruber2022-01-021-3/+12
* gnu: gcompris: Fix build with GCC 10.•••* gnu/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS. Signed-off-by: Leo Famulari <leo@famulari.name> Felix Gruber2022-01-021-0/+2
* services: guix-build-coordinator: Fix variable name in agent config.•••* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): Fix variable name. * doc/guix.texi (Guix Services): Update accordingly. Christopher Baines2022-01-022-2/+2
* gnu: uim: Fix build with GCC 10.•••* gnu/packages/xorg.scm (uim)[arguments]: Pass "-O2 -g -fcommon" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name> Lu Hui2022-01-021-1/+3
* gnu: Add guix-build-coordinator/agent-only.•••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. Christopher Baines2022-01-023-2/+96
* gnu: guix-build-coordinator: Update to 0-45.ea78649.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-45.ea78649. Christopher Baines2022-01-021-3/+3
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of ‘--tune’ entry. Florian Pelz2022-01-021-0/+17
* gnu: go-github-com-androiddnsfix: Rename to go-github-com-mtibben-androiddnsfix.•••* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rename to go-github-com-mtibben-androiddnsfix. (aws-vault)[native-inputs]: Adjust accordingly. Efraim Flashner2022-01-021-3/+6
* gnu: go-github-com-kingpin: Rename to go-github-com-alecthomas-kingpin.•••* gnu/packages/golang.scm (go-github-com-kingpin): Rename to go-github-com-alecthomas-kingpin. (aws-vault)[native-inputs]: Adjust accordingly. Efraim Flashner2022-01-021-3/+6
* gnu: go-github-com-go-libsecret: Rename to go-github-com-gsterjov-go-libsecret.•••* 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. Efraim Flashner2022-01-021-4/+7
* gnu: go-github-com-percent: Rename to go-github-com-mtibben-percent.•••* 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. Efraim Flashner2022-01-021-4/+7
* gnu: go-github-com-olekukonko-tablewriter: Adjust inputs.•••* gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter) [native-inputs]: Move go-github.com-mattn-go-runewidth to ... [propagated-inputs]: ... here. Efraim Flashner2022-01-021-1/+1
* gnu: go-github-com-aws-aws-sdk-go: Adjust inputs.•••* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go) [native-inputs]: Move go-github-com-jmespath-go-jmespath to ... [propagated-inputs]: ... here. Efraim Flashner2022-01-021-1/+1
* gnu: icedove: Update to 91.4.1 [security fixes].•••Fixes CVE-2021-4126 and CVE-2021-44538. * gnu/packages/gnuzilla.scm (icedove): Update to 91.4.1. Jonathan Brielmaier2022-01-021-5/+5
* gnu: 0ad: Fix building with mozjs version other than 78.6.•••Fixes <https://issues.guix.gnu.org/52913>. * gnu/packages/games.scm (0ad)[native-inputs]: Remove labels. [arguments]: Add 'fix-mozjs-compatibility' phase. Guillaume Le Vaillant2022-01-021-7/+19
* news: Add 'de' translation.•••* etc/news.scm: Add German translation of ‘integer expected from stream’ entry. Florian Pelz2022-01-021-1/+8
* gnu: emacs-with-editor: Update to 3.1.0.•••* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.1.0. [arguments]<#:phases>: Add phases to mirror upstream directory layout modification. Nicolas Goaziou2022-01-021-4/+9