Commit Graph

95575 Commits

Author SHA1 Message Date
Ludovic Courtès
f59aa79ca3
system: vm: Non-volatile 'run-vm.sh' creates a CoW image.
Previously, copying the image would consume a lot of space and was
I/O-intensive, to the point that the marionette connection timeout of
20s could be reached when running tests like "docker-system".

* gnu/system/vm.scm (common-qemu-options): Pass 'format=' for each
'-drive' option.
(system-qemu-image/shared-store-script)[copy-image]: New variable.
[builder]: Use it when VOLATILE? is false.
2022-12-06 15:06:35 +01:00
Maxim Cournoyer
2493de0d1a
Revert "tests: install: Fix iso-image-installer test."
This reverts commit 0f66ef9aa9.  e2fsprogs is
now included in the installation operating system since
34f69bc6e6ea555929ecca83ee7592f5261ff5f2, making this workaround obsolete.

Suggested-by: Ludovic Courtès <ludo@gnu.org>
2022-12-06 10:24:59 +01:00
Maxim Cournoyer
ba4aed0f1f
install: Add missing e2fsprogs utility.
* gnu/system/install.scm (%installer-disk-utilities): Add e2fsprogs.

Reported-by: Adam Kandur <kefironpremise@gmail.com>
2022-12-06 10:24:55 +01:00
Maxim Cournoyer
aeecd06ab9
system: Rename and move %base-packages-disk-utilities.
Rationale: It is only used in INSTALLATION-OS and doesn't make sense to be
used in another context, given that file systems now automatically pull their
dependencies since commit 45eac6cdf5 (services:
Add file system utilities to profile).

* gnu/system.scm (%base-packages-disk-utilities): Deprecate and rename to...
* gnu/system/install.scm (%installer-disk-utilities): ... this.
(installation-os) [packages]: Adjust accordingly.
2022-12-06 10:24:39 +01:00
Maxim Cournoyer
43e18fd6c6
system: Add e2fsprogs to %base-packages-utils.
Rationale: Even when not using an ext file system, the utilities provided by
e2fsprogs are useful, for example to set the copy-on-write attribute of a
Btrfs file system.

* gnu/system.scm (%base-packages-utils): Add e2fsprogs.
2022-12-06 10:23:09 +01:00
zimoun
e692cb6035
gnu: julia-documenter: Fix test suite regression.
* gnu/packages/julia-xyz.scm (julia-documenter)[arguments]<#:phases>:
Substitute a work around to fix the change of 'git submodule' default
behaviour introduced by Git v2.38.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-05 22:24:38 +01:00
Ludovic Courtès
241772d5c0
installer: Log provenance data.
* gnu/installer.scm (provenance-sexp): New procedure.
(installer-program)[installer-builder]: Add 'installer-log-line' call.
2022-12-05 14:57:15 +01:00
Maxim Cournoyer
41407fda7a
services: configuration: Rename location accessor to "source-location".
Fixes <https://issues.guix.gnu.org/59423>.

* gnu/services/configuration.scm (define-configuration-helper): Rename the
accessor of the %location field from "NAME-location" to
"NAME-source-location".

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reported-by: Pierre Langlois <pierre.langlois@gmx.com>
2022-12-04 21:47:19 +01:00
Ludovic Courtès
883fefe160
gnu: guix: Update to 1.4.0rc1. 2022-11-30 23:04:29 +01:00
Ludovic Courtès
459e4f2a4f
Merge commit 'master' into version-1.4.0 2022-11-28 12:26:32 +01:00
Ludovic Courtès
a3264f31df
gnu: texinfo: Disable tests on GNU/Hurd.
* gnu/packages/texinfo.scm (texinfo)[arguments]: Add #:tests? argument.
2022-11-28 11:45:00 +01:00
Paul A. Patience
e6bffa99b1
gnu: cl-calispel: Fix homepage URL.
* gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-28 09:34:01 +01:00
Paul A. Patience
1a4eb38bdd
gnu: Add cl-with-user-abort.
* gnu/packages/lisp-xyz.scm (sbcl-with-user-abort, cl-with-user-abort,
  ecl-with-user-abort): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-28 09:32:10 +01:00
