Age | Commit message (Collapse) | Author |
|
* doc/guix.texi (Shells Home Services): Document it.
* gnu/home/services/shells.scm (bash-serialize-aliases): New procedure.
(home-bash-configuration, home-bash-extension): Add ‘aliases’ field.
(home-bash-extensions): Adjust accordingly.
* guix/scripts/home/import.scm (generate-bash-configuration+modules): Populate
the ‘alias’ field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/51425>.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>.
* gnu/system/file-systems.scm (invalid-file-system-flags)
(%validate-file-system-flags): New procedures.
(validate-file-system-flags): New macro.
(<file-system>)[flags]: Add 'sanitize' property.
|
|
Previously, 'read-error' exceptions other than "missing closing paren"
would not be reported; instead, we'd directly call (exit 1) without
printing anything.
Fixes <https://issues.guix.gnu.org/51463>.
Reported by Alice BRENON <alice.brenon@ens-lyon.fr>.
* guix/ui.scm (report-load-error): Report the error without re-throwing
upon 'read-error'.
* tests/guix-build.sh: Add test.
|
|
* gnu/packages/games.scm (0ad-data): Update to 0.0.25b-alpha.
Unpack .zip files without need for a snippet.
(0ad): Update to 0.0.25b-alpha.
[arguments]<#:phases>: Properly unbundle cxxtest. Respect #:tests?.
Install Freedesktop mimeinfo.
Install icon to hicolor theme instead of share/pixmaps, which I don't
think is used.
<#:tests> Disable tests for now since they don't run.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
|
|
* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-1.bae1d15.
|
|
* gnu/packages/audio.scm (lv2): Update to 1.18.2.
|
|
* gnu/packages/audio.scm (jalv): Update to 1.6.6.
|
|
* gnu/packages/audio.scm (lilv): Update to 0.24.12.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/cdrom.scm (dvdisaster)[arguments]: Add a new
'remove-uninstall-script phase.
|
|
* gnu/packages/cdrom.scm (dvdisaster): Update to 0.79.9.
[source, home-page]: Update home page.
[arguments]: Don't explicitly return #t from phases.
|
|
* packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build
failure.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* packages/games.scm (openttd-openmsx): Update to 0.4.2.
[native-inputs]: Replace python-2 with python-wrapper.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* packages/games.scm (openttd-opensfx): Update to 1.0.2.
[native-inputs]: Replace python-2 with python.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* packages/games.scm (openttd-opengfx): Update to 7.1.
[native-inputs]: Replace python-2 with python.
[arguments]: Use cc-for-target.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/games.scm (openttd-engine): Update engine to 12.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/messaging.scm (weechat-wee-slack): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/messaging.scm (weechat-matrix): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-web.scm (python-webcolors): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-log4rs-1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-log-mdc-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-diffus-0.10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-diffus-derive-0.10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-snake-case-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-xmltree-0.10): New variable.
(rust-xmltree-0.8): Inherit from above.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crates-io.scm (rust-color-backtrace-0.5): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/music.scm (x42-plugins)[arguments]: Remove
'set-CC-variable phase. Use cc-for-target in make-flags.
|
|
* gnu/packages/music.scm (x42-plugins): Update to 20211016.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* etc/guix-install.sh: Unquote all file names containing ~root.
|
|
This is a follow-up to 678248f5ea3d3d19bc2a5a41d90bb30e63e667e1.
* gnu/packages/emacs-xyz.scm (emacs-stream)[source]: Remove FILE-NAME, as the
tarball name is already OK; and the -checkout name breaks build system
assumptions on the core-updates branch.
|
|
* gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/protobuf.scm (protozero): Update to 1.7.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/geo.scm (libosmium): Update to 2.17.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/webkit.scm (webkitgtk)[arguments]: In the
'prepare-build-environment' phase, use 'target-x86-32?'.
|
|
* guix/utils.scm (target-x86-32?, target-x86-64?): New predicates.
* tests/utils.scm ("target-x86-32?", "target-x86-64?"): New tests.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.18.
[arguments]<#:phases>: Remove trailing #t from phase.
|
|
* guix/scripts/environment.scm (launch-environment): Call
'primitive-_exit' upon 'system-error.
(suggest-command-name, validate-exit-status): New procedures.
(launch-environment/fork): Call 'validate-exit-status'.
(launch-environment/container)[exit/status*]: New procedure.
Use it instead of 'exit/status'.
|
|
This allows us to skip the expensive man-db profile hook in most cases.
Suggested by Liliana Marie Prikler <liliana.prikler@gmail.com>.
* guix/profiles.scm (manual-database/optional): New procedure.
(%default-profile-hooks): Use it instead of 'manual-database'.
* doc/guix.texi (Documentation): Add footnote about 'man -k' database
creation.
|
|
Fixes <https://issues.guix.gnu.org/49006>.
Reported by Xinglu Chen <public@yoctocell.xyz>.
* guix/import/elpa.scm (elpa-package->sexp)[melpa-recipe]: Add call to
'identity'.
|
|
This is a followup to e171182a20962c4119e12439b92bbbfd59b1495e.
* tests/lint.scm ("description: invalid Texinfo markup")
("synopsis: valid Texinfo markup"): Add call to 'identity' to avoid
triggering a syntax error.
|
|
* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.0-3.aa77534.
|
|
* gnu/packages/emacs-xyz.scm (emacs-citar): New variable.
|
|
* gnu/packages/benchmark.scm (fio)[arguments]: Add #:configure-flags. Adjust
configure phase accordingly.
|
|
This little-used feature is easy to add on demand and blows up the closure.
* gnu/packages/benchmark.scm (fio)[inputs]: Remove CEPH.
|
|
fio comes with many scripts of varying utility. Some require extra additional
programs, which users can easily install as needed; there is little use in
imposing all optional dependencies on all users of fio.
* gnu/packages/benchmark.scm (fio)[arguments]: Remove patch-paths phase.
Rewrite move-outputs to move all discovered scripts and not wrap any.
[inputs]: Remove GNUPLOT, PYTHON-2, PYTHON2-NUMPY, and PYTHON2-PANDAS. Add
PYTHON.
|
|
Use full names everywhere.
* .mailmap: Use full name for Liliana Marie Prikler.
* gnu/packages/zig.scm: Likewise.
|
|
* po/doc/guix-cookbook.es.po: New file.
* po/doc/local.mk: Add 'es' cookbook.
* doc/local.mk: Add 'es' cookbook.
|
|
* gnu/packages/mail.scm (msmtp): Update to 1.8.19.
[properties]: Set ‘release-monitoring-url’.
|
|
* gnu/packages/emacs-xyz.scm (emacs-devdocs): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-excorporate): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|