3
0
Fork 0
forked from mirrors/nixpkgs

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 = ''
paxmark m $out/bin/node
PATH=$out/bin:$PATH patchShebangs $out
'';