* gnu/packages/astronomy.scm (python-pynbody): Update to 1.3.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase and remove custom
'disable-tests-require-testdata phase, specify #:test-flags.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-astropy-healpix)[build-system]: Switch to
pyproject-build-system.
[arguments]: Do not override the 'check phase. Use G-Expressions.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-pyvo): Update to 1.4.1.
[build-system]: Switch to pyproject-build-system.
[arguments]: Do not override the 'check phase.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-spherical-geometry): Add note on why the
package can't be updated to the latest version.
Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu/packages/astronomy.scm (python-asdf-wcs-schemas)[build-system]: Switch
to pyproject-build-system.
[arguments]: Do not override the 'check phase.
Signed-off-by: Vinicius Monego <monego@posteo.net>
Prior to ceb5ef8347, (@ (gnu packages
texinfo) texinfo), which is what is used here, was pointing to version 6.7.
* doc/build.scm (html-manual-identifier-index)[build](worthy-entry?):
Adjust patterns for Texinfo 6.8.
(syntax-highlighted-html)[build](syntax-highlight): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.31.
[arguments]: Do not load "tree-inspector-tests.el", which was moved to another repository.
[propagated-inputs]: Remove EMACS-TREEVIEW.
The previous commit has the wrong hash, I think I ended up building the data
service instead for some reason and didn't set the hash of this package
correctly.
* gnu/packages/package-management.scm (guix-build-coordinator)[source]: Fix
hash.
This fixes a regression introduced with commit a09c7da ("tests: Fork and exec
a new Guile for the marionette REPL.") and only partially fixed with the
follow-up commit f518882 (" tests: Add missing module imports for
marionette-evaluated code.").
* gnu/tests/telephony.scm (run-jami-test): Remove extraneous module imports.
Move the setting of the DBUS_SESSION_BUS_ADDRESS environment variable inside
the first marionette-eval'd setup test.
["service can be stopped"]: Add missing (gnu build dbus-service) module.
* gnu/packages/machine-learning.scm (kaldi-for-vosk)[inputs]: Remove spurious
semicolon.
[arguments]: Use LIST instead of double quoting; replace LET* with LET; adjust
indentation.
The old expression did not work; ffmpeg was not found
when using the --add-metadata flag.
* gnu/packages/video.scm (yt-dlp)
[arguments]: Adjust substitution in custom 'default-to-the-ffmpeg-input phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
[[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 2023-05-19T19:45:47+0200 using RSA]]
Fixes <https://issues.guix.gnu.org/63280>.
* gnu/packages/crypto.scm (encfs): Update to 1.9.
[inputs]: Replace openssl with openssl-1.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc/guix.texi (SELinux Support): Add note about 'guix-install.sh'.
Provide the absolute file name of 'guix-daemon.cil'. Wrap important
commands in @example. Suggest relabeling just /gnu and /var/guix
instead of all of /. Add "systemctl restart guix-daemon".
Tested on Rocky Linux 9, as discussed
at <https://issues.guix.gnu.org/62487>.
* etc/guix-daemon.cil.in: Add rules for /gnu/store remount and file
creation in /tmp.
From the build log:
checking for a supported CPU... no (arm)
configure: error: Unsupported host architecture. Sorry
* gnu/packages/valgrind.scm (valgrind)[supported-systems]: Remove armhf-linux.
* etc/teams.scm.in (embedded-bootstrap): Replace by two separate teams.
(embedded): New variable.
(bootstrap): New variable.
Adjust membership to use new teams.