parent
137bf46ee7
commit
76a97fdb31
@ -14,5 +14,11 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
description = "An LD_PRELOAD library to intercept and rewrite the paths in glibc calls";
|
||||
longDescription = ''
|
||||
libredirect is an LD_PRELOAD library to intercept and rewrite the paths in
|
||||
glibc calls based on the value of $NIX_REDIRECTS, a colon-separated list
|
||||
of path prefixes to be rewritten, e.g. "/src=/dst:/usr/=/nix/store/".
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user