mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #19515 from joachifm/thunderbird-pax
thunderbird: disable PaX mprotect() hardening
This commit is contained in:
commit
7c6b92a3c4
1 changed files with 5 additions and 0 deletions
|
@ -113,6 +113,11 @@ stdenv.mkDerivation rec {
|
|||
EOF
|
||||
'';
|
||||
|
||||
postFixup =
|
||||
''
|
||||
paxmark m $out/lib/thunderbird-${version}/thunderbird
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A full-featured e-mail client";
|
||||
homepage = http://www.mozilla.org/thunderbird/;
|
||||
|
|
Loading…
Reference in a new issue