nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 247 B view raw
1On NixOS we *want* stuff relative to symlinks. 2--- 3--- a/src/common/exec.c 4+++ b/src/common/exec.c 5@@ -218,6 +218,8 @@ 6 static int 7 resolve_symlinks(char *path) 8 { 9+ return 0; 10+ 11 #ifdef HAVE_READLINK 12 struct stat buf; 13 char orig_wd[MAXPGPATH],