mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #22245 from ttuegel/dropbox-grsecurity
dropbox: use `paxmark m` to fix Dropbox when grsecurity enabled
This commit is contained in:
commit
76985ad2a7
@ -146,6 +146,8 @@ in stdenv.mkDerivation {
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
||||
paxmark m $out/${appdir}/dropbox
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user