nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 13 lines 298 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@@ -238,6 +238,8 @@ 6 static int 7 normalize_exec_path(char *path) 8 { 9+ return 0; 10+ 11 /* 12 * We used to do a lot of work ourselves here, but now we just let 13 * realpath(3) do all the heavy lifting.