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