Merge pull request #20556 from NeQuissimus/rambox_grsec
rambox: Allow to run with grsecurity kernel
This commit is contained in:
commit
8e6f36bd7b
@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
|
|||||||
"0gq0ywk1jr0apl39dnm0vwdwg1inr7fari3cmfz3fvaym7gc8fki";
|
"0gq0ywk1jr0apl39dnm0vwdwg1inr7fari3cmfz3fvaym7gc8fki";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = [ "unpackPhase" "installPhase" ];
|
phases = [ "unpackPhase" "installPhase" "postFixup" ];
|
||||||
|
|
||||||
deps = with xorg; [
|
deps = with xorg; [
|
||||||
gtk2 atk glib pango gdk_pixbuf cairo freetype fontconfig dbus
|
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
|
ln -s ${desktopItem}/share/applications/* $out/share/applications
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
paxmark m $out/share/rambox/Rambox
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
|
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
|
||||||
homepage = http://rambox.pro;
|
homepage = http://rambox.pro;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user