From 0967b0d303dc6fc297c25ec4885b7dd944f3bea3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 29 Jun 2016 17:23:03 +0200 Subject: [PATCH] firefox-esr: Fix build http://hydra.nixos.org/build/36668046 --- pkgs/applications/networking/browsers/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/firefox/default.nix b/pkgs/applications/networking/browsers/firefox/default.nix index 2fe66824c5f..eaa60084b6d 100644 --- a/pkgs/applications/networking/browsers/firefox/default.nix +++ b/pkgs/applications/networking/browsers/firefox/default.nix @@ -99,7 +99,7 @@ common = { pname, version, sha512 }: stdenv.mkDerivation rec { postInstall = '' # For grsecurity kernels - paxmark m $out/lib/${pname}-${version}/{firefox,firefox-bin,plugin-container} + 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-*