pkgsStatic.procps: disable systemd support on static build

authored by Dmitry Bogatov and committed by Rick van Schijndel aa9bbf6f 4c233af4

+1 -1
+1 -1
pkgs/os-specific/linux/procps-ng/default.nix
··· 7 8 # `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 12 13 # procps is mostly Linux-only. Most commands require a running Linux
··· 7 8 # `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 12 13 # procps is mostly Linux-only. Most commands require a running Linux