Age | Commit message (Collapse) | Author |
|
* gnu/packages/tex.scm (texlive-kpathsea)[arguments]: Add build phase
'patch-references to satisfy runtime requirements on sed and awk.
[inputs]: Add sed and gawk.
|
|
* gnu/packages/tex.scm (texlive-bin)[arguments]: Patch texlive scripts in
'post-install phase to satisfy references to sed and awk.
|
|
Fixes <https://bugs.gnu.org/52979>.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add build phase
'patch-directory-traversal.
|
|
* gnu/packages/tex.scm (texlive-bin)[source]: Simplify snippet.
[arguments]: Remove trailing #T from build phases.
|
|
* gnu/packages/embedded.scm (mbed-tools): New variable.
|
|
* gnu/packages/patches/python-pdoc3-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/local.mk (python-pdoc3): New variable.
|
|
* gnu/packages/embedded.scm (stlink)[origin]: Update it.
|
|
* gnu/packages/embedded.scm (stlink): Update to 1.7.0.
[home-page]: Update it.
|
|
* .guix-authorizations: Remove biscuolo.
|
|
* .guix-authorizations: Remove reepca.
|
|
* .guix-authorizations: Remove phant0mas.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 198.
|
|
* gnu/packages/video.scm (mpv): Update to 0.34.1.
|
|
* gnu/packages/databases.scm (pgloader)[arguments]:
Rewrite as G-expressions.
[inputs]: Remove input labels.
|
|
* gnu/packages/databases.scm (pgloader): Update to 3.6.3.
|
|
* gnu/packages/admin.scm (direvent): Update to 5.3.
[source]: Drop hard-to-maintain snippet…
[arguments]: …in favour of a wider regexp in the 'substitute-file-names
phase, renamed from 'patch-/bin/sh, as we also patch "/bin/kill" to keep
the tests passing.
|
|
* gnu/packages/admin.scm (direvent)[source, arguments]:
Rewrite using G-expressions. Don't explicitly return #t from phases.
|
|
* gnu/packages/games.scm (fortune-mod): Update to 3.12.0.
[arguments]: Adjust 'delete-failing-test phase accordingly.
[native-inputs]: Add docbook-xml-5, docbook-xsl, and
perl-app-xml-docbook-builder.
|
|
* gnu/packages/games.scm (fortune-mod)[arguments]:
Rewrite as G-expressions. Split up misnamed 'fix-build-env phase into
'enter-build-directory, 'copy-cmake-modules, and 'delete-failing-test.
Don't explicitly return #t from phases.
[native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
|
|
* gnu/packages/games.scm (rinutils): Update to 0.10.0.
|
|
* gnu/packages/games.scm (rinutils)[arguments]:
Rewrite as G-expressions. Rename misnamed 'fix-build-env.
[native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
|
|
* gnu/packages/games.scm (shlomif-cmake-modules): Update to commit
89f05caf86078f783873975525230cf4fecede8a.
|
|
* gnu/packages/perl.scm (perl-app-xml-docbook-builder): New public variable.
|
|
* gnu/packages/assembly.scm (fasm): Update to 1.73.29.
|
|
* .guix-authorizations: Remove m1gu3l.
|
|
* .guix-authorizations: Remove leungbk.
|
|
* .guix-authorizations: Remove ipetkov.
|
|
* .guix-authorizations: Remove daviwil.
|
|
* .guix-authorizations: Remove brettgilio.
|
|
* .guix-authorizations: Remove bandali.
|
|
* .guix-authorizations: Remove atheia.
|
|
* .guix-authorizations: Remove ajgrf.
|
|
* .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.
|