Age | Commit message (Collapse) | Author |
|
* .guix-authorizations: Remove boskovits.
|
|
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.
|
|
* 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.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.5.4.
[propagated-inputs]: Re-order alphabetically.
|
|
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.3.
|
|
* 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.
|
|
* 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>
|
|
* gnu/packages/game-development.scm (bullet)[arguments]: Add configure flag for
double precision arithmetics.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/game-development.scm (recastnavigation): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
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.
|
|
Fixes <https://issues.guix.gnu.org/39366>.
Reported by zimoun <zimon.toutoune@gmail.com>.
* guix/scripts/offload.scm (open-ssh-session): Pass #:config.
|
|
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.
|
|
Suggested by Alexander Asteroth <alexander.asteroth@h-brs.de>.
* doc/guix.texi (Defining Package Variants): Document all the supported
clauses of 'modify-inputs'.
|
|
* gnu/packages/python-xyz.scm (python-pythonanywhere): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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/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/packages/crates-io.scm (rust-assert-matches-1): Update to 1.5.0.
|
|
* 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/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/packages/cran.scm (r-anndata): New variable.
|
|
This reverts commit 3debb27e7ccdb614589adbc9b28b050c785abc01.
The upgrade to 4.3 is not trivial and requires changes to the build
process.
|
|
* gnu/packages/admin.scm (pies): Update to 1.7.
[arguments]: Remove trailing #t from phases.
|
|
* gnu/packages/admin.scm (alive): Update to 2.0.5.
[inputs]: Replace guile-2.0 with guile-3.0.
[native-inputs]: Add lzip.
|
|
* gnu/packages/rush.scm (rush): Update to 2.2.
|
|
* gnu/packages/code.scm (cflow): Update to 1.7.
[native-inputs]: Remove labels.
|
|
* 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/packages/toys.scm (xsnow)[inputs]: Remove labels.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/toys.scm (xsnow): Update to 3.4.2.
[source, home-page]: Update URLs.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
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/packages/education.scm (gcompris)[arguments]: Add -fcommon to CFLAGS.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): Fix
variable name.
* doc/guix.texi (Guix Services): Update accordingly.
|
|
* gnu/packages/xorg.scm (uim)[arguments]: Pass "-O2 -g -fcommon"
to #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
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/packages/package-management.scm (guix-build-coordinator): Update to
0-45.ea78649.
|
|
* etc/news.scm: Add German translation of ‘--tune’ entry.
|
|
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rename to
go-github-com-mtibben-androiddnsfix.
(aws-vault)[native-inputs]: Adjust accordingly.
|
|
* gnu/packages/golang.scm (go-github-com-kingpin): Rename to
go-github-com-alecthomas-kingpin.
(aws-vault)[native-inputs]: Adjust accordingly.
|
|
* 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/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/packages/golang.scm (go-github-com-olekukonko-tablewriter)
[native-inputs]: Move go-github.com-mattn-go-runewidth to ...
[propagated-inputs]: ... here.
|
|
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go)
[native-inputs]: Move go-github-com-jmespath-go-jmespath to ...
[propagated-inputs]: ... here.
|
|
Fixes CVE-2021-4126 and CVE-2021-44538.
* gnu/packages/gnuzilla.scm (icedove): Update to 91.4.1.
|
|
Fixes <https://issues.guix.gnu.org/52913>.
* gnu/packages/games.scm (0ad)[native-inputs]: Remove labels.
[arguments]: Add 'fix-mozjs-compatibility' phase.
|
|
* etc/news.scm: Add German translation of ‘integer expected from stream’ entry.
|
|
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.1.0.
[arguments]<#:phases>: Add phases to mirror upstream directory layout
modification.
|
|
* gnu/packages/emacs-xyz.scm (emacs-chronometrist)[arguments]<#:phases>:
Remove trailing #T.
|
|
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.17.
|
|
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.14.
|
|
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.11.
|
|
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.7.0.
|