(unmatched-parenthesis
6f4bfc5263
gnu: Add aerc.
* gnu/packages/mail.scm (aerc): New variable.

Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-28 02:12:48 -05:00
Andrew Tropin
ffc9986ee2
gnu: calibre: Add missing python-pycryptodome dependency.
* gnu/packages/ebook.scm (calibre)[inputs]: Add missing python-pycryptodome
dependency.
2022-11-28 10:50:30 +04:00
Bruno Victal
59bdfbb196
gnu: mympd: Update to 10.1.3
* gnu/packages/mpd.scm (mympd): Update to 10.1.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-28 13:45:27 +08:00
Andrew Tropin
6cba399c04
gnu: telega: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-telega, emacs-telega-contrib): Use gexps,
remove trailing #t.
2022-11-28 09:44:00 +04:00
jgart
6fe253da9b
gnu: Add emacs-spongebob.
* gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-28 06:26:06 +01:00
jgart
0bb20a2231
gnu: Add emacs-frowny.
* gnu/packages/emacs-xyz.scm (emacs-frowny): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-28 06:26:06 +01:00
宋文武
efb67084b2
gnu: lxqt: Change version to 1.2.0.
* gnu/packages/lxqt.scm (lxqt): Use the version of liblxqt.
2022-11-28 11:23:12 +08:00
宋文武
3cb0b6f222
gnu: screengrab: Update to 2.5.0.
* gnu/packages/lxqt.scm (screengrab): Update to 2.5.0.
2022-11-28 11:14:01 +08:00
宋文武
23be2e56f9
gnu: qtermwidget: Update to 1.2.0.
* gnu/packages/lxqt.scm (qtermwidget): Update to 1.2.0.
2022-11-28 11:14:01 +08:00
宋文武
eaff6c2491
gnu: qps: Update to 2.6.0.
* gnu/packages/lxqt.scm (qps): Update to 2.6.0.
2022-11-28 11:14:01 +08:00
宋文武
114d2e0080
gnu: pavucontrol-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.2.0.
2022-11-28 11:14:01 +08:00
宋文武
18e53bd145
gnu: lximage-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (lximage-qt): Update to 1.2.0.
2022-11-28 11:14:01 +08:00
宋文武
0a03e718d2
gnu: lxqt-themes: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-themes): Update to 1.2.0.
2022-11-28 11:14:01 +08:00
宋文武
ddd7041d9f
gnu: lxqt-sudo: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-sudo): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
83c6883e87
gnu: lxqt-session: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-session): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
a5d62afcf5
gnu: lxqt-runner: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-runner): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
15f98b84d8
gnu: lxqt-qtplugin: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
01d53f86e0
gnu: lxqt-powermanagement: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
e7bdc6b56d
gnu: lxqt-policykit: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-policykit): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
5d83673f41
gnu: lxqt-panel: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-panel): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
8e4bd061e2
gnu: lxqt-openssh-askpass: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
c763705725
gnu: lxqt-notificationd: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-notificationd): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
e67f3e0e07
gnu: lxqt-globalkeys: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
07acbd1e40
gnu: lxqt-config: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-config): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
18545301e0
gnu: lxqt-admin: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-admin): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
a50229f564
gnu: lxqt-about: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-about): Update to 1.2.0.
2022-11-28 11:14:00 +08:00
宋文武
ae903a2a74
gnu: qtxdg-tools: Update to 3.10.0.
* gnu/packages/lxqt.scm (qtxdg-tools): Update to 3.10.0.
2022-11-28 11:14:00 +08:00
宋文武
0d9fcb0ce8
gnu: lxqt-archiver: Update to 0.7.0.
* gnu/packages/lxqt.scm (lxqt-archiver): Update to 0.7.0.
2022-11-28 09:59:46 +08:00
宋文武
ab1e572789
gnu: qterminal: Update to 1.2.0.
* gnu/packages/lxqt.scm (qterminal): Update to 1.2.0.
2022-11-28 09:59:46 +08:00
宋文武
c29d4126a8
gnu: pcmanfm-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 1.2.0.
2022-11-28 09:59:46 +08:00
宋文武
1d8c01ef01
gnu: libfm-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.0.
2022-11-28 09:59:46 +08:00
宋文武
964466f696
gnu: libqtxdg: Update to 3.10.0.
* gnu/packages/lxqt.scm (libqtxdg): Update to 3.10.0.
2022-11-28 09:59:46 +08:00
宋文武
519f9a0995
gnu: liblxqt: Update to 1.2.0.
* gnu/packages/lxqt.scm (liblxqt): Update to 1.2.0.
2022-11-28 09:50:22 +08:00
宋文武
fa1985d978
gnu: lxqt-build-tools: Update to 0.12.0.
* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.12.0.
2022-11-28 09:50:22 +08:00
Marius Bakke
3f56148055
gnu: kdevelop: Build with QtWebEngine instead of QtWebKit.
* gnu/packages/kde.scm (kdevelop)[inputs]: Change from QTWEBKIT to QTWEBENGINE.
2022-11-27 21:19:51 +01:00
Marius Bakke
13b3ae6929
gnu: libksysguard: Remove unused input.
* gnu/packages/kde-plasma.scm (libksysguard)[inputs]: Remove QTWEBKIT.
2022-11-27 21:19:51 +01:00
Marius Bakke
423dfac290
gnu: ktorrent: Build with QtWebEngine.
* gnu/packages/kde-internet.scm (ktorrent)[inputs]: Remove QTWEBKIT.  Add
QTWEBENGINE-5.
2022-11-27 21:19:51 +01:00