···78 # `ps` with systemd support is able to properly report different
9 # attributes like unit name, so we want to have it on linux.
10-, withSystemd ? stdenv.isLinux
11, systemd
1213 # procps is mostly Linux-only. Most commands require a running Linux
···78 # `ps` with systemd support is able to properly report different
9 # attributes like unit name, so we want to have it on linux.
10+, withSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isStatic
11, systemd
1213 # procps is mostly Linux-only. Most commands require a running Linux