Merge pull request #20550 from NeQuissimus/franz_grsec
franz: Allow to run with grsecurity kernel
This commit is contained in:
commit
9d9338707d
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
|
|||||||
"16l9jma2hiwzl9l41yhrwribcgmxca271rq0cfbbm9701mmmciyy";
|
"16l9jma2hiwzl9l41yhrwribcgmxca271rq0cfbbm9701mmmciyy";
|
||||||
};
|
};
|
||||||
|
|
||||||
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 $out/share/franz/resources/app.asar.unpacked/assets/franz.png $out/share/pixmaps
|
ln -s $out/share/franz/resources/app.asar.unpacked/assets/franz.png $out/share/pixmaps
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
postFixup = ''
|
||||||
|
paxmark m $out/share/franz/Franz
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A free messaging app that combines chat & messaging services into one application";
|
description = "A free messaging app that combines chat & messaging services into one application";
|
||||||
homepage = http://meetfranz.com;
|
homepage = http://meetfranz.com;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user