summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: Fix file-needed/recursive on aarch64-linux.base-for-series-10996base-for-series-10995Pierre Langlois2022-01-16
| | | | | | | 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.
* services: guix: Add tar and gzip to PATH.Timothy Sample2022-01-16
| | | | | * gnu/services/base.scm (guix-shepherd-service): Add the PATH environment-variable and populate it with tar and gzip.
* gnu: Add poweralertdJosselin Poiret via Guix-patches via2022-01-17
| | | | | | * gnu/packages/freedesktop.scm (poweralertd): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: pantalaimon: Add needed inputsMorgan Smith2022-01-17
| | | | | | | | | | * 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: Add python-pydbus.Morgan Smith2022-01-17
| | | | | | | * 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: emacs-ement: Propagate inputs.Morgan Smith2022-01-17
| | | | | | * gnu/packages/emacs-xyz (emacs-ement) <inputs>: Change to propagated-inputs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* services: pam-mount: Add support for sddm login manager.Nick Zalutskiy2022-01-17
| | | | | | | | | | | 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: python-cftime: Update to 1.5.1.1.Vinicius Monego2022-01-16
| | | | | | | | | | * 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>
* bash completion: Fix options completion.Fulbert2022-01-16
| | | | | | | | | | 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: Clean up after 'tests/guix-package-net.sh'.Ludovic Courtès2022-01-16
| | | | | * tests/guix-package-net.sh: Remove second 'trap' line. Change first 'trap' line to remove "$module_dir" and *.lock files.
* tests: Clean up after 'tests/guix-graph.sh'.Ludovic Courtès2022-01-16
| | | | | | | | | | 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: ristretto: Update to 0.12.2.Michael Rohleder2022-01-16
| | | | | | | * 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>
* import/github: Test it.Maxime Devos2022-01-16
| | | | | | | | | | * 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>
* import/github: Return <git-reference> objects for git-fetch origins.Maxime Devos2022-01-16
| | | | | | | | | * guix/import/github.scm (latest-released-version): Also return the tag. (latest-release): Use this information to return <git-reference> objects when appropriate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* machine: ssh: Add 'safety-checks?' field.Ludovic Courtès2022-01-16
| | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/52766>. Reported by Michael Rohleder <mike@rohleder.de>. * gnu/machine/ssh.scm (<machine-ssh-configuration>)[safety-checks?]: New field. (machine-check-file-system-availability): Return the empty list when 'safety-checks?' is false. (machine-check-initrd-modules): Likewise. * doc/guix.texi (Invoking guix deploy): Document it.
* gnu: Add emacs-fennel-mode.Brandon Lucas2022-01-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-fennel-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* Revert "gnu: hplip: Update to 3.21.12."Tobias Geerinckx-Rice2022-01-09
| | | | | This reverts commit 27914cb4b72142e2cc99172996c83709e9491437. Alas, it causes a ‘hidden’ world rebuild through hplip-minimal.
* gnu: hplip: Update to 3.21.12.base-for-series-10994Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/cups.scm (hplip): Update to 3.21.12.
* gnu: hello: Update to 2.11.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/base.scm (hello): Update to 2.11.
* Revert "gnu: tree: Fix problem with no output when fd3 is present."Tobias Geerinckx-Rice2022-01-09
| | | | This reverts commit bd4f314bbacaaa56751be3a4769f2082be747d24.
* doc: Fix typo.Leo Famulari2022-01-16
| | | | | | Groan. * doc/guix.texi (Build Environment Setup): Fix typo.
* doc: Document the dummy $HOME in the build chroot.Leo Famulari2022-01-16
| | | | | | This missing documentation reported by Matt <matt@excalamus.com>. * doc/guix.texi (Build Environment Setup): Document '/homeless-shelter'.
* gnu: jami: Use OpenGL, not OpenGL ES.Maxim Cournoyer2022-01-16
| | | | | | This may yield better performance. * gnu/packages/jami.scm (jami)[phases]{use-desktop-opengl}: New phase.
* gnu: gnome-mahjongg: Update to 3.38.3.base-for-series-10993base-for-series-10992base-for-series-10991base-for-series-10990Liliana Marie Prikler2022-01-16
| | | | | * gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.38.3. [source]: Use url-fetch with GNOME mirrors.
* gnu: gnome-mahjongg: Fix typo in description.Liliana Marie Prikler2022-01-16
| | | | | * gnu/packages/gnome.scm (gnome-mahjongg)[description]: Use “Mahjongg” with two ‘g’s.
* gnu: gnome-mahjongg: Drop librsvg from inputs.Liliana Marie Prikler2022-01-16
| | | | | | | librsvg is already propagated by gtk+, so directly adding it to the inputs is only going to cause unnecessary breakages. * gnu/packages/gnome.scm (gnome-mahjongg)[inputs]: Remove librsvg.
* gnu: gnome-mahjongg: Fix build.Liliana Marie Prikler2022-01-16
| | | | * gnu/packages/gnome.scm (gnome-mahjongg): Build with meson-0.59.
* gnu: deluge: Remove reference of build-time librsvgJosselin Poiret2022-01-16
| | | | * gnu/packages/bittorrent.scm (deluge): Do it.
* gnu: deluge: Move librsvg to native inputsJosselin Poiret2022-01-16
| | | | * gnu/packages/bittorrent.scm (deluge): Do it.
* news: Add 'de' translation.Florian Pelz2022-01-16
| | | | * etc/news.scm: Add German translation of 'guix style --styling=format' entry.
* gnu: git-annex: Update to 8.20211231.base-for-series-10989base-for-series-10987base-for-series-10986base-for-series-10985base-for-series-10984base-for-series-10983base-for-series-10982base-for-series-10981base-for-series-10977base-for-series-10976base-for-series-10975base-for-series-10974base-for-series-10973Kyle Meyer2022-01-15
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211231. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-geopandas: Update to 0.10.2.Felix Gruber2022-01-15
| | | | | | * gnu/packages/geo.scm (python-geopandas): Update to 0.10.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: passwordsafe: Update to 5.1.raingloom2022-01-15
| | | | | | | | | * gnu/packages/gnome.scm (passwordsafe): Update to 5.1. * gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add openshadinglanguage.Vinicius Monego2022-01-15
| | | | | | * gnu/packages/graphics.scm (openshadinglanguage): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Remove now unnecessary workaround.Ludovic Courtès2022-01-15
| | | | | * doc/build.scm (translated-texi-manuals): Turn into an alias for (@@ (guix self) translated-texi-manuals).
* gnu: libsigrokdecode: Fix build with python 3.9.Danny Milosavljevic2022-01-15
| | | | | | | | * gnu/packages/patches/libsigrokdecode-python3.9-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Add automake, autoconf. [source](patches): New field.
* gnu: qtspell: Update to 1.0.1.Nicolas Goaziou2022-01-15
| | | | * gnu/packages/qt.scm (qtspell): Update to 1.0.1.
* gnu: emacs-meow: Update to 1.3.0.Nicolas Goaziou2022-01-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.3.0.
* gnu: emacs-iedit: Update to 0.9.9.9.9.Nicolas Goaziou2022-01-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9.9.
* gnu: emacs-embark: Update to 0.15.Nicolas Goaziou2022-01-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.15.
* gnu: Add nikola.Hartmut Goebel2022-01-15
| | | | * gnu/packages/python-xyz.scm (nikola): New variable.
* gnu: Add python-phpserialize.Hartmut Goebel2022-01-15
| | | | * gnu/packages/python-xyz.scm (python-phpserialize): New variable.
* gnu: Add python-doit.Hartmut Goebel2022-01-15
| | | | * gnu/packages/python-xyz.scm (python-doit): New variable.
* gnu: Add python-yapsy.Hartmut Goebel2022-01-15
| | | | * gnu/packages/python-xyz.scm (python-yapsy): New variable.
* gnu: Add python-pyrss2gen.Hartmut Goebel2022-01-15
| | | | * gnu/packages/python-xyz.scm (python-pyrss2gen): New variable.
* gnu: Add python-piexif.Hartmut Goebel2022-01-15
| | | | | | * gnu/packages/python-xyz.scm (python-piexif): New variable. * gnu/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch: New file. * gnu/packages/python-xyz.scm (dist_patch_DATA): Add it.
* gnu: autokey: Fix paths.John Kehayias2022-01-15
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (autokey): Add comments on the disabled tests and GI_TYPELIB_PATH wrapping. [inputs]: Add ipython. [phases]{fix-paths}: Use paths to ipython3 and python3 in autokey-shell script. {wrap-autokey}: Change name to... {wrap-autokey-gi}: ...this and move to before wrap for clarity. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-consult: Remove propagated-inputs.Aleksandr Vityazev2022-01-15
| | | | | | | | | | | * gnu/packages/emacs-xyz (emacs-consult): [propagated-inputs]: Remove emacs-flycheck, there is currently no consult-flycheck.el file in the consult.el repository. consult-flycheck.el is stored in its own repository. Remove emacs-selectrum, an optional dependency. Not required for successful compilation. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add etc1tool.Hartmut Goebel2022-01-15
| | | | | * gnu/packages/android.scm (android-platform-development, etc1tools): New variables.
* gnu: Add libetc1.Hartmut Goebel2022-01-15
| | | | * gnu/packages/android.scm (libetc1): New variable.