Age | Commit message (Collapse) | Author |
|
Previously the default verbosity would always be 3, and
'verbosity-level' would thus have no effect.
* guix/scripts/home.scm (verbosity-level): Change to level 3 for
'build'.
(%default-options): Set 'verbosity' to #f.
|
|
This is a followup to b1fc98d6b063a117fe2bcc19a60c8b9a48301593.
* guix/inferior.scm (cached-channel-instance): When AUTHENTICATE? is
false, return (derivation->output-path profile).
|
|
* gnu/packages/crates-io.scm (rust-cfg-expr-0.8): Remove duplicate
package definition.
[arguments]: Don't skip tests. Add rust-difference-2 to
cargo-development-inputs.
|
|
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
|
|
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to
1.2.0.
[arguments]: New field.
|
|
* gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
|
|
Fixes <https://bugs.gnu.org/53301>.
Reported by Yasuaki Kudo <yasu@yasuaki.com>.
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Set
rtc_build_libvpx=true in #:configure-flags.
|
|
This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
|
|
Fixes <https://bugs.gnu.org/53238>, et.al.
* gnu/packages/patches/password-store-tree-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/password-utils.scm (password-store)[source](patches): New field.
|
|
* gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
|
|
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
|
|
* gnu/packages/fonts.scm (font-plemoljp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[arguments]<#:include,
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]<#:phases>: Use gexps.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.55.
|
|
* gnu/packages/shells.scm (oil)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/shells.scm (oil): Update to 0.9.6.
|
|
* gnu/packages/virtualization.scm (lxc)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/virtualization.scm (lxd): Update to 4.22.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/virtualization.scm (lxcfs): Update to 4.0.11.
|
|
* gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
|
|
* gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
|
|
* gnu/packages/lisp.scm (janet)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
|
|
* gnu/packages/music.scm (qtractor): Update to 0.9.25.
[build-system]: Replace GNU Autotools with CMake.
|
|
* gnu/packages/music.scm (padthv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
|
|
* gnu/packages/music.scm (samplv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
|
|
* gnu/packages/music.scm (drumkv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
|
|
* gnu/packages/music.scm (synthv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
|
|
* gnu/packages/music.scm (amsynth): Update to 1.12.4.
|
|
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.8.
|
|
* gnu/packages/linux.scm (nvme-cli)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/linux.scm (nvme-cli): Update to 1.16.
|
|
* gnu/packages/databases.scm (memcached): Update to 1.6.13.
|
|
* gnu/packages/networking.scm (mtr): Update to 0.95.
|
|
* gnu/packages/bioinformatics.scm (sambamba): Update to 0.8.2.
[arguments]: Sett CC and D_LD in build phase.
[native-inputs]: Add ld-gold-wrapper and binutils-gold.
|
|
* gnu/packages/cran.scm (r-leaflet-providers): New variable.
|
|
Fixes: <https://issues.guix.gnu.org/52943>.
* tests/gremlin.scm (file-needed/recursive)[ground-truth]: On aarch64-linux,
remove the dynamic linker from this list.
|
|
* gnu/services/base.scm (guix-shepherd-service): Add the PATH
environment-variable and populate it with tar and gzip.
|
|
* gnu/packages/freedesktop.scm (poweralertd): Add variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/matrix.scm (pantalaimon)
<propagated-inputs>: Add python-dbus, python-notify2, python-pydbus, and
python-pygobject.
<arguments>: Run sanity-check phase.
Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org>
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/python-xyz.scm (python-pydbus): New variable.
Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org>
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz (emacs-ement) <inputs>: Change to propagated-inputs.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
I noticed that pam_mount mounts work fine when loging into a textual
session, but not when using sddm. This patch fixes this problem by
ensuring that pam_mount.so is included in /etc/pam.d/sddm config file.
* gnu/services/pam-mount.scm (pam-mount-pam-service): Add sddm to the list of
pam services.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/python-xyz.scm (python-cftime): Update to 1.5.1.1.
[native-inputs]: Add python-check-manifest, python-coverage, python-sphinx,
python-twine, python-wheel.
[home-page]: Use page linked in the GitHub repository.
[license]: Change to expat according to the GitHub repository.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes, for example, "guix import pypi --<TAB>", which would previously
fail to show '--recursive'.
* etc/completion/bash/guix (_guix_complete_option): Fix options
completion for first subcommand.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* tests/guix-package-net.sh: Remove second 'trap' line. Change first
'trap' line to remove "$module_dir" and *.lock files.
|
|
Fixes a regression introduced in
a773c3142dd168e1c4480614d3f5fd9d003954cd, which would lead the first
'trap' to be ignored, thereby leaving 't-guix-graph-*' directories
behind it.
* tests/guix-graph.sh: Remove first 'trap' line that had no effect;
replace second 'trap' line.
|
|
* gnu/packages/xfce.scm (ristretto): Update to 0.12.2.
[native-inputs]: Add glib:bin for gdbus-codegen.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* Makefile.am (SCM_TESTS): Register new tests.
* guix/import/github.scm
(%github-api): New variable.
(fetch-releases-or-tags): Use the new variable.
* tests/import-github.scm: New file with tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|