aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/record.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-11-29 17:30:46 +0100
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-12-01 16:03:57 +0800
commitf45aae2287f4ba68171941f4a8902a21505eb31a (patch)
treed1ade30315c6c485e4e3644c3452cdbdd9177dfa /gnu/installer/record.scm
parent2dc38e493beaabb3f8d8c8b646a9374efc17db67 (diff)
downloadguix-f45aae2287f4ba68171941f4a8902a21505eb31a.tar.gz
guix-f45aae2287f4ba68171941f4a8902a21505eb31a.zip
gnu: lftp: Update to 4.9.3.
The updated information is sourced from the upstream repository at GitHub: https://github.com/lavv17/lftp * gnu/packages/ftp.scm (lftp): Update to 4.9.3. [source]<origin>: Switch to git upstream. [native-inputs]: Add autoconf, automake, gettext-minimal, bison, gnulib, gperf, and libtool. [arguments]<#:phases>: Add unpack-gnulib phase. Delete existing bootstrap phase. Add new bootstrap phase to invoke it after patch-source-shebangs. [home-page]: Update it. Change-Id: I73771ed7e577da4bc82a8e74550eca83413dc8de Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/installer/record.scm')
0 files changed, 0 insertions, 0 deletions
ronment set up...DerivationGoal::startBuilder() is waiting for an empty line as a check that the environment set up is fine. Fixes <https://issues.guix.gnu.org/55324>. * nix/libstore/build.cc (DerivationGoal::runChild): Remove 'debug' statement corresponding to bind mounts. Signed-off-by: Ludovic Courtès <ludo@gnu.org> yarl-baudig@mailoo.org 2022-04-14daemon: Support systemd-style socket activation....* nix/nix-daemon/guix-daemon.cc (SD_LISTEN_FDS_START): New macro. (systemd_activation_sockets): New function. (main): Use it. Remove obsolete 'printMsg' call. * doc/guix.texi (Invoking guix-daemon): Document socket activation. Ludovic Courtès 2022-01-18daemon: Always default to gzip for log compression....* nix/libstore/globals.cc (Settings::Settings): Have 'logCompression' default to COMPRESSION_GZIP unconditionally. * gnu/services/base.scm (<guix-configuration>)[log-compression]: Default to 'gzip. * doc/guix.texi (Invoking guix-daemon, Base Services): Adjust accordingly. Ludovic Courtès