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:
parent
b74a338b70
commit
125277ff46
|
@ -173,7 +173,8 @@ stdenv.mkDerivation {
|
|||
|
||||
for executable in \
|
||||
thunderbird thunderbird-bin plugin-container \
|
||||
updater crashreporter webapprt-stub
|
||||
updater crashreporter webapprt-stub \
|
||||
glxtest vaapitest
|
||||
do
|
||||
if [ -e "$out/usr/lib/thunderbird-bin-${version}/$executable" ]; then
|
||||
patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
||||
|
|
Loading…
Reference in a new issue