Merge pull request #27969 from NeQuissimus/atom_paxmark
atom: Add paxmark
This commit is contained in:
commit
747cbbad71
@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
|
||||
$out/share/atom/resources/app/apm/bin/node
|
||||
|
||||
find $out/share/atom -name "*.node" -exec patchelf --set-rpath "${atomEnv.libPath}:$out/share/atom" {} \;
|
||||
|
||||
paxmark m $out/share/atom/atom
|
||||
paxmark m $out/share/atom/resources/app/apm/bin/node
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user