torbrowser: also install lib and out into the torEnv

This commit is contained in:
Joachim Fasting 2016-04-22 04:19:11 +02:00
parent 008d47131f
commit 0122cbfd59
No known key found for this signature in database
GPG key ID: 4330820E1E04DCF4

View file

@ -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"}'';