firejail: remove deprecated flag, see: 4909fa7efc

This commit is contained in:
Reed Riley 2022-01-19 10:09:51 -05:00
parent b30d675094
commit 881972bfa6

View File

@ -26,11 +26,6 @@ stdenv.mkDerivation rec {
];
prePatch = ''
# Allow whitelisting ~/.nix-profile
substituteInPlace etc/firejail.config --replace \
'# follow-symlink-as-user yes' \
'follow-symlink-as-user no'
# Fix the path to 'xdg-dbus-proxy' hardcoded in the 'common.h' file
substituteInPlace src/include/common.h \
--replace '/usr/bin/xdg-dbus-proxy' '${xdg-dbus-proxy}/bin/xdg-dbus-proxy'