firejail: remove deprecated flag, see: 4909fa7efc

main
Reed Riley 2 years ago
parent b30d675094
commit 881972bfa6
  1. 5
      pkgs/os-specific/linux/firejail/default.nix

@ -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'

Loading…
Cancel
Save