rambox: Allow to run with grsecurity kernel

This commit is contained in:
Tim Steinbach 2016-11-19 10:16:18 -05:00
parent f32a8eb6cc
commit e69063e71a
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

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;