util-linux: fix static build by disabling systemd support
This commit is contained in:
parent
71ca66602b
commit
b79ebdec9b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, stdenv, fetchurl, pkg-config, zlib, shadow, libcap_ng
|
||||
, ncursesSupport ? true
|
||||
, ncurses, pam
|
||||
, systemdSupport ? stdenv.isLinux
|
||||
, systemdSupport ? stdenv.isLinux && !stdenv.hostPlatform.isStatic
|
||||
, systemd
|
||||
, nlsSupport ? true
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue