Commit graph

88124 commits

Author SHA1 Message Date
Ludovic Courtès c0e7242aa1
gnu: libgit2: Reintroduce 1.1.0.
* gnu/packages/version-control.scm (libgit2-1.1): New variable.
* gnu/packages/patches/libgit2-mtime-0.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-11-23 20:35:00 +01:00
Ludovic Courtès 19dc16ce4b
style: Add '--dry-run'.
* guix/scripts/style.scm (edit-expression/dry-run): New procedure.
(simplify-package-inputs): Add #:edit-expression parameter.
(%options, show-help): Add '--dry-run'.
(guix-style): Honor '--dry-run'.
2021-11-23 16:55:42 +01:00
Ludovic Courtès 0677443c45
gnu: libgit2: Remove version 0.28.
This is a followup to e0e2316420, which
removed "libgit2-mtime-0.patch", which was still used by LIBGIT2-0.28.

* gnu/packages/version-control.scm (libgit2-0.28): Remove.
2021-11-23 16:25:05 +01:00
Ludovic Courtès b15e543d30
Merge branch 'master' into core-updates-frozen 2021-11-23 11:29:38 +01:00
Ludovic Courtès daf7b5ecef
Update NEWS. 2021-11-23 10:24:28 +01:00
Ludovic Courtès 0632ea98b3
guix graph: Show '-M' in '--help' output.
* guix/scripts/graph.scm (show-help): Add -M shorthand.
2021-11-23 10:24:28 +01:00
Josselin Poiret 9685c0637d
doc: Add new Swap Space section.
* doc/guix.texi (operating-system Reference): Update swap-devices.
* doc/guix.texi (Swap Space): Add it.
* gnu/system/examples/desktop.tmpl: Add swap-devices example.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:28 +01:00
Josselin Poiret 4af3262d98
system: Filter out boot dependencies from swap-space.
* gnu/systems.scm (swap-services): Filter them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Josselin Poiret 0831dfab75
system: Add swap flags.
* gnu/system/file-systems.scm (swap-space)[priority, discard?]: Add
them.
* guix/build/syscalls.scm (SWAP_FLAG_PREFER, SWAP_FLAG_PRIO_MASK,
SWAP_FLAG_PRIO_SHIFT, SWAP_FLAG_DISCARD): Add them.
* gnu/build/file-systems.scm (swap-space->flags-bit-mask): Add it.
* gnu/services/base.scm (swap-service-type): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Josselin Poiret f574dbd163
system: Warn about swap-devices format change
* gnu/system.scm (warn-swap-devices-change,
%warn-swap-devices-change): Add them.
* gnu/system.scm (operating-system) [swap-devices]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Josselin Poiret 133a61ae26
system: Rework swap space support, add dependencies.
* gnu/system/file-systems.scm (swap-space): Add it.
* gnu/system.scm (operating-system)[swap-devices]: Update comment.
* gnu/services/base.scm (swap-space->shepherd-service-name,
swap-deprecated->shepherd-service-name, swap->shepherd-service-name):
Add them.
* gnu/services/base.scm (swap-service-type, swap-service): Use the new
records.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Rostislav Svoboda c984076a7d
doc: Fix the example of "Using virt-viewer with Spice".
* doc/guix.texi (Running Guix in a Virtual Machine): add missing line
continuation char '\'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Collin J. Doering 9f00e7429d
docker: Enable arm64 docker image building for 'guix pack'.
* guix/docker.scm (build-docker-image): Recognize "aarch64".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Robby Zambito ec724d1628
gnu: pipe-viewer: Update to 0.1.7.
* gnu/packages/video.scm (pipe-viewer): Update to 0.1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Brendan Tildesley 69be242750
gnu: piper: Update to 0.6.
* gnu/packages/gnome.scm (piper): Update to 0.6.
[inputs]: Add libratbag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Brendan Tildesley b6e3929205
gnu: libratbag: Update to 0.16.
* gnu/packages/gnome.scm (libratbag): Update to 0.16.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Stephen Paul Weber 571e9b293d
gnu: Add qtile.
* gnu/packages/wm.scm (qtile): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Stephen Paul Weber 5e21fc56ed
gnu: Add python-iwlib.
* gnu/packages/python-xyz.scm (python-iwlib): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Stephen Paul Weber 135161ded9
gnu: Add python-dbus-next.
* gnu/packages/python-xyz.scm (python-debus-next): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Stephen Paul Weber 54223d262c
gnu: python-xcffib: Upgrade to 0.11.1.
Required for qtile.

* gnu/packages/python-xyz.scm (python-xcffib): Upgrade to 0.11.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
Simon South 82930f6fc0
gnu: Add stcgal.
* gnu/packages/embedded.scm (stcgal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:26 +01:00
jgart 3091ca3ee3
gnu: Add python-tinydb.
* gnu/packages/databases.scm (python-tinydb): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:25 +01:00
Ludovic Courtès bdf5c16ac0
maint: "make dist" builds tarballs in 'ustar' format.
This allows us to have file names longer than 99 characters.

* configure.ac: Pass 'tar-ustar' to 'AM_INIT_AUTOMAKE'.
2021-11-23 10:24:25 +01:00
Nicolas Goaziou 47886391c5
gnu: emacs-fullframe: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-fullframe): Update to 0.5.1.
[source]: Update URI.
[home-page]: Update home-page accordingly.
2021-11-23 10:21:41 +01:00
Nicolas Goaziou e469eee10e
gnu: wireshark: Update to 3.6.0.
* gnu/packages/networking.scm (wireshark): Update to 3.6.0.
2021-11-23 10:18:02 +01:00
Mathieu Othacehe 4efc08d895
tests: Fix installation tests.
Use a CEST timezone as this is the assumed timezone in the run-basic-test
procedure.

* gnu/tests/install.scm (%encrypted-root-not-boot-os,
%btrfs-root-on-subvolume-os): Use a CEST timezone.
2021-11-23 08:37:58 +00:00
Maxim Cournoyer f42bc60454
gnu: guile-git: Patch to support latest libgit2.
* gnu/packages/patches/guile-git-adjust-for-libgit2-1.2.0.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/guile.scm (guile-git)[source]: Use it.
2021-11-22 23:56:05 -05:00
Maxim Cournoyer 28c2e9642c
gnu: rust-git2: Update to 0.13.24.
* gnu/packages/crates-io.scm (rust-git2): Update to 0.13.24.
2021-11-22 23:56:05 -05:00
Maxim Cournoyer 838f386bf3
gnu: rust-libgit2-sys-0.12: Update to 0.12.25+1.3.0.
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12): Update to 0.12.25+1.3.0.
2021-11-22 23:56:05 -05:00
Maxim Cournoyer 6952d2920e
gnu: python-pygit2: Update to 1.7.1.
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.7.1.
2021-11-22 23:56:04 -05:00
Maxim Cournoyer e0e2316420
gnu: libgit2: Update to 1.3.0.
* gnu/packages/patches/libgit2-mtime-0.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
* gnu/packages/version-control.scm (libgit2): Update to 1.3.0.
[source]: Remove patch and simplify snippet.
[phases]: Remove trailing #t.
2021-11-22 23:56:04 -05:00
Felix Gruber da54ccdeb2
gnu: oil: Update to 0.9.4.
* gnu/packages/shells.scm (oil): Update to 0.9.4.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2021-11-22 22:35:27 -05:00
Christopher Baines 21d390bf64
gnu: guix-build-coordinator: Update to 0-39.c9c55c0.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-39.c9c55c0.
2021-11-22 23:21:07 +00:00
Vivien Kraus 12f68319e8
gnu: openresolv: Wrap resolvconf.
* gnu/packages/dns.scm (openresolv) [phases]: Wrap resolvconf to set PATH, for
coreutils programs mkdir and rm.
[inputs]: Add coreutils-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-22 23:50:56 +01:00
Ludovic Courtès 30cc14f140
gnu: certdata2pem: Make public.
This ensures Cuirass builds and has its binary published at
ci.guix.gnu.org.

* gnu/packages/certs.scm (certdata2pem): Make public.
2021-11-22 23:50:56 +01:00
Ludovic Courtès 7463246394
gnu: libgadu: Build with '-fcommon'.
* gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
2021-11-22 23:50:55 +01:00
Ludovic Courtès 9404cd3301
gnu: libmateweather: Build with libsoup 2.
* gnu/packages/mate.scm (libmateweather)[propagated-inputs]: Change
LIBSOUP to LIBSOUP-MINIMAL-2.
2021-11-22 23:50:55 +01:00
Ludovic Courtès 98eca86435
gnu: gupnp-igd: Set HOME before 'check' phase.
* gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase.
2021-11-22 23:50:55 +01:00
Ludovic Courtès f12cf46eed
gnu: meson-wrapped: Do not propagate Python.
* gnu/packages/build-tools.scm (meson-wrapped)[propagated-inputs,
inputs]: New fields.
2021-11-22 23:50:55 +01:00
Vivien Kraus 021d3a32f5
gnu: meson: Extend the python path in the installed program.
* gnu/packages/build-tools.scm (meson-wrapped): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-22 23:50:55 +01:00
Ricardo Wurmus 7239ad676c
gnu: nss-pam-ldapd: Update to 0.9.12.
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.12.
[arguments]: Remove trailing #T.
2021-11-22 23:40:20 +01:00
Ricardo Wurmus a24b83d7ff
gnu: uget: Add -fcommon to CFLAGS.
* gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS.
2021-11-22 23:00:21 +01:00
Ricardo Wurmus eceecd8ab4
gnu: transmission-remote-gtk: Update to 1.4.2.
* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.4.2.
[source]: Remove patch.
* gnu/packages/patches/transmission-remote-gtk-fix-appstream.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-11-22 22:55:39 +01:00
Ricardo Wurmus 92deae62c1
gnu: jumpnbump: Remove trailing #T.
* gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from build
phase 'fix-sdl-path.
2021-11-22 22:52:01 +01:00
Ricardo Wurmus 02296cb0c8
gnu: jumpnbump: Add -fcommon to CFLAGS.
* gnu/packages/games.scm (jumpnbump)[arguments]: Replace 'configure phase to
add -fcommon to CFLAGS.
2021-11-22 22:51:27 +01:00
Ricardo Wurmus 3e678de04c
gnu: mupen64plus-core: Add -fcommon to CFLAGS.
* gnu/packages/emulators.scm (mupen64plus-core)[arguments]: Replace 'configure
phase to patch Makefile; remove trailing #T from 'chdir-to-project-directory
phase.
2021-11-22 22:40:00 +01:00
Jorge Gomez 10fad03fcf
gnu: Move visidata to (gnu packages spreadsheet).
See <http://issues.guix.gnu.org/47852>.

* gnu/packages/visidata.scm (visidata): Move from here…
* gnu/packages/spreadsheet.scm (visidata): …to here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-22 16:16:28 -05:00
Jorge Gomez c4bc557c3a
gnu: Add sc-im.
* gnu/packages/spreadsheet.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-22 16:16:25 -05:00
Taiju HIGASHI bb3fbb4d9d
gnu: Add emacs-ddskk-nicola.
* gnu/packages/emacs-xyz.scm (emacs-ddskk-nicola): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-11-22 21:32:22 +01:00
Liliana Marie Prikler 8cae6dbc88
gnu: statistics: Delete trailing whitespace.
* gnu/packages/statistics.scm: Delete trailing whitespace.
2021-11-22 21:24:10 +01:00