forked from mirrors/nixpkgs
procps(-ng): drop the bootstrapping hack
On master/staging the bootstrap mistake has been fixed, and it no longer pulls procps, so such a hack isn't required.
This commit is contained in:
parent
86b097432a
commit
5ae438a3e7
|
@ -2,12 +2,8 @@
|
|||
|
||||
# `ps` with systemd support is able to properly report different
|
||||
# attributes like unit name, so we want to have it on linux.
|
||||
# The strange `boostrap` condition is here because `procps` can be
|
||||
# pulled in to early in bootstrap process, when `stdenv` is not yet
|
||||
# functional enought to build `systemd` (or its dependencies).
|
||||
# See https://github.com/NixOS/nixpkgs/pull/43817#issuecomment-408346135
|
||||
, withSystemd ? stdenv.isLinux && !(lib.hasPrefix "bootstrap" stdenv.name)
|
||||
, systemd
|
||||
, withSystemd ? stdenv.isLinux
|
||||
, systemd ? null
|
||||
|
||||
# procps is mostly Linux-only. Most commands require a running Linux
|
||||
# system (or very similar like that found in Cygwin). The one
|
||||
|
|
Loading…
Reference in a new issue