Commit graph

116384 commits

Author SHA1 Message Date
Vinicius Monego 428b810ca2
gnu: lightspark: Update to 0.8.7.
* gnu/packages/animation.scm (lightspark): Update to 0.8.7.
[inputs]: Remove sdl2-mixer.
2023-06-17 10:08:24 -03:00
Janneke Nieuwenhuizen ff690faf66
gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?.
* gnu/packages/hurd.scm (hurd-target?): Remove.
(hurd-system?): Move to...
* guix/utils.scm (system-hurd?): ...here.
* gnu/packages/*: Update all users, removing (gnu packages hurd) include where
now unused.
2023-06-17 14:38:32 +02:00
Guillaume Le Vaillant 52f2980fa3
gnu: eisl: Update to 3.00.
* gnu/packages/lisp.scm (eisl): Update to 3.00.
2023-06-17 11:25:23 +02:00
Guillaume Le Vaillant 546e7f362a
gnu: txr: Update to 288.
* gnu/packages/lisp.scm (txr): Update to 288.
2023-06-17 11:25:23 +02:00
Artyom Bologov 010e79f292
gnu: cl-colors2: Update to 0.5.4-3.cc03bad.
* gnu/packages/lisp-xyz.scm (sbcl-cl-colors2): Update to 0.5.4-3.cc03bad.
  [description]: Update with the latest changes.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-06-17 11:25:23 +02:00
Artyom Bologov 23f77bd7b8
gnu: cl-nclasses: Update to 0.6.0.
* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.6.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-06-17 11:25:23 +02:00
Guillaume Le Vaillant 2fa9a183d7
gnu: stumpwm: Don't install build artifacts.
* gnu/packages/wm.scm (stumpwm)[arguments]: Add 'remove-temporary-cache'
  phase.
  (stumpwm+slynk)[arguments]: Delete 'remove-temporary-cache' phase inherited
  from stumpwm.
2023-06-17 11:25:23 +02:00
Janneke Nieuwenhuizen dec270a7c8
gnu: jimtcl: Skip failing test for 32bit.
* gnu/packages/embedded.scm (jimtcl)[arguments]: When building for 32bit, skip
"file.test".
2023-06-17 11:03:43 +02:00
Danny Milosavljevic 998d89ba20
gnu: openjdk: Re-add "openjdk-15-xcursor-no-dynamic.patch".
* gnu/packages/java.scm (openjdk16)[source](patches): Re-add xcursor patch.
(openjdk17)[source](patches): Re-add xcursor patch.
2023-06-17 01:36:55 +02:00
Ontje Lünsdorf 31336e9f5d
gnu: Add python-pdoc.
* gnu/packages/python-xyz.scm (python-pdoc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-16 00:14:52 +02:00
Ludovic Courtès 248cf06149
avahi: Resolve hosts for which name resolution fails.
This avoids attempts to connect to hosts that went off-line.  This is
particularly important for 'guix-daemon --discover', which would so far
keep attempting to talk to LAN hosts after they vanished just because
their mDNS record hasn't expired, leading to significant delays when
fetching narinfos and substitutes.

* guix/avahi.scm (avahi-browse-service-thread)[service-resolver-callback]:
Add handler to RESOLVER-EVENT/FAILURE.
2023-06-16 00:14:52 +02:00
Ludovic Courtès 99a27d361e
guix home: Add missing SRFI-34 import for 'raise'.
Reported at <https://issues.guix.gnu.org/64031>.

* guix/scripts/home.scm: Use (srfi srfi-34), expected by
'list-generations'.

Reported-by: Steven Roose <steven@roose.io>
2023-06-16 00:14:52 +02:00
Ludovic Courtès c27479a739
services: qemu-guest-agent: Add dependency on udev.
Fixes <https://issues.guix.gnu.org/64057>.

* gnu/services/virtualization.scm (qemu-guest-agent-shepherd-service):
Add 'requirement' field.

Reported-by: Yann Dupont <yann.dupont@univ-nantes.fr>
2023-06-16 00:14:52 +02:00
Ludovic Courtès a3beb8d741
pull: Preserve channel ordering when using '--commit', '--url', etc.
Previously using '--url', '--commit', or '--branch' would move the
'guix' channel to the front.  This is okay in itself but it gratuitously
leads to a different cache key in 'cached-channel-instance'--IOW, 'guix
time-machine --commit=X' where X is already in cache would gratuitously
recompute the channel derivations.

* guix/scripts/pull.scm (channel-list): Use 'map' instead of 'find' +
'remove' + 'cons'.
2023-06-16 00:14:52 +02:00
Ricardo Wurmus 6e1215fb9c
gnu: Add r-plumber.
* gnu/packages/cran.scm (r-plumber): New variable.
2023-06-15 18:09:46 +02:00
Ricardo Wurmus 7dc206c8f8
gnu: Add r-swagger.
* gnu/packages/cran.scm (r-swagger): New variable.
2023-06-15 18:09:46 +02:00
Efraim Flashner f6047c5b71
gnu: eg25-manager: Patch reference to grep.
* gnu/packages/firmware.scm (eg25-manager)[arguments]: Add a phase to
patch the path to grep.
2023-06-15 14:58:48 +03:00
Efraim Flashner 5d6026ff38
gnu: eg25-manager: Update to 0.4.6.
* gnu/packages/firmware.scm (eg25-manager): Update to 0.4.6.
2023-06-15 14:58:48 +03:00
Bruno Victal f74df2ab87
home: services: xdg-base-directories: Deprecate XDG_LOG_HOME.
XDG_LOG_HOME is non-standard and log files should go to XDG_STATE_HOME
according to the XDG Base Directory Specification.

Fixes <https://issues.guix.gnu.org/61809>.

* gnu/home/services/desktop.scm (home-dbus-shepherd-services): Log to XDG_STATE_HOME.
* gnu/home/services/desktop.scm (home-unclutter-shepherd-services): Log to
XDG_STATE_HOME.
* gnu/home/services/mcron.scm (home-mcron-shepherd-services): Ditto.
* gnu/home/services/pm.scm (home-batsignal-shepherd-services): Ditto.
* gnu/home/services/shepherd.scm (launch-shepherd-gexp): Ditto.
* gnu/home/services/xdg.scm
(home-xdg-base-directories-configuration)[log-home]: Deprecate and unset default value.
(home-xdg-base-directories-environment-variables-service)
(ensure-xdg-base-dirs-on-activation): Handle field deprecation.
(home-xdg-base-directories-service-type): Update description.

Co-authored-by: Andrew Tropin <andrew@trop.in>
Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-06-15 13:19:29 +04:00
Leo Famulari 48cdc47d8c
gnu: linux-libre 4.14: Update to 4.14.318.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.318.
(linux-libre-4.14-pristine-source): Update hash.
2023-06-14 20:13:33 -04:00
Leo Famulari fb9cd505df
gnu: linux-libre 4.19: Update to 4.19.286.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.286.
(linux-libre-4.19-pristine-source): Update hash.
2023-06-14 20:13:33 -04:00
Leo Famulari 4bc2f09a02
gnu: linux-libre 5.4: Update to 5.4.247.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.247.
(linux-libre-5.4-pristine-source): Update hash.
2023-06-14 20:13:33 -04:00
Leo Famulari bffc1ec187
gnu: linux-libre 5.10: Update to 5.10.184.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.184.
(linux-libre-5.10-pristine-source): Update hash.
2023-06-14 20:13:32 -04:00
Leo Famulari 5fb9a81316
gnu: linux-libre 5.15: Update to 5.15.117.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.117.
(linux-libre-5.15-pristine-source): Update hash.
2023-06-14 20:13:32 -04:00
Leo Famulari 9c6fc007b6
gnu: linux-libre 6.1: Update to 6.1.34.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.34.
(linux-libre-6.1-pristine-source): Update hash.
2023-06-14 20:13:32 -04:00
Leo Famulari 67efb9cfd4
gnu: linux-libre: Update to 6.3.8.
* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.8.
(linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
2023-06-14 20:13:29 -04:00
Ludovic Courtès 26602f4063
services: static-netwoking: Wait for devices to show up.
Fixes <https://issues.guix.gnu.org/63516>.

* gnu/services/base.scm (network-set-up/linux): Add call to
'wait-for-link'.
2023-06-14 23:48:01 +02:00
Ludovic Courtès e487bd9ef5
gnu: guile-netlink: Update to 1.2.
* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.2.
2023-06-14 23:45:19 +02:00
Timotej Lazar c4e49d7598
gnu: browserpass-native: Use new package style.
* gnu/packages/password-utils.scm (browserpass-native)[arguments]: Use
gexps. Drop trailing #t from phases.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:24:19 +02:00
Timotej Lazar 453d99dc4c
gnu: browserpass-native: Update to 3.1.0.
* gnu/packages/password-utils.scm (browserpass-native): Update to 3.1.0.
[inputs]: Add bash-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:24:13 +02:00
Andy Tai 489d14c12e
gnu: Add systemtap
* gnu/packages/instrumentation.scm (systemtap): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:23:12 +02:00
gemmaro c1ef5df61d
gnu: gnushogi: Fix build.
* gnu/packages/games.scm (gnushogi)
[source]: Fix warnings by prefixing "__FUNCTION__" with "__extension__".
[arguments]: Turn off some GCC warnings in C flags.
Set the linker flag to build the program.
Skip the "--enable-fast-install" flag in the configure phase.
Enable the "sizetest" test in the check phase.
[synopsis]: Remove "The" so that the sentence doesn't start with it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:19:44 +02:00
Artyom V. Poptsov 09c4dc5b39
gnu: Add pngcheck.
* gnu/packages/image.scm (pngcheck): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:18:00 +02:00
gemmaro db7a949067
gnu: Add bdf2sfd.
* gnu/packages/fontutils.scm (bdf2sfd): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:11:53 +02:00
Timotej Lazar d8f90af39f
gnu: Add nwipe.
* gnu/packages/disk.scm (nwipe): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:10:02 +02:00
Z572 6440b352c9
gnu: libtree: fix building on non-x86 systems.
* gnu/packages/linux.scm (libtree): fix building on non-x86 systems.
[source]: add patch.
* gnu/packages/patches/libtree-fix-check-non-x86.patch: New file.
* gnu/local.mk (dist_path_DATA): Register it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-06-14 23:00:05 +02:00
Ludovic Courtès e4259d4e9e
packages: 'package-transitive-supported-systems' detects cycles.
With this change, commands such as 'guix build' or 'guix package' report
obvious package-level cycles upfront.  Derivation-level cycles are not
detected.

* guix/packages.scm (&package-cyclic-dependency-error): New condition
type.
(package-transitive-supported-systems): Define 'visited', check it, and
parameterize it.
* guix/ui.scm (call-with-error-handling): Handle
'&package-cyclic-dependency-error'.
* tests/packages.scm ("package-transitive-supported-systems detects
cycles"): Add test.
2023-06-14 22:54:30 +02:00
Ludovic Courtès 35c27ec5ee
gnu: gnunet-scheme: Use guile-fibers 1.3.1.
* gnu/packages/gnunet.scm (gnunet-scheme)[native-inputs]
[propagated-inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
2023-06-14 22:53:55 +02:00
Ludovic Courtès 1261d2637c
gnu: guile-fibers: Remove 'guile-fibers-next'.
* gnu/packages/guile-xyz.scm (guile-fibers-next): Remove.
* gnu/packages/package-management.scm (guix-build-coordinator)[arguments]
[native-inputs, propagated-inputs]: Replace GUILE-FIBERS-NEXT by
GUILE-FIBERS-1.3.
(nar-herder)[arguments, native-inputs, propagated-inputs]: Likewise.
* gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
2023-06-14 22:53:55 +02:00
Ludovic Courtès 131b7ed6d1
gnu: cuirass: Use guile-fibers 1.3.1.
* gnu/packages/ci.scm (cuirass)[inputs]: Replace GUILE-FIBERS-1.1 with
GUILE-FIBERS-1.3.
2023-06-14 22:53:55 +02:00
Ludovic Courtès c219c22cbd
gnu: shepherd@0.10: Use guile-fibers 1.3.1.
* gnu/packages/admin.scm (shepherd-0.10)[native-inputs, inputs]: Replace
GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
2023-06-14 22:53:55 +02:00
Ludovic Courtès 49119eee2b
gnu: guile-fibers: Add 1.3.1.
* gnu/packages/guile-xyz.scm (guile-fibers-1.3): New variable.
(guile-fibers-1.1): Inherit from it.
* gnu/packages/patches/guile-fibers-libevent-32-bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-06-14 22:53:55 +02:00
Zheng Junjie 09449ef6f6
gnu: psascan: Do not build with "-march=native".
* gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'.
[properties]: New field.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-06-14 22:34:17 +03:00
Maxim Cournoyer 10186bc291
gnu: Add lexilla.
* gnu/packages/text-editors.scm (lexilla): New variable.
2023-06-14 15:32:32 -04:00
Maxim Cournoyer 1eac587fa6
gnu: lexilla: Fix find-files regexp in install phase.
* gnu/packages/text-editors.scm (scintilla) [arguments]: Fix find-files regexp
in install phase.
2023-06-14 15:32:32 -04:00
Maxim Cournoyer 0e55391482
gnu: scintilla: Use string-delete to compute source URL.
* gnu/packages/text-editors.scm (scintilla) [source]: Use string-delete
instead of string-split and string-append.
2023-06-14 15:32:32 -04:00
Efraim Flashner 87cf2a859d
home: services: ssh: Allow unset boolean options in ssh-config.
From man 5 ssh_config:
Unless noted otherwise, for each parameter, the first obtained value
will be used.

We want to allow falling through to the first explicitly chosen user
defined value.

* gnu/home/services.ssh.scm (define-maybe boolean): New configuration.
(openssh-host)[forward-x11?, forward-x11-trusted?, forward-agent?,
compression?]: Replace default value with maybe-boolean.
* doc/guix.texi (Secure Shell): Update documentation to match the
changes in the code.
2023-06-14 21:51:44 +03:00
Efraim Flashner f8cf3982ff
gnu: Add tuba.
* gnu/packages/mastodon.scm (tuba): New variable.
2023-06-14 21:33:32 +03:00
Maxim Cournoyer 786d8fd60d
gnu: python-pyzmq: Update to 25.1.0.
* gnu/packages/python-xyz.scm (python-pyzmq): Update to 25.1.0.
2023-06-14 12:52:53 -04:00
Maxim Cournoyer ee7b06e212
gnu: python-pyzmq: Use pytest to run the test suite.
* gnu/packages/python-xyz.scm (python-pyzmq)
[arguments]: Precise comments regarding #:tests?.  Override check phase.
2023-06-14 12:52:53 -04:00