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 da'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/pdf.scm
AgeCommit message (Expand)Author
2019-08-13gnu: zathura-pdf-mupdf: Update to 0.3.5....Marius Bakke
2019-08-13gnu: mupdf: Update to 1.16.1....Marius Bakke
2019-07-10gnu: mupdf: Update to 1.15.0 [fixes CVE-2018-18662, CVE-2018-19777,...Efraim Flashner
2019-06-22gnu: pdfpc: Update to 4.3.4....Tobias Geerinckx-Rice
2019-06-20gnu: zathura: Install icons....Alex Griffin
2019-05-24gnu: Move Sphinx and friends to (gnu packages sphinx)....Marius Bakke
2019-05-22gnu: pdfposter: Fix typo "multiple"....Vagrant Cascadian
2019-04-28Merge branch 'staging'Ludovic Courtès
2019-04-24gnu: pdfpc: Update to 4.3.2....Tobias Geerinckx-Rice