Age | Commit message (Collapse) | Author |
|
* gnu/packages/c.scm (aws-c-sdkutils): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/c.scm (aws-c-cal): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/c.scm (aws-c-io): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/c.scm (aws-c-event-stream): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/c.scm (aws-checksums): Fix comment formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/c.scm (aws-c-common):
[supported-systems]: Only support i686-linux and x86_64-linux.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes a regression introduced in
211fe3f66e6dfdaa64974931c458ab1d92afc182 whereby, in inetd mode, and
when using 'bitlbee-purple', libpurple plugins would not be found.
* gnu/services/messaging.scm (bitlbee-shepherd-service): Pass
#:preserved-environment-variables to 'least-authority-wrapper'.
|
|
* gnu/packages/bioinformatics.scm (htslib-for-stringtie): Inherit from
htslib-1.12.
|
|
* gnu/packages/python-xyz.scm (python-xlrd-1): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python-cytoolz-for-cooler): Remove variable.
|
|
* gnu/packages/bioinformatics.scm (python-cooler)[propagated-inputs]: Replace
python-cytoolz-for-cooler with python-cytoolz.
|
|
* gnu/packages/python-xyz.scm (python-anndata)[propagated-inputs]: Remove
python-xlrd-1.
|
|
* gnu/packages/chromium.scm (%preserved-third-party-files): Include bundled
Vulkan headers.
(%chromium-version): Set to 101.0.4951.41.
(%debian-revision): Set to debian/101.0.4951.41-2.
(%debian-patches): Add one new patch.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu/packages/patches/ungoogled-chromium-system-nspr.patch: Refresh.
|
|
* gnu/services/networking.scm (opendht-configuration->command-line-arguments):
Use 'least-authority-wrapper'.
(opendht-shepherd-service): Use 'make-forkexec-constructor'.
|
|
* gnu/services/messaging.scm (quassel-shepherd-service): Use
'least-authority-wrapper' instead of
'make-forkexec-constructor/container'.
|
|
* gnu/services/games.scm (wesnothd-shepherd-service): Use
'least-authority-wrapper' instead of
'make-forkexec-constructor/container'.
|
|
* gnu/services/games.scm (wesnothd-shepherd-service): Augment 'modules'
field. Pass #:mappings argument to 'make-forkexec-constructor/container'.
(wesnothd-activation): New variable.
(wesnothd-service-type): Extend ACTIVATION-SERVICE-TYPE.
|
|
* gnu/services/networking.scm (ipfs-binary): Call
'least-authority-wrapper'.
(%ipfs-home-mapping): Remove surrounding gexp.
(ipfs-shepherd-service)[exec-command]: New procedure.
[ipfs-config-command, set-config!-gexp, shepherd&co]
[container-gexp, container-script]: Remove.
[inner-gexp]: Use 'exec-command'.
|
|
* gnu/services/messaging.scm (bitlbee-shepherd-service): Add call to
'least-authority-wrapper'. In 'start' method, use
'make-inetd-constructor' when available.
* gnu/tests/messaging.scm (run-bitlbee-test)["valid PID"]: Remove test.
|
|
* gnu/services/dict.scm (dicod-shepherd-service): Use
'make-inetd-constructor' in the 'start' method when available.
|
|
* gnu/services/dict.scm (dicod-shepherd-service): Rewrite using
'least-authority-wrapper' plus 'make-forkexec-constructor' instead of
'make-forkexec-constructor/container'.
|
|
* guix/least-authority.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/build/shepherd.scm (default-mounts): Make public.
|
|
* gnu/build/linux-container.scm (wait-child-process)
(status->exit-status): New procedures.
(call-with-container): Add #:child-is-pid1? parameter and honor it.
[thunk*]: New variable. Pass it to 'run-container'.
|
|
Previously we could enter the blocking 'waitpid' call and miss an
opportunity to run the signal handler async.
* gnu/build/linux-container.scm (call-with-container)
[periodically-schedule-asyncs]: New procedure.
[install-signal-handlers]: Call it.
|
|
* gnu/build/linux-container.scm (call-with-container): Add #:relayed-signals.
[install-signal-handlers]: New procedure.
Call it.
|
|
This makes sure warnings like "incompatible bytecode version" don't go
through when looking for (guix store).
* gnu/system/file-systems.scm (%store-prefix): Parameterize
'current-warning-port' around 'resolve-module' call.
|
|
* gnu/services/base.scm (references-file): Remove.
* guix/gexp.scm (references-file): New procedure.
* tests/gexp.scm ("references-file"): New test.
|
|
* gnu/packages/ocaml.scm (ocaml-uuidm): Update to 0.9.8.
(ocaml4.07-uuidm): New variable.
|
|
* gnu/packages/ocaml.scm (ocamlformat): Update to 0.21.0.
|
|
Cmdliner changed its output format, so two packages need to be modified
to accept the new format.
The patch modifies ocaml 4.07 packages to ensure this patch results in the
same derivations for these variants.
* gnu/packages/ocaml.scm (ocaml-cmdliner): Update to 1.1.0.
(ocaml-alcotest, ocaml-mdx)[arguments]: Fix tests.
(ocaml4.07-cmdliner): New variable.
(ocaml4.07-alcotest): Do not fix tests.
|
|
* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.4.
|
|
* gnu/packages/ocaml.scm (ocaml-spawn): Update to 0.15.1.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-hash): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-jst-config): Update to 0.15.1.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-stable): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-base): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-compare): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-jane-street-headers): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-base-bigstring): Update to 0.15.0.
|
|
These packages cannot be updated individually.
* gnu/packages/ocaml.scm (ocaml-ppx-inline-test, ocaml-sexplib0)
(ocaml-sexplib, ocaml-base, ocaml-stdio, ocaml-ppx-sexp-conv)
(ocaml-ppx-expect, ocaml-base-quickcheck, ocaml-core)
(ocaml-core-kernel, ocaml-timezone): Update to 0.15.0.
(ocaml-ppxlib): Fix tests.
(ocaml-int-repr): New variable.
|
|
* gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.0.
|
|
* gnu/packages/coq.scm (coq): Update to 8.15.1.
|
|
* gnu/packages/ocaml.scm (ocaml-hex): Update to 1.5.0.
|
|
* gnu/packages/ocaml.scm (ocaml-easy-format): Update to 1.3.3.
|
|
* gnu/packages/ocaml.scm (ocaml-variantslib): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): Update to 0.15.0.
|
|
* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.1.0.
|