mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
finit: enable keventd functionality
This commit is contained in:
@@ -53,6 +53,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# minimal replacement for systemd notification library
|
||||
"--with-libsystemd"
|
||||
|
||||
# monitor kernel events, like ac power status
|
||||
"--with-keventd"
|
||||
];
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString [
|
||||
|
||||
Reference in New Issue
Block a user