aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2023-11-30 07:15:36 +0100
committerJanneke Nieuwenhuizen <janneke@gnu.org>2023-11-30 07:15:36 +0100
commit79d95394c0937d5bf1cebb0c7b941c5ecb1a73a9 (patch)
tree31bcc7d1009d4894ace5e458d7798b6904f2dcaf /gnu/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch
parente0885fcfbb12942f566a5ce9a4f3199a4d191723 (diff)
downloadguix-79d95394c0937d5bf1cebb0c7b941c5ecb1a73a9.tar.gz
guix-79d95394c0937d5bf1cebb0c7b941c5ecb1a73a9.zip
gnu: guix: Update to 1.4.0-15.e0885fcfbb.
* gnu/packages/package-management.scm (guix): Update to 1.4.0-15.e0885fcfbb. Change-Id: I3a3f1512650389f9cd3edbd47c1aaf4a2410daff
Diffstat (limited to 'gnu/packages/patches/xfig-Fix-double-free-when-requesting-MediaBox.patch')
0 files changed, 0 insertions, 0 deletions
avail'>...This is intended to replace the functionality of the Guix Build Coordinator queue builds script, and also provide a web interface for build farms. * gnu/services/guix.scm (<bffe-configuration>): New record type. (bffe-configuration, bffe-configuration?, bffe-configuration-package, bffe-configuration-user, bffe-configuration-group, bffe-configuration-arguments bffe-configuration-extra-environment-variables): New procedures. (bffe-service-type): New variable. * gnu/tests/guix.scm (%test-bffe): New variable. * doc/guix.texi (Guix Services): Document the new service. Christopher Baines 2022-07-15gnu: tests: Fix guix-data-service test....Since revision 32, guix-data-service starts immediately but returns an HTTP error code until initialization is complete. Adjust the test accordingly, and remove the increased startup time limit. * gnu/services/guix.scm (guix-data-service): Use default #:pid-file-timeout. * gnu/tests/guix.scm (guix-data-service): Retry the http-get test several times to give the service time to initialize. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar