Commit graph

88373 commits

Author SHA1 Message Date
Ludovic Courtès 2ec5a1a576
gnu: python-dbus: Register 'python2-dbus' as the Python 2 variant.
This allows things like 'python2-notify2' to actually use the Python 2
variant of 'python-dbus'.

* gnu/packages/python-xyz.scm (python-dbus)[properties]: New field.
(python2-dbus)[inputs]: Remove unnecessary 'alist-delete' argument.
2021-11-29 00:04:02 +01:00
Ricardo Wurmus 0ca73525c8
gnu: krfb: Use latest pipewire.
* gnu/packages/kde-systemtools.scm (krfb)[inputs]: Replace pipewire with
pipewire-0.3.
2021-11-28 23:30:46 +01:00
Ricardo Wurmus 9a91cc47af
gnu: pipewire-0.3: Add optional inputs.
* gnu/packages/linux.scm (pipewire-0.3)[inputs]: Add avahi and ldacbt.
2021-11-28 22:31:46 +01:00
Ricardo Wurmus f18a586a45
gnu: pipewire-0.3: Update to 0.3.40.
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.40.
[arguments]: Disable session managers to avoid missing input.
2021-11-28 22:31:09 +01:00
Ludovic Courtès e765ad091d
gnu: rust: Add 'supported-systems' field.
* gnu/packages/rust.scm (rust-1.39)[supported-systems]: New field.
(rust-1.40)[supported-systems]: Remove.
2021-11-27 23:06:18 +01:00
Ludovic Courtès 72b0c5a3f2
services: polkit: Choose between polkit-mozjs and polkit-duktape.
* gnu/services/dbus.scm (%default-polkit): New variable.
(<polkit-configuration>)[polkit]: Default to it.
2021-11-27 23:06:17 +01:00
Ludovic Courtès 26ebd111bc
gnu: polkit: Rename default variable to 'polkit-mozjs'.
* gnu/packages/polkit.scm (polkit*): Rename to...
(polkit-mozjs): ... this.  Adjust users.
2021-11-27 23:06:17 +01:00
Ludovic Courtès 6b30eb189e
gexp: 'file-append' correctly handles bases without an expander.
This fixes this use case:

  (file-append (let-system ...) ...)

* guix/gexp.scm (file-append-compiler): When BASE lacks an expander,
delegate to LOWERED.
* tests/gexp.scm ("let-system in file-append"): New test.
2021-11-27 23:06:17 +01:00
Ludovic Courtès 61ad9bc2ad
services: Document the 'delete' clause of 'modify-services'.
* doc/guix.texi (Service Reference): Mention the 'delete' clause of
'modify-services'.
* gnu/services.scm (modify-services): Likewise in docstring.
2021-11-27 23:06:17 +01:00
Leo Famulari 29b2ac570a
gnu: blanket: Update to 0.5.0.
* gnu/packages/task-management.scm (blanket): Update to 0.5.0.
2021-11-27 16:14:23 -05:00
Pierre Langlois 48b754553a
gnu: glibc-for-bootstrap: Build with GCC 7.
Fixes <https://issues.guix.gnu.org/52066>.

* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap)[native-inputs]:
Add gcc-7.
2021-11-27 14:23:30 +00:00
Vinicius Monego 0c7d324339
gnu: marble-qt: Add optional dependencies.
* gnu/packages/kde.scm (marble-qt)[arguments]<#:configure-flags>: Remove
"-DCMAKE_BUILD_TYPE=Release" and "-DWITH_KF5=FALSE". Add
"-DBUILD_MARBLE_TOOLS=YES" and "-DBUILD_TOUCH=YES".
[native-inputs]: Add extra-cmake-modules.
[inputs]: Sort alphabetically. Add gpsd, kcoreaddons, kcrash, kdoctools,
ki18n, kio, knewstuff, kparts, krunner, kwallet, perl, phonon, protobuf,
qtserialport, qtsvg, shapelib, shared-mime-info, zlib. Remove qtwebkit.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27 14:27:23 +01:00
Vinicius Monego 4fbc19e2c0
gnu: marble-qt: Update to 21.08.3.
* gnu/packages/kde.scm (marble-qt): Update to 21.08.3.
[build-system]: Use qt-build-system.
[arguments]<#:configure-flags>: Pass "-DBUILD_MARBLE_TESTS=FALSE".
[license]: Change to lgpl2.1+.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27 14:27:23 +01:00
Vinicius Monego e2f01318af
gnu: marble-qt: Move to (gnu packages kde).
* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde).

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-11-27 14:27:23 +01:00
Mathieu Othacehe aad44e9484
gnu: libosinfo: Use osinfo-db-next.
* gnu/packages/virtualization.scm (libosinfo)[inputs]: Use osinfo-db-next
instead of osinfo-db.
2021-11-27 13:43:55 +01:00
Mathieu Othacehe 63c2995041
gnu: Add osinfo-db-next.
* gnu/packages/virtualization.scm (osinfo-db-next): New variable.
2021-11-27 13:43:54 +01:00
Mathieu Othacehe 3466c055e6
gnu: gnome-boxes: Add Guix logo support.
* gnu/packages/patches/gnome-boxes-add-guix-logo.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-boxes): Use it.
2021-11-27 13:43:54 +01:00
Ludovic Courtès 1b8a18b629
gnu: krunner: Remove reference to '%build-inputs'.
* gnu/packages/kde-frameworks.scm (krunner)[arguments]: Replace reference
to '%build-inputs' by 'inputs' keyword argument.
2021-11-27 11:48:17 +01:00
Ludovic Courtès 9204408de7
gnu: akonadi: Remove references to '%outputs' and '%build-inputs'.
* gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to
'%outputs' and '%build-inputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès 54b0b96c5b
gnu: libksysguard: Remove reference to '%outputs'.
* gnu/packages/kde-plasma.scm (libksysguard)[arguments]: Remove
reference to '%outputs' and use gexps.
2021-11-27 11:48:16 +01:00
Ludovic Courtès 7fa47c0716
gnu: bluez-qt: Remove reference to '%output'.
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Replace
reference to '%output' by a gexp.
2021-11-27 11:48:16 +01:00
Ludovic Courtès 71e47839ba
gnu: k3b: Remove references to '%outputs' and '%build-inputs'.
* gnu/packages/kde-multimedia.scm (k3b)[arguments]: Remove references to
'%build-inputs' and '%outputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès c108602c33
gnu: kmplayer: Remove reference to '%build-inputs'.
* gnu/packages/kde-multimedia.scm (kmplayer)[arguments]: Use
'this-package-input' instead of '%build-inputs'.
2021-11-27 11:48:16 +01:00
Ludovic Courtès e6280ea2cd
gnu: kamoso: Remove reference to '%build-inputs'.
* gnu/packages/kde-multimedia.scm (kamoso)[arguments]: Rewrite using
a gexp.
2021-11-27 11:48:15 +01:00
Guillaume Le Vaillant 4967eb97b5
gnu: surf: Build with libsoup2.
* gnu/packages/suckless.scm (surf)[inputs]: Replace webkitgtk with
  webkitgtk-with-libsoup2.
2021-11-27 10:47:34 +01:00
Jack Hill dbd52f377a
gnu: luakit: Build with libsoup2.
* gnu/packages/web-browsers.scm [luakit](inputs): Replace webkitgtk with
  webkitgtk-with-libsoup2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27 10:29:48 +01:00
Jack Hill 2ff3e6e985
gnu: vimb: Build with libsoup2.
* gnu/packages/web-browsers.scm (vimb)[inputs]: Replace webkitgtk with
  webkitgtk-with-libsoup2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27 10:27:25 +01:00
Jack Hill 9c4752bd3e
gnu: midori: Adjust inputs.
* gnu/packages/web-browsers.scm (midori)[propogated-inputs]: Add
  desktop-file-utils and which.
  [inputs]: Replace webkit with webkit-with-libsoup2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-27 10:24:12 +01:00
zimoun 9b48948a0c
gnu: julia-unitful: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-unitful)[arguments]: Disable parallel
tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun 2ce8e5e124
gnu: julia-requires: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-requires)[arguments]: Disable parallel
tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun dfad64e7b0
gnu: julia-interpolations: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]: Disable
parallel tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun 017f9a3515
gnu: julia-aqua: Disable parallel tests.
* gnu/packages/julia-xyz.scm (julia-aqua)[arguments]: Disable parallel tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun 73f55957cf
build: julia-build-system: Correctly disable parallel tests.
* guix/build/julia-build-system.scm: Remove phases trailing #t.
[phases]{check}: Omit the --procs argument when parallel tests are to be
disabled.  Substract 1 from the number of parallel jobs otherwise.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:33 -05:00
zimoun 941f776fce
gnu: julia: Correctly test using '#:parallel-tests?'.
* gnu/packages/julia.scm (julia)[phases]{enable-parallel-tests}: Use
PARALLEL-TESTS?, not PARALLEL-BUILD?.  Remove comment.
* gnu/packages/patches/julia-allow-parallel-build.patch: Move explanatory
comment to the top of the patch.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-27 01:22:32 -05:00
Ludovic Courtès d508c5baab
gnu: ristretto: Remove unused librsvg dependency.
* gnu/packages/xfce.scm (ristretto)[inputs]: Remove LIBRSVG.
2021-11-26 23:21:45 +01:00
Ludovic Courtès 7668f7c6f3
gnu: openbox: Keep librsvg dependency on x86_64 only.
* gnu/packages/openbox.scm (openbox)[inputs]: Make LIBRSVG conditional.
2021-11-26 23:00:16 +01:00
Ludovic Courtès c335c06115
gnu: tor: Address glibc 2.33 compatibility issue on i686.
* gnu/packages/patches/tor-sandbox-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tor.scm (tor): Use it.
2021-11-26 22:49:21 +01:00
Leo Famulari ef717037c8
gnu: pitivi: Fix build with Meson 0.60.
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (pitivi)[source]: Use it.
2021-11-26 13:36:58 -05:00
Guillaume Le Vaillant 6034c3599b
gnu: evolution-data-server: Fix build.
* gnu/packages/gnome.scm (evolution-data-server)[inputs]: Replace webkitgtk by
  webkitgtk-with-libsoup2.
  [arguments]: Remove 'adjust-webkitgtk-version' phase.
