firefox-esr: Fix build

http://hydra.nixos.org/build/36668046

Changed files
+1 -1
pkgs
applications
networking
browsers
firefox
+1 -1
pkgs/applications/networking/browsers/firefox/default.nix
···
postInstall =
''
# For grsecurity kernels
-
paxmark m $out/lib/${pname}-${version}/{firefox,firefox-bin,plugin-container}
# Remove SDK cruft. FIXME: move to a separate output?
rm -rf $out/share/idl $out/include $out/lib/firefox-devel-*
···
postInstall =
''
# For grsecurity kernels
+
paxmark m $out/lib/firefox-[0-9]*/{firefox,firefox-bin,plugin-container}
# Remove SDK cruft. FIXME: move to a separate output?
rm -rf $out/share/idl $out/include $out/lib/firefox-devel-*