summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-17gnu: Add ghc-semirings.John Kehayias via Guix-patches via
* gnu/packages/haskell-xyz.scm (ghc-semirings): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Add ghc-primitive-addr.John Kehayias via Guix-patches via
* gnu/packages/haskell-xyz.scm (ghc-primitive-addr): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Epiphany: Use the correct hash for Epiphany 41.2.Leo Famulari
This hash was updated correctly in commit 291c4fa0baf24b9d600872fce99441f5471cdb40, but presumably the merge resolution of the version-1.4.0 gave us the wrong hash. * gnu/packages/gnome.scm (epiphany)[source]: Use the hash of Epiphany 41.2.
2022-01-17bash completion: Complete "guix home" sub-commands.Ludovic Courtès
* etc/completion/bash/guix (_guix_complete): Treat "guix home" like "guix system".
2022-01-17gnu: mpich: Remove input labels and trailing #t in phases.Ludovic Courtès
* gnu/packages/mpi.scm (mpich)[inputs]: Remove labels. [arguments]: Remove trailing #t from phases.
2022-01-17gnu: mpich: Allow compilation with GCC 10.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/53320> Reported by Clément Barthelemy <clement.barthelemy@inria.fr>. * gnu/packages/mpi.scm (mpich)[arguments]: Add 'define-gfortran-wrapper' phase.
2022-01-17guix home: Default verbosity is the same as for 'guix system'.Ludovic Courtès
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.
2022-01-17inferior: 'cached-channel-instance' always returns a directory.Ludovic Courtès
This is a followup to b1fc98d6b063a117fe2bcc19a60c8b9a48301593. * guix/inferior.scm (cached-channel-instance): When AUTHENTICATE? is false, return (derivation->output-path profile).
2022-01-17gnu: rust-cfg-expr-0.8: Combine the two definitions.Efraim Flashner
* 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.
2022-01-17gnu: libvpx: Update to 1.11.0.Marius Bakke
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
2022-01-17gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.Marius Bakke
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to 1.2.0. [arguments]: New field.
2022-01-17gnu: mame: Fix build failure.Marius Bakke
* gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
2022-01-17gnu: ungoogled-chromium: Use bundled libvpx for WebRTC.Marius Bakke
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.
2022-01-17Revert "gnu: password-store: Fix failing test suite."Marius Bakke
This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
2022-01-17gnu: password-store: Ensure compatibility with tree@2.0.Marius Bakke
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.
2022-01-17gnu: python-simpleeval: Update to 0.9.12.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
2022-01-17Merge branch 'version-1.4.0'Maxim Cournoyer
With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
2022-01-17gnu: Add font-plemoljp.Taiju HIGASHI
* gnu/packages/fonts.scm (font-plemoljp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-17gnu: emacs-geiser-guile: Use G-expressions.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[arguments]<#:include,
2022-01-17gnu: emacs-ebuild-mode: Use G-expressions.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]<#:phases>: Use gexps.
2022-01-17gnu: emacs-ebuild-mode: Update to 1.55.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.55.
2022-01-16gnu: oil: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (oil)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: oil: Update to 0.9.6.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (oil): Update to 0.9.6.
2022-01-16gnu: lxc: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxc)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: lxd: Update to 4.22.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxd): Update to 4.22. [arguments]: Don't explicitly return #t from phases.
2022-01-16gnu: lxcfs: Update to 4.0.11.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxcfs): Update to 4.0.11.
2022-01-16gnu: lxc: Update to 4.0.11.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
2022-01-16gnu: protozero: Update to 1.7.1.Tobias Geerinckx-Rice
* gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
2022-01-16gnu: janet: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (janet)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: janet: Update to 1.19.2.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
2022-01-16gnu: qtractor: Update to 0.9.25.Tobias Geerinckx-Rice
* gnu/packages/music.scm (qtractor): Update to 0.9.25. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: padthv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (padthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: samplv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (samplv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: drumkv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (drumkv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: synthv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: amsynth: Update to 1.12.4.Tobias Geerinckx-Rice
* gnu/packages/music.scm (amsynth): Update to 1.12.4.
2022-01-16gnu: eog-plugins: Update to 3.26.8.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.8.
2022-01-16gnu: nvme-cli: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: nvme-cli: Update to 1.16.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli): Update to 1.16.
2022-01-16gnu: memcached: Update to 1.6.13.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (memcached): Update to 1.6.13.
2022-01-16gnu: mtr: Update to 0.95.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (mtr): Update to 0.95.
2022-01-17gnu: sambamba: Update to 0.8.2.Ricardo Wurmus
* 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.
2022-01-17gnu: Add r-leaflet-providers.Ricardo Wurmus
* gnu/packages/cran.scm (r-leaflet-providers): New variable.
2022-01-16tests: Fix file-needed/recursive on aarch64-linux.Pierre Langlois
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.
2022-01-16services: guix: Add tar and gzip to PATH.Timothy Sample
* gnu/services/base.scm (guix-shepherd-service): Add the PATH environment-variable and populate it with tar and gzip.
2022-01-17gnu: Add poweralertdJosselin Poiret via Guix-patches via
* gnu/packages/freedesktop.scm (poweralertd): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-17gnu: pantalaimon: Add needed inputsMorgan Smith
* 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>
2022-01-17gnu: Add python-pydbus.Morgan Smith
* 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>
2022-01-17gnu: emacs-ement: Propagate inputs.Morgan Smith
* gnu/packages/emacs-xyz (emacs-ement) <inputs>: Change to propagated-inputs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-17services: pam-mount: Add support for sddm login manager.Nick Zalutskiy
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>