about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-08-06 10:03:32 -0400
committerGitHub <noreply@github.com>2017-08-06 10:03:32 -0400
commit747cbbad7159255bad26ddad6373b90faf1b2b84 (patch)
tree81805e951f2e9e76b38c94e283c77939006b01eb /pkgs/applications
parente8238436f147f64d6d3f424bbd2646c41cfd8e76 (diff)
parent731a08730f5c56ac60a7477425f5aeacef437169 (diff)
downloadnixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.tar
nixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.tar.gz
nixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.tar.bz2
nixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.tar.lz
nixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.tar.xz
nixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.tar.zst
nixlib-747cbbad7159255bad26ddad6373b90faf1b2b84.zip
Merge pull request #27969 from NeQuissimus/atom_paxmark
atom: Add paxmark
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/atom/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix
index 39fe8fcb77e6..9f0c97ce1546 100644
--- a/pkgs/applications/editors/atom/default.nix
+++ b/pkgs/applications/editors/atom/default.nix
@@ -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; {