nodejs: disable PaX mprotect hardening (#20301)

Closes #19951
This commit is contained in:
Sophie Taylor 2016-11-10 12:19:47 +10:00 committed by Franz Pletz
parent dc02c7c53f
commit ba27636b58

View File

@ -56,6 +56,7 @@ in
''; '';
postInstall = '' postInstall = ''
paxmark m $out/bin/node
PATH=$out/bin:$PATH patchShebangs $out PATH=$out/bin:$PATH patchShebangs $out
''; '';