aboutsummaryrefslogtreecommitdiff
path: root/etc/teams/qt/common.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-12-07 12:28:29 +0900
committerLudovic Courtès <ludo@gnu.org>2023-12-22 17:47:16 +0100
commit4a1b3830a8ff6b05ad9a2b27c8a2cdbd00a45787 (patch)
tree8b525930f1c165d29eb187227f7bc88e2683318f /etc/teams/qt/common.scm
parent211c66d49e720eb32c866234ec450d51f322584c (diff)
downloadguix-4a1b3830a8ff6b05ad9a2b27c8a2cdbd00a45787.tar.gz
guix-4a1b3830a8ff6b05ad9a2b27c8a2cdbd00a45787.zip
gnu: dante: Enable preloading support.
Fixes <https://issues.guix.gnu.org/63250>. Dante uses dlopen which doesn't work with libc.so but libc.so.6. This fixes socksify, which is patched to skip invoking uname needlessly. * gnu/packages/networking.scm (dante): Enable preloading support. * gnu/packages/patches/dante-non-darwin.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. References: https://github.com/NixOS/nixpkgs/pull/68418#discussion_r343625853 Change-Id: I03a5b6b6e11cf6a0453a4968ff00c6dd627249a8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc/teams/qt/common.scm')
0 files changed, 0 insertions, 0 deletions
96d48d0e79a360e0d5583b812cd565f62ca32e'>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-04services: Add 'log-cleanup-service-type'....* gnu/services/admin.scm (<log-cleanup-configuration>): New record type. (log-cleanup-program, log-cleanup-mcron-jobs): New procedures. (log-cleanup-service-type): New variable. * doc/guix.texi (Log Rotation): Document it. Ludovic Courtès