Merge pull request #20556 from NeQuissimus/rambox_grsec

rambox: Allow to run with grsecurity kernel
This commit is contained in:
Tim Steinbach 2016-11-19 20:49:57 -05:00 committed by GitHub
commit 8e6f36bd7b

View File

@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
"0gq0ywk1jr0apl39dnm0vwdwg1inr7fari3cmfz3fvaym7gc8fki";
};
phases = [ "unpackPhase" "installPhase" ];
phases = [ "unpackPhase" "installPhase" "postFixup" ];
deps = with xorg; [
gtk2 atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
@ -53,6 +53,10 @@ in stdenv.mkDerivation rec {
ln -s ${desktopItem}/share/applications/* $out/share/applications
'';
postFixup = ''
paxmark m $out/share/rambox/Rambox
'';
meta = with stdenv.lib; {
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
homepage = http://rambox.pro;