2021-11-26 13:23:31 +01:00
Ludovic Courtès 96d3c3eee8
Revert "gnu: gtk+: Skip test that requires SVG support on non-x86_64."
This reverts commit fa35a5f649, which is
redundant with 8a8e491258.
2021-11-26 10:53:24 +01:00
Maxim Cournoyer a41aea131a
gnu: libsoup: Disable the hsts test.
The test was found to fail on i686-linux.

* gnu/packages/gnome.scm (libsoup-minimal)[phases]
{adjust-tests}: De-register the hsts test.
2021-11-26 01:11:35 -05:00
Maxim Cournoyer 3672f51582
gnu: slang: Really fix the array tests on 32 bit architectures.
This is a follow up to efb0a04ee0.

* gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: Further
reduce the array size.
2021-11-26 00:01:54 -05:00
Maxim Cournoyer b1dd71c0b3
gnu: adwaita-icon-theme: Fix the conditional native input.
This is a follow up to commit 16afb35ac9.

* gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Add an extra
layer of parenthesizes on the conditional input to be spliced.
2021-11-25 23:49:30 -05:00
Diego Nicola Barbato 68d47844b1
gnu: webkitgtk: Really disable SSE2 on non-x86_64 achitectures.
This is a followup to d82fd7c2dd.

* gnu/packages/webkit.scm (webkitgtk)[phases]{disable-sse2}: Adjust.

Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 22:51:41 -05:00
Maxim Cournoyer 5084e21819
gnu: libsoup: Update to 3.0.3.
This resolves test failures on 32 bit platforms (see:
https://gitlab.gnome.org/GNOME/libsoup/-/issues/236).

* gnu/packages/gnome.scm (libsoup): Update to 3.0.3.
2021-11-25 22:19:52 -05:00
Maxim Cournoyer 16afb35ac9
gnu: adwaita-icon-theme: Fix build on non-x86_64 targets.
* gnu/packages/gnome.scm (adwaita-icon-theme)[native-inputs]: Do not provide
use 'gtk-encode-symbolic-svg' unless building for x86_64.
2021-11-25 22:19:00 -05:00
Maxim Cournoyer 71b309169d
profiles: Also handle package objects in GDK-PIXBUF-LOADERS-CACHE-FILE.
* guix/profiles.scm (gdk-pixbuf-loaders-cache-file): Handle both a string or a
package object for GDK-PIXBUF, as these are the two types that can be returned
by MANIFEST-LOOKUP-PACKAGE.

Suggested-by: Ludovic Courtès <ludo@gnu.org>
2021-11-25 20:44:16 -05:00
Ludovic Courtès 138498feec
gnu: Use 'search-input-directory' for the SDL header directory.
This is a followup to bf182596a9.

* gnu/packages/games.scm (prboom-plus, red-eclipse, btanks)
(edgar): Use 'search-input-directory' instead of 'search-input-file'
when looking for "include/SDL".
(abbaye): Likewise, and search "include/SDL2" instead of "include/SDL".
2021-11-25 23:15:39 +01:00
Ludovic Courtès fa35a5f649
gnu: gtk+: Skip test that requires SVG support on non-x86_64.
* gnu/packages/gtk.scm (gtk+)[arguments]: In 'disable-failing-tests',
skip 'tree-relationships' when not 'target-x86-64?'.
2021-11-25 23:15:38 +01:00
Maxim Cournoyer efb0a04ee0
gnu: slang: Fix build on 32 bit systems.
* gnu/packages/slang.scm (slang)[phases]{reduce-array-test-size}: New phase.
2021-11-25 17:08:11 -05:00