Commit aa9bbf6f authored by Dmitry Bogatov's avatar Dmitry Bogatov Committed by Rick van Schijndel
Browse files

pkgsStatic.procps: disable systemd support on static build

parent 4c233af4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

  # `ps` with systemd support is able to properly report different
  # attributes like unit name, so we want to have it on linux.
, withSystemd ? stdenv.isLinux
, withSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isStatic
, systemd

  # procps is mostly Linux-only. Most commands require a running Linux