kbd: fix static build

main
Guillaume Girol 2 years ago
parent 6694081af0
commit 15f685808f
  1. 1
      pkgs/os-specific/linux/kbd/default.nix

@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [ check pam ];
NIX_LDFLAGS = lib.optional stdenv.hostPlatform.isStatic "-laudit";
nativeBuildInputs = [ autoreconfHook pkg-config flex ];
passthru.tests = {

Loading…
Cancel
Save