3
0
Fork 0
forked from mirrors/nixpkgs

kbd: fix static build

This commit is contained in:
Guillaume Girol 2022-04-24 12:00:00 +00:00
parent 6694081af0
commit 15f685808f

View file

@ -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 = {