util-linux: fix static build by disabling systemd support

main
Guillaume Girol 2 years ago
parent 71ca66602b
commit b79ebdec9b
  1. 2
      pkgs/os-specific/linux/util-linux/default.nix

@ -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…
Cancel
Save