mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
pkgsStatic.procps: disable systemd support on static build
This commit is contained in:
committed by
Rick van Schijndel
parent
4c233af423
commit
aa9bbf6fcf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user