torbrowser: also install lib and out into the torEnv
This commit is contained in:
parent
008d47131f
commit
0122cbfd59
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ let
|
|||
fontconfig gdk_pixbuf cairo xorg.libXrender xorg.libX11 xorg.libXext
|
||||
xorg.libXt
|
||||
];
|
||||
extraOutputsToInstall = [ "lib" "out" ];
|
||||
};
|
||||
|
||||
ldLibraryPath = ''${torEnv}/lib${stdenv.lib.optionalString stdenv.is64bit ":${torEnv}/lib64"}'';
|
||||
|
|
Loading…
Reference in a new issue