From 223c82d1d6ed1f29f26307249827ff679e09c780 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 28 Jul 2018 12:22:12 +0200 Subject: [PATCH] disable resolve_symlink --- src/common/exec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/exec.c b/src/common/exec.c index 878fc29..6b3e283 100644 --- a/src/common/exec.c +++ b/src/common/exec.c @@ -218,6 +218,8 @@ find_my_exec(const char *argv0, char *retpath) static int resolve_symlinks(char *path) { + // On GuixSD we *want* stuff relative to symlinks. + return 0; #ifdef HAVE_READLINK struct stat buf; char orig_wd[MAXPGPATH], -- 2.18.0 /> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-26 08:31:17 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:10 -0500
commite2ebbbccbc95ac2cd7d1eb8c3ebf10c017f5928d (patch)
tree74dc9a127df4fe9e7758ceab5c6d6bba4c584503 /gnu
parent4be0719f921a1d60f3ca6ad821e53b81d3b9353c (diff)
downloadguix-e2ebbbccbc95ac2cd7d1eb8c3ebf10c017f5928d.tar.gz
guix-e2ebbbccbc95ac2cd7d1eb8c3ebf10c017f5928d.zip
gnu: Add python-dbusmock.
* gnu/packages/python-xyz.scm (python-dbusmock): New variable.
Diffstat (limited to 'gnu')