Unverified Commit e0a901b1 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

firefox-bin-unwrapped: patch new glxtest/vaapitest binaries

Otherwise the probing of graphics hardware will fail and the user will
be unable to create e.g. WebGL contexts.
parent 1a726416
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -167,7 +167,8 @@ stdenv.mkDerivation {

      for executable in \
        firefox firefox-bin plugin-container \
        updater crashreporter webapprt-stub
        updater crashreporter webapprt-stub \
        glxtest vaapitest
      do
        if [ -e "$out/usr/lib/firefox-bin-${version}/$executable" ]; then
          patchelf --interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \