biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / analysis / rizin / librz-wrapper-support.patch
blob23df0d22c69ad3a9fd67ce3721e6e5c81d1c5a2f
1 diff --git a/librz/util/path.c b/librz/util/path.c
2 index 8ea3d67..f4a8918 100644
3 --- a/librz/util/path.c
4 +++ b/librz/util/path.c
5 @@ -35,6 +35,8 @@ static void fini_portable_prefix(void) {
8 static char *set_portable_prefix(void) {
9 + return rz_sys_getenv("NIX_RZ_PREFIX");
11 char *pid_to_path = rz_sys_pid_to_path(rz_sys_getpid());
12 if (!pid_to_path) {
13 return NULL;