Merge pull request #22245 from ttuegel/dropbox-grsecurity

dropbox: use `paxmark m` to fix Dropbox when grsecurity enabled
This commit is contained in:
Thomas Tuegel 2017-01-29 13:04:23 -06:00 committed by GitHub
commit 76985ad2a7

View file

@ -146,6 +146,8 @@ in stdenv.mkDerivation {
fi
fi
done
paxmark m $out/${appdir}/dropbox
'';
meta = {