Loading pkgs/applications/networking/browsers/firefox-bin/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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)" \ Loading Loading
pkgs/applications/networking/browsers/firefox-bin/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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)" \ Loading