google-chrome: Also add ${deps}/lib64 to $LD_LIBRARY_PATH.

...as per @abbradar's suggestion. Thanks!
This commit is contained in:
Moritz Ulrich 2016-04-14 19:00:15 +02:00
parent 0c5ed43cd4
commit 6645ae3946

View file

@ -65,7 +65,7 @@ in stdenv.mkDerivation rec {
tar xf data.tar.xz
'';
rpath = makeLibraryPath deps;
rpath = makeLibraryPath deps + ":" + makeSearchPathOutputs "lib64" ["lib"] deps;
binpath = makeBinPath deps;
installPhase = ''