mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
thunderbird: disable PaX mprotect() hardening
Otherwise, thunderbird crashes at startup due to a PaX mprotect() violation. Fixes https://github.com/NixOS/nixpkgs/issues/19403
This commit is contained in:
parent
c719a4c434
commit
16a917d5e2
@ -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 New Issue
Block a user