iptsd: rename systemd build option to service_manager=systemd

Fixes build with meson 0.60
main
Naïm Favier 2 years ago
parent 49d7624b77
commit 4068bcbf35
No known key found for this signature in database
GPG Key ID: 49B07322580B7EE2
  1. 2
      pkgs/applications/misc/iptsd/default.nix

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
--replace "install_dir: rulesdir" "install_dir: datadir" \
'';
mesonFlags = [
"-Dsystemd=true"
"-Dservice_manager=systemd"
"-Dsample_config=false"
"-Ddebug_tool=false"
];

Loading…
Cancel
Save