util-linux: fix static build by disabling systemd support

This commit is contained in:
Guillaume Girol 2022-04-24 12:00:00 +00:00
parent 71ca66602b
commit b79ebdec9b

View file

@ -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
}: