Age | Commit message (Expand) | Author |
2022-04-11 | gnu: Add ocaml-ppx-bench....* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable.
(ocaml4.07-ppx-bench): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-bin-prot....* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.
(ocaml4.07-ppx-bin-prot): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-bin-prot....* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
(ocaml4.07-bin-prot): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-fixed-literal....* gnu/packages/ocaml.scm (ocaml-ppx-fixed-literal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-module-timer....* gnu/packages/ocaml.scm (ocaml-ppx-module-timer): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-pipebang....* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.
(ocaml4.07-ppx-pipebang): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-stable....* gnu/packages/ocaml.scm (ocaml-ppx-stable): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-string....* gnu/packages/ocaml.scm (ocaml-ppx-string): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-ppx-typerep-conv....* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable.
(ocaml4.07-ppx-typerep-conv): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-typerep....* gnu/packages/ocaml.scm (ocaml-typerep): New variable.
(ocaml4.07-typerep): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: Add ocaml-spawn....* gnu/packages/ocaml.scm (ocaml-spawn): New variable.
(ocaml4.07-spawn): Inherit from it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | import: opam: Factor out source import....This also ensures a package can be imported even when it does not
specify a URL.
* guix/import/opam.scm (opam->guix-source): New procedure.
(opam->guix-package): Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | import: opam: Accept tabulations....* guix/import/opam.scm (SP, SP2): Accept tabulation as whitespace.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Julien Lepiller |
2022-04-11 | gnu: ocaml-odoc: Update to 2.2.0-alpha....* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.2.0-alpha.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| pukkamustard |
2022-04-11 | reconfigure: Fix typo on 'live-service-transient?'....Fix typo introduced in e25eca35ff04e4234d0376fbb9a8e146869772c8.
* guix/scripts/system/reconfigure.scm (running-services): Add question
mark to 'live-service-transient?.
| Ludovic Courtès |
2022-04-11 | shepherd: 'fork+exec-command/container' always returns a PID....Fixes a regression introduced in
938448bf40fc77092859352d2243e2d0c236375f whereby
'fork+exec-command/container' would return #t, then used as the running
value of the 'guix-daemon' service in the installer. Upon installation
completion, stopping the 'guix-daemon' service would fail with
wrong-type-arg because that #t would be passed to the 'stop' method in
lieu of a PID.
* gnu/build/shepherd.scm (fork+exec-command/container): Return a PID
rather than #t.
| Ludovic Courtès |
2022-04-11 | shepherd: 'exec-command*' has a valid default #:directory....Fixes a regression introduced in
938448bf40fc77092859352d2243e2d0c236375f where 'exec-command*' could
get #:directory #f, in particular when called by
'fork+exec-command/container'.
* gnu/build/shepherd.scm (exec-command*): Add default value for #:directory.
| Ludovic Courtès |
2022-04-11 | tests: System tests really parameterize 'current-guix-package'....Until now, 'current-guix-package' was parameterized in the wrong
context. Thus, 'current-guix' would end up building a variant of the
'guix' package instead of the package returned by
'channel-source->package', which is much less expensive to build.
* etc/system-tests.scm (mparameterize): New macro.
(tests-for-current-guix): Change the 'value' field of each <system-test>
record to parameterize 'current-guix-package' for good.
| Ludovic Courtès |
2022-04-11 | home: symlink-manager: Handle non-existing directory during cleanup....* gnu/home/services/symlink-manager.scm (update-symlinks-script): Handle
non-existing directory during cleanup.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-04-11 | home: shells: Rename zsh related functions....* gnu/home/services/shells.scm (home-zsh-service-type): Make zsh related
private functions more consistently named.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-04-10 | gnu: jq: Only build with valgrind on supported systems....* gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on
systems which it supports.
| Efraim Flashner |
2022-04-10 | gnu: smithwaterman: Fix cross-compiling....The 'ar' matched the 'ar' in 'aarch64-linux-gnu' to unfun consequences.
* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: More
closely match the 'ar' and 'ld' commands when substituting them.
| Efraim Flashner |
2022-04-10 | gnu: llvm-3: Fix build....* gnu/packages/llvm.scm (llvm-3.9)[arguments]: Use gexp. Add
'shared-lib-workaround' phase.
Co-authored-by: Maxime Devos <maximedevos@telenet.be>
| Guillaume Le Vaillant |
2022-04-10 | gnu: linux-libre 5.10: Update to 5.10.110....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.110.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-04-10 | gnu: linux-libre 5.15: Update to 5.15.33....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.33.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-04-10 | gnu: linux-libre: Update to 5.16.19....* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.19.
(linux-libre-5.16-pristine-source): Update hash.
| Leo Famulari |
2022-04-10 | gnu: linux-libre 5.17: Update to 5.17.2....* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.2.
(linux-libre-5.17-pristine-source): Update hash.
| Leo Famulari |
2022-04-10 | services: Test 'shepherd-service-upgrade' with transient services....This is a followup to eeb8ac43c8c0b0cc69422766070dbefc55f5c5c1.
* tests/services.scm ("shepherd-service-upgrade: transient service"):
New test.
| Ludovic Courtès |
2022-04-10 | services: herd: Adjust to <live-service> changes....This is a followup to a2c759c8304c461d096ab763568e7f71546ff4e8.
* guix/scripts/system/reconfigure.scm (running-services): Fill in the
'transient?' field of <live-service>.
* tests/services.scm ("shepherd-service-upgrade: one unchanged, one upgraded, one new")
("shepherd-service-upgrade: service depended on is not unloaded")
("shepherd-service-upgrade: obsolete services that depend on each
other"): Adjust calls to 'live-service'.
| Ludovic Courtès |
2022-04-10 | gnu: strawberry: Update to 1.0.3....* gnu/packages/music.scm (strawberry): Update to 1.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Michael Rohleder |
2022-04-10 | doc: package Reference: Mention syntax of package-description....* doc/guix.texi (package Reference) <description>: Mention that the
string is in Texinfo syntax.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Luis Felipe |
2022-04-10 | doc: guix: Add missing article "a"....* doc/guix.texi (Essential Home Services): Add missing article "a".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| jgart |
2022-04-10 | gnu: efivar: Fix build errors on i686-linux....* gnu/packages/patches/efivar-211.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (efivar)[source]<origin>: Use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| itd |
2022-04-10 | home: symlink-manager: Use no-follow version of file-exists?....* gnu/home/services/symlink-manager.scm (update-symlinks-script): Use
no-follow version of file-exists?.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andrew Tropin |
2022-04-10 | services: shepherd: Do not unload transient services....Fixes <https://issues.guix.gnu.org/54812>.
Starting with Shepherd 0.9.0 and the use of 'make-inetd-constructor' in
commit 808b9e850491c7b1d867a5f1f4d5ee6f61f345d4, systems might be
running transient Shepherd services such as those corresponding to SSH
connections. Before this change, 'shepherd-service-upgrade' would have
those transient services in the list of services to unload; concretely,
that would lead all SSH connections to be closed upon 'guix system
reconfigure'.
* gnu/services/shepherd.scm (shepherd-service-upgrade): Remove transient
services to TO-UNLOAD.
| Ludovic Courtès |
2022-04-10 | services: herd: Report whether a service is transient....* gnu/services/herd.scm (<live-service>)[transient?]: New field.
(current-services): Check the value of 'transient?'. Call
'resolve-transients'.
(resolve-transients): New procedure.
| Ludovic Courtès |
2022-04-09 | gnu: Zabbix: Update to 6.0.3....* gnu/packages/monitoring.scm (zabbix-agentd): Update to 6.0.3.
| Marius Bakke |
2022-04-09 | gnu: ganeti: Update to 3.0.2....* gnu/packages/patches/ganeti-haskell-compat.patch,
gnu/packages/patches/ganeti-sphinx-compat.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (ganeti): Update to 3.0.2.
[source](patches): Remove obsolete.
[arguments]: Remove obsolete phases. Disable one more test.
| Marius Bakke |
2022-04-09 | gnu: ganeti: Fix test failure with PyYAML 6.0....This fixes a regression that was introduced in
27720d0fe14ee4cd413a6745e0782a698a011924.
* gnu/packages/patches/ganeti-pyyaml-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
| Marius Bakke |
2022-04-08 | gnu: libxmlb: Update to 0.3.8....* gnu/packages/xlm.scm (libxmlb): Update to 0.3.8.
| Vagrant Cascadian |
2022-04-08 | gnu: reprotest: Update to 0.7.20....* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.20.
| Vagrant Cascadian |
2022-04-08 | gnu: diffoscope: Update to 209....* gnu/packages/diffoscope.scm (diffoscope): Update to 209.
| Vagrant Cascadian |
2022-04-09 | services: rottlog: Keep fewer "guix-daemon.log" files....* gnu/services/admin.scm (%default-rotations): For "guix-daemon.log",
add 'options' field.
| Ludovic Courtès |
2022-04-09 | guix describe: Add missing import....Fixes a regression introduced in
d4e858763c4303764729133c547b0a6dfe2354f9.
* guix/scripts/describe.scm: Add missing autoload.
| Ludovic Courtès |
2022-04-08 | diagnostics: Turn diagnostic locations into hyperlinks....* guix/diagnostics.scm (print-diagnostic-prefix): Use
'location->hyperlink' when 'supports-hyperlinks?' returns true.
| Ludovic Courtès |
2022-04-08 | ui: Move 'location->hyperlink' to (guix diagnostics)....* guix/ui.scm (location->hyperlink): Move to...
* guix/diagnostics.scm: ... here.
* guix/scripts/system/search.scm: Adjust imports accordingly.
| Ludovic Courtès |
2022-04-08 | ui: Move hyperlink facilities to (guix colors)....* guix/ui.scm (supports-hyperlinks?, file-hyperlink, hyperlink): Move to...
* guix/colors.scm: ... here.
* guix/scripts/home.scm, guix/scripts/system.scm,
guix/scripts/system/search.scm: Adjust imports accordingly.
| Ludovic Courtès |
2022-04-08 | gnu: emacs-geiser: Add dependency on Project....* gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Add
emacs-project.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion |
2022-04-08 | gnu: lsof: Fix invalid G-Expression....Cross-compiling lsof is failing with an "invalid G-expression input"
error. Fix this by using a quoted list.
* gnu/packages/lsof.scm (lsof): Fix invalid G-Expression.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brian Kubisiak |
2022-04-08 | doc: Build an empty index if the manual is missing....That way, the "sk" index for 'guix-manual' is empty, because
'guix-manual' lacks an "sk" translation.
* doc/build.scm (html-manual-identifier-index)[build](html-files):
Gracefully handle 'scandir' returning #f.
| Ludovic Courtès |