thunderbird-bin: update to version 38.0.1, closes #8357

This commit is contained in:
taku0
2015-06-18 11:40:13 +02:00
committed by Rok Garbas
parent 4ed0a4eaf8
commit 4e78d76c18
3 changed files with 128 additions and 126 deletions
@@ -19,7 +19,10 @@
, kerberos
, libX11
, libXScrnSaver
, libXcomposite
, libXdamage
, libXext
, libXfixes
, libXinerama
, libXrender
, libXt
@@ -88,7 +91,10 @@ stdenv.mkDerivation {
kerberos
libX11
libXScrnSaver
libXcomposite
libXdamage
libXext
libXfixes
libXinerama
libXrender
libXt
@@ -112,25 +118,15 @@ stdenv.mkDerivation {
ln -s "$prefix/usr/lib/thunderbird-bin-${version}/thunderbird" "$out/bin/"
for executable in \
thunderbird mozilla-xremote-client thunderbird-bin plugin-container \
updater
thunderbird crashreporter thunderbird-bin plugin-container updater
do
patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
"$out/usr/lib/thunderbird-bin-${version}/$executable"
done
for executable in \
thunderbird mozilla-xremote-client thunderbird-bin plugin-container \
updater \
components/libdbusservice.so components/libmozgnome.so \
libnssdbm3.so libsmime3.so libxul.so libprldap60.so libnss3.so \
libplc4.so libfreebl3.so libmozsqlite3.so libmozalloc.so libnspr4.so \
libssl3.so libldif60.so libsoftokn3.so libldap60.so libnssutil3.so \
libnssckbi.so libplds4.so
do
find . -executable -type f -exec \
patchelf --set-rpath "$libPath" \
"$out/usr/lib/thunderbird-bin-${version}/$executable"
done
"$out/usr/lib/thunderbird-bin-${version}/{}" \;
# Create a desktop item.
mkdir -p $out/share/applications