Commit graph

89648 commits

Author SHA1 Message Date
Ludovic Courtès e60f803b90
doc: cookbook: Simplify inputs in examples.
* doc/guix-cookbook.texi (Recursive importers, Inheritance): Use
the simplified input style.
2021-12-20 16:21:40 +01:00
Artyom V. Poptsov 85e3ed2bbc
gnu: Add udpcast
* gnu/packages/admin.scm (udpcast): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
(unmatched-parenthesis caf5ed61bf
gnu: vlang: Update to 0.2.4.
* gnu/packages/vlang.scm (vlang): Update to 0.2.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-20 16:21:40 +01:00
Ludovic Courtès d077579681
gnu: rust-rayon@1.5: Update dependencies.
Previous versions of rust-rand and rust-rand-xorshift were too old,
leading cargo to error out.

Regression most likely introduced in
a2b7abb99b.

* gnu/packages/crates-io.scm (rust-rayon-1)[arguments]: Depend on
RUST-RAND-0.8 and RUST-RAND-XORSHIFT-0.3.
2021-12-20 16:21:40 +01:00
Ludovic Courtès 4df584aeac
services: static-networking: Sanitize <network-address> values.
This makes sure users do not mistakenly configuring a network with "/0"
as its netmask.

* gnu/services/base.scm (assert-valid-address): New procedure.
(<network-address>)[value]: Add it as 'sanitize'.
2021-12-20 16:21:40 +01:00
Ludovic Courtès ddf9345dfe
combinators: Add 'define-compile-time-procedure'.
* guix/combinators.scm (procedure-call-location): New syntax parameter.
(define-compile-time-procedure): New macro.
2021-12-20 16:21:40 +01:00
Ludovic Courtès bdaf38a6e0
build-system/meson: Define build variables when cross-compiling.
Fixes <https://issues.guix.gnu.org/52574>.
Reported by L  p R n  d n    <guix@lprndn.info>.

* guix/build-system/meson.scm (meson-cross-build)[builder]: Define
'%build-host-inputs', '%build-target-inputs', '%build-inputs', and
'%outputs'.
2021-12-20 16:21:39 +01:00
BonfaceKilz b9e5e93342
gnu: Move csvdiff to (gnu packages textutils).
* gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Add deprecated
alias. Move to ...
* gnu/packages/textutils (csvdiff): ... here.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-12-20 10:58:21 +05:30
Tobias Geerinckx-Rice 67c72c8c70
gnu: acpica: Update to 20211217.
* gnu/packages/admin.scm (acpica): Update to 20211217.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 82ae16b7b8
gnu: vhba-module: Update to 20211218.
* gnu/packages/linux.scm (vhba-module): Update to 20211218.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 8b214fc065
gnu: cdemu-daemon: Update to 3.2.6.
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.6.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 0aee20aab0
gnu: libmirage: Update to 3.2.6.
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.6.
2021-12-20 03:26:20 +01:00
Tobias Geerinckx-Rice 265e2d6fb0
gnu: fio: Update to 3.29.
* gnu/packages/benchmark.scm (fio): Update to 3.29.
2021-12-20 03:26:19 +01:00
Tobias Geerinckx-Rice b472fd8911
gnu: libeatmydata: Update to 130.
* gnu/packages/file-systems.scm (libeatmydata): Update to 130.
2021-12-20 03:26:19 +01:00
Tobias Geerinckx-Rice efc0056fb5
gnu: libeatmydata: Fix Texinfo typo in description.
* gnu/packages/file-systems.scm (libeatmydata)[description]:
Remove stray ‘}’ and use @file{} over @code{}.
2021-12-20 03:26:19 +01:00
John Kehayias 99f290bf5b
gnu: syncthing-gtk: Remove librsvg input
* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove LIBRSVG as GTK+
propagates LIBRSVG-BOOTSTRAP. This fixes a startup error due to two LIBRSVG
being in GI_TYPELIB_PATH.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-19 20:07:29 -05:00
Tobias Geerinckx-Rice 24cc38ec8e
gnu: bcachefs-tools-static: Remove input labels.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
Remove input labels.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice a86a6fb6fc
gnu: bcachefs-tools-static: Fix build.
* gnu/packages/crypto.scm (keyutils)[arguments]: Do build the static
library, but move it to the :static output in a new 'install:static
phase.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
Add this keyutils:static.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice 83197fdf05
gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-13.b19d9f9.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice 3657015d89
gnu: bcachefs-tools: Remove input labels.
* gnu/packages/file-systems.scm (bcachefs-tools)[inputs]:
Remove input labels.
2021-12-20 02:04:50 +01:00
Tobias Geerinckx-Rice 036a503942
gnu: keyutils: Gexp arguments.
* gnu/packages/crypto.scm (keyutils)[arguments]:
Rewrite as a keyword/gexp list.
2021-12-20 02:04:50 +01:00
Denis 'GNUtoo' Carikli 9c42d1fa00
doc: Add group configuration example
* gnu/system/examples/desktop.tmpl: Add group configuration example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-19 23:39:55 +01:00
Andrew Tropin ed818c66d3
home: Add gexp-compiler for home-environments.
* gnu/home.scm (home-environment-compiler): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-19 23:39:55 +01:00
Ludovic Courtès 7e5ed08844
gnu: gnome-dictionary: Simplify inputs.
* gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify.
2021-12-19 23:39:55 +01:00
Ludovic Courtès 939fa6a3b1
gnu: gnome-dictionary: Build with Meson 0.59.
* gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Pass #:meson.
2021-12-19 23:39:55 +01:00
Leo Famulari 0f4c68ecc8
gnu: video-contact-sheet: Use the new style.
* gnu/packages/video.scm (video-contact-sheet)[arguments]: Use the new style.
2021-12-19 17:34:07 -05:00
Liliana Marie Prikler 9b38d9b3b3
gnu: buku: Fix build.
* gnu/packages/web.scm (buku)[origin]: Drop file-name.
[arguments]: Drop sanity-check.
[inputs]: Add python-flask.
2021-12-19 22:17:20 +01:00
Liliana Marie Prikler 78bfbfb5a7
gnu: cglm: Use meson-build-system.
The CMake-based builds fail to correctly encode the version, leading to build
failures in dependencies.  See <https://bugs.gnu.org/52663>.

* gnu/packages/maths.scm (cglm)[build-system]: Change to meson-build-system.
[arguments]: Adjust #:configure-flags accordingly.
2021-12-19 21:46:31 +01:00
Liliana Marie Prikler 42b43c59a5
gnu: cglm: Update to 0.8.4.
* gnu/packages/maths.scm (cglm): Update to 0.8.4.
2021-12-19 21:46:30 +01:00
Nicolas Goaziou fa5a4fb797
gnu: lagrange: Fix build.
* gnu/packages/web-browsers.scm (lagrange)[argument]<#:phases>: Add phase to
fix build.

Fixes <https://issues.guix.gnu.org/52664>.
2021-12-19 21:38:20 +01:00
Leo Famulari c4da95cad3
gnu: opustags: Use the new style.
* gnu/packages/music.scm (opustags)[arguments]: Use the new style.
2021-12-19 15:28:43 -05:00
Nicolas Goaziou ee3f56915e
gnu: wslay: Fix build.
* gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx
error.

Fixes <https://issues.guix.gnu.org/52661>.
2021-12-19 21:11:17 +01:00
Nicolas Goaziou 4d57891027
gnu: emacs-rust-mode: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.3.
2021-12-19 20:58:53 +01:00
Leo Famulari ee2e023334
gnu: Add opustags.
* gnu/packages/music.scm (opustags): New variable.
2021-12-19 12:10:45 -05:00
Andrew Whatson 11334d15d5
ci: Restrict substitute search to guix jobset.
* guix/ci.scm (latest-builds): Add jobset keyword.
(find-latest-commit-with-substitutes): Pass jobset "guix".

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 16:25:51 +01:00
Tobias Geerinckx-Rice 4424fff4dc
gnu: lxpanel: Update to 0.10.1.
This fixes the build with gdk-pixbuf@2.42.4.

* gnu/packages/lxde.scm (lxpanel): Update to 0.10.1.
2021-12-19 16:26:24 +01:00
Mathieu Othacehe 95511f0de1
gnu: obs: Add qtwayland.
* gnu/packages/video.scm (obs)[inputs]: Add qtwayland.
2021-12-19 13:17:30 +01:00
Josselin Poiret c7ebbd5b53
gnu: flameshot: Update to 0.10.2.
* gnu/packages/image.scm (flameshot): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:17:30 +01:00
Josselin Poiret 360c10ba7e
gnu: xdg-desktop-portal-wlr: Add binary dependencies.
* gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch:
Add it.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Add
dependencies on bash-minimal, grim and slurp, and hardcode the paths
in source.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:17:30 +01:00
Josselin Poiret 5a507c0080
gnu: xdg-desktop-portal-wlr: Use new input style.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Refactor it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:17:28 +01:00
Josselin Poiret 367e67ec78
gnu: xdg-desktop-portal-wlr: Update to 0.5.0.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:15:02 +01:00
Josselin Poiret 6961c8368c
gnu: Add wireplumber.
* gnu/packages/linux.scm (wireplumber): Add it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:14:55 +01:00
Josselin Poiret 869729ddf5
gnu: pipewire-0.3: Update to 0.3.41.
* gnu/packages/linux.scm (pipewire-0.3): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:14:51 +01:00
Josselin Poiret 10660cf5a4
gnu: pipewire-0.3: Use new input style.
* gnu/packages/linux.scm (pipewire-0.3): Refactor it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19 13:14:46 +01:00
Tobias Geerinckx-Rice 2607ff0b9c
gnu: galera: Update to 26.4.10.
* gnu/packages/databases.scm (galera): Update to 26.4.10.
[source]: Use Git tag.
2021-12-19 06:59:30 +01:00
Tobias Geerinckx-Rice 2b7cd75f4c
gnu: leveldb: Update to 1.23.
* gnu/packages/databases.scm (leveldb): Update to 1.23.
[arguments]: Rewrite as a keyword/gexp list.  Add a new
'unpack-third_party-sources phase.  Add #:configure-flags to prevent
these from being installed to the output.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice 7c8dddb16f
gnu: ccache: Gexp arguments.
* gnu/packages/ccache.scm (ccache)[arguments]: Rewrite as a keyword/gexp list.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice f2e0e576d9
gnu: ccache: Update to 4.5.1.
* gnu/packages/ccache.scm (ccache): Update to 4.5.1.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice b3a0db7a0e
gnu: diffoscope: Remove input labels.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]:
Remove input labels.
2021-12-19 00:48:40 +01:00
Tobias Geerinckx-Rice 62085c36fa
gnu: keyutils: Omit static library.
* gnu/packages/crypto.scm (keyutils)[arguments]:
Add "NO_ARLIB=1" to #:make-flags.
2021-12-19 00:48:40 +01:00