terra: apply PaX markings

For grsecurity support

Changed files
+4
pkgs
development
compilers
terra
+4
pkgs/development/compilers/terra/default.nix
···
''
;
+
postFixup = ''
+
paxmark m $bin/bin/terra
+
'';
+
buildInputs = with llvmPackages; [ which lua llvm clang-unwrapped ncurses ];
meta = with stdenv.lib; {