3
0
Fork 0
forked from mirrors/nixpkgs

thunderbird-bin-unwrapped: patch future glxtest/vaapitest binaries

Same as commit e0a901b1e0.  It seems very likely that thunderbird
will also need this once it reaches version >= 114 (not for months).
This commit is contained in:
Vladimír Čunát 2023-06-08 13:25:50 +02:00
parent b74a338b70
commit 125277ff46
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -173,7 +173,8 @@ stdenv.mkDerivation {
for executable in \ for executable in \
thunderbird thunderbird-bin plugin-container \ thunderbird thunderbird-bin plugin-container \
updater crashreporter webapprt-stub updater crashreporter webapprt-stub \
glxtest vaapitest
do do
if [ -e "$out/usr/lib/thunderbird-bin-${version}/$executable" ]; then if [ -e "$out/usr/lib/thunderbird-bin-${version}/$executable" ]; then
patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \