mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #20556 from NeQuissimus/rambox_grsec
rambox: Allow to run with grsecurity kernel
This commit is contained in:
commit
8e6f36bd7b
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue