Merge pull request #32677 from orivej/libredirect
libredirect: add description
This commit is contained in:
commit
0530e12eb7
|
@ -14,5 +14,11 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
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