finit: enable keventd functionality

+3
+3
pkgs/by-name/fi/finit/package.nix
··· 53 54 # minimal replacement for systemd notification library 55 "--with-libsystemd" 56 ]; 57 58 env.NIX_CFLAGS_COMPILE = toString [
··· 53 54 # minimal replacement for systemd notification library 55 "--with-libsystemd" 56 + 57 + # monitor kernel events, like ac power status 58 + "--with-keventd" 59 ]; 60 61 env.NIX_CFLAGS_COMPILE = toString [