tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
finit: enable keventd functionality
Aaron Andersen
4 months ago
ced4e689
57814820
+3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
fi
finit
package.nix
+3
pkgs/by-name/fi/finit/package.nix
···
53
54
# minimal replacement for systemd notification library
55
"--with-libsystemd"
0
0
0
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 [