Age | Commit message (Expand) | Author |
2021-11-07 | gnu: ardour: Update to 6.9.•••* gnu/packages/audio.scm (ardour): Update to 6.9.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Thorsten Wilms |
2021-11-07 | shell: Actually clean up the profile cache.•••Previously, most actions would leave the cache as-is because
'guix-environment*' would indirectly call 'exit', and thus its
continuation was never reached.
* guix/scripts/shell.scm (guix-shell): Move call to
'maybe-remove-expired-cache-entries' to EXIT-HOOK.
| Ludovic Courtès |
2021-11-07 | import: egg: Allow imports of a specific version.•••* guix/import/egg.scm (eggs-repository): Change URL.
(egg-metadata): Accept optional #:version keyword argument.
(egg->guix-package): Accept ‘version’ argument.
(egg-recursive-import): Add ‘version’ argument and honor it.
* guix/scripts/import/egg.scm (guix-import-egg): Parse a specification instead
of just a package name.
* doc/guix.texi (Invoking guix import): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-11-07 | doc: Improve documentation of the Bash home service•••* doc/guix.texi (Shells Home Services): Document ‘home-bash-extension’
configuration record.
* gnu/home/services/shells.scm (generate-home-bash-documentation): Extract
docstrings from ‘home-bash-extension’.
(home-bash-configuration): Expound on docstrings.
(home-bash-extension): Likewise.
Fixes: <https://issues.guix.gnu.org/50991>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-11-07 | home: services: bash: Add ‘aliases’ field.•••* 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>
| Xinglu Chen |
2021-11-07 | file-systems: Validate the 'flags' field.•••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.
| Ludovic Courtès |
2021-11-07 | ui: 'load*' correctly reports 'read-error' in all cases.•••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.
| Ludovic Courtès |
2021-11-07 | gnu: 0ad: Update to 0.0.25b-alpha.•••* 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>
| Brendan Tildesley |
2021-11-07 | gnu: ansible-core: Update to 2.11.6.•••* gnu/packages/admin.scm (ansible-core): Update to 2.11.6.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: xfstests: Update to 1.1.0-1.bae1d15.•••* gnu/packages/file-systems.scm (xfstests): Update to 1.1.0-1.bae1d15.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: lv2: Update to 1.18.2.•••* gnu/packages/audio.scm (lv2): Update to 1.18.2.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: jalv: Update to 1.6.6.•••* gnu/packages/audio.scm (jalv): Update to 1.6.6.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: lilv: Update to 0.24.12.•••* gnu/packages/audio.scm (lilv): Update to 0.24.12.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: dvdisaster: Remove uninstallation script.•••* gnu/packages/cdrom.scm (dvdisaster)[arguments]: Add a new
'remove-uninstall-script phase.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: dvdisaster: Update to 0.79.9.•••* gnu/packages/cdrom.scm (dvdisaster): Update to 0.79.9.
[source, home-page]: Update home page.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: openttd: Fix build failure.•••* packages/games.scm (openttd)[native-inputs]: Use gcc-9 to fix build
failure.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Felix Gruber |
2021-11-07 | gnu: openttd-openmsx: Update to 0.4.2.•••* 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>
| Felix Gruber |
2021-11-07 | gnu: openttd-opensfx: Update to 1.0.2.•••* 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>
| Felix Gruber |
2021-11-07 | gnu: openttd-opengfx: Update to 7.1.•••* 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>
| Felix Gruber |
2021-11-07 | gnu: openttd-engine: Update to 12.0.•••* gnu/packages/games.scm (openttd-engine): Update engine to 12.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Felix Gruber |
2021-11-07 | gnu: Add weechat-wee-slack.•••* gnu/packages/messaging.scm (weechat-wee-slack): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Arun Isaac |
2021-11-07 | gnu: Add weechat-matrix.•••* gnu/packages/messaging.scm (weechat-matrix): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Arun Isaac |
2021-11-07 | gnu: Add python-webcolors.•••* gnu/packages/python-web.scm (python-webcolors): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Arun Isaac |
2021-11-07 | gnu: Add rust-log4rs-1.•••* gnu/packages/crates-io.scm (rust-log4rs-1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-07 | gnu: Add rust-log-mdc-0.1.•••* gnu/packages/crates-io.scm (rust-log-mdc-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-07 | gnu: Add rust-diffus-0.10.•••* gnu/packages/crates-io.scm (rust-diffus-0.10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-07 | gnu: Add rust-diffus-derive-0.10.•••* gnu/packages/crates-io.scm (rust-diffus-derive-0.10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-07 | gnu: Add rust-snake-case-0.3.•••* gnu/packages/crates-io.scm (rust-snake-case-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-07 | gnu: Add rust-xmltree-0.10.•••* 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>
| Vinicius Monego |
2021-11-07 | gnu: Add rust-color-backtrace-0.5.•••* gnu/packages/crates-io.scm (rust-color-backtrace-0.5): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Vinicius Monego |
2021-11-07 | gnu: x42-plugins: Prepare for cross-compiling.•••* gnu/packages/music.scm (x42-plugins)[arguments]: Remove
'set-CC-variable phase. Use cc-for-target in make-flags.
| Efraim Flashner |
2021-11-07 | gnu: x42-plugins: Update to 20211016.•••* gnu/packages/music.scm (x42-plugins): Update to 20211016.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Thorsten Wilms |
2021-11-07 | guix-install.sh: Undo some bugs introduced by shellcheck.•••* etc/guix-install.sh: Unquote all file names containing ~root.
| Tobias Geerinckx-Rice |
2021-11-07 | gnu: emacs-stream: Don't set a source file name.•••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.
| Marius Bakke |
2021-11-07 | gnu: osm2pgsql: Update to 1.5.1.•••* gnu/packages/geo.scm (osm2pgsql): Update to 1.5.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-11-07 | gnu: protozero: Update to 1.7.0.•••* gnu/packages/protobuf.scm (protozero): Update to 1.7.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-11-07 | gnu: libosmium: Update to 2.17.1.•••* gnu/packages/geo.scm (libosmium): Update to 2.17.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Felix Gruber |
2021-11-07 | gnu: webkitgtk: Improve the 32-bit x86 target check.•••* gnu/packages/webkit.scm (webkitgtk)[arguments]: In the
'prepare-build-environment' phase, use 'target-x86-32?'.
| Mark H Weaver |
2021-11-07 | utils: Define a target-x86-32? and target-x86-64? predicate.•••* 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>
| Maxime Devos |
2021-11-07 | gnu: emacs-geiser-guile: Update to 0.18.•••* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.18.
[arguments]<#:phases>: Remove trailing #t from phase.
| Nicolas Goaziou |
2021-11-06 | environment: Suggest command upon 'execlp' failure.•••* 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'.
| Ludovic Courtès |
2021-11-06 | profiles: Build the man database only if 'man-db' is in the profile.•••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.
| Ludovic Courtès |
2021-11-06 | import: elpa: Work around Guile 3.0.[5-7] compiler bug.•••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'.
| Ludovic Courtès |
2021-11-06 | tests: Avoid literal strings for invalid Texinfo markup.•••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.
| Ludovic Courtès |
2021-11-06 | gnu: emacs-helm-bibtex: Update to 2.0.0-3.aa77534.•••* gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.0-3.aa77534.
| Nicolas Goaziou |
2021-11-06 | gnu: Add emacs-citar.•••* gnu/packages/emacs-xyz.scm (emacs-citar): New variable.
| Nicolas Goaziou |
2021-11-06 | gnu: fio: Disable native CPU compiler optimizations.•••* gnu/packages/benchmark.scm (fio)[arguments]: Add #:configure-flags. Adjust
configure phase accordingly.
| Marius Bakke |
2021-11-06 | gnu: fio: Disable Ceph/RADOS support.•••This little-used feature is easy to add on demand and blows up the closure.
* gnu/packages/benchmark.scm (fio)[inputs]: Remove CEPH.
| Marius Bakke |
2021-11-06 | gnu: fio: Don't bother wrapping scripts.•••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.
| Marius Bakke |
2021-11-06 | Update mailmap and copyright assignments for Liliana Marie Prikler.•••Use full names everywhere.
* .mailmap: Use full name for Liliana Marie Prikler.
* gnu/packages/zig.scm: Likewise.
| Liliana Marie Prikler |