summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add font-plemoljp.base-for-series-11000base-for-series-10999Taiju HIGASHI2022-01-17
| | | | | | * gnu/packages/fonts.scm (font-plemoljp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-geiser-guile: Use G-expressions.Nicolas Goaziou2022-01-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[arguments]<#:include,
* gnu: emacs-ebuild-mode: Use G-expressions.Nicolas Goaziou2022-01-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]<#:phases>: Use gexps.
* gnu: emacs-ebuild-mode: Update to 1.55.Nicolas Goaziou2022-01-17
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.55.
* gnu: oil: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/shells.scm (oil)[arguments]: Rewrite as G-expressions.
* gnu: oil: Update to 0.9.6.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/shells.scm (oil): Update to 0.9.6.
* gnu: lxc: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/virtualization.scm (lxc)[arguments]: Rewrite as G-expressions.
* gnu: lxd: Update to 4.22.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/virtualization.scm (lxd): Update to 4.22. [arguments]: Don't explicitly return #t from phases.
* gnu: lxcfs: Update to 4.0.11.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/virtualization.scm (lxcfs): Update to 4.0.11.
* gnu: lxc: Update to 4.0.11.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
* gnu: protozero: Update to 1.7.1.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
* gnu: janet: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/lisp.scm (janet)[arguments]: Rewrite as G-expressions.
* gnu: janet: Update to 1.19.2.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/lisp.scm (janet): Update to 1.19.2.
* gnu: qtractor: Update to 0.9.25.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/music.scm (qtractor): Update to 0.9.25. [build-system]: Replace GNU Autotools with CMake.
* gnu: padthv1: Update to 0.9.24.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/music.scm (padthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
* gnu: samplv1: Update to 0.9.24.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/music.scm (samplv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
* gnu: drumkv1: Update to 0.9.24.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
* gnu: synthv1: Update to 0.9.24.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/music.scm (synthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
* gnu: amsynth: Update to 1.12.4.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/music.scm (amsynth): Update to 1.12.4.
* gnu: eog-plugins: Update to 3.26.8.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/gnome.scm (eog-plugins): Update to 3.26.8.
* gnu: nvme-cli: Use G-expressions.Tobias Geerinckx-Rice2022-01-16
| | | | | * gnu/packages/linux.scm (nvme-cli)[arguments]: Rewrite as G-expressions.
* gnu: nvme-cli: Update to 1.16.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/linux.scm (nvme-cli): Update to 1.16.
* gnu: memcached: Update to 1.6.13.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/databases.scm (memcached): Update to 1.6.13.
* gnu: mtr: Update to 0.95.Tobias Geerinckx-Rice2022-01-16
| | | | * gnu/packages/networking.scm (mtr): Update to 0.95.
* gnu: sambamba: Update to 0.8.2.Ricardo Wurmus2022-01-17
| | | | | | * 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: Add r-leaflet-providers.Ricardo Wurmus2022-01-17
| | | | * gnu/packages/cran.scm (r-leaflet-providers): New variable.
* 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>
* 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>
* 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.
* 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.
* 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>