apparmor: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-24 20:37:24 +02:00 committed by Martin Weinelt
parent 44a73d018e
commit 2c2fde951c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,6 +18,7 @@
, writeShellScript
, closureInfo
, runCommand
, libxcrypt
}:
let
@ -93,7 +94,8 @@ let
perl
] ++ lib.optional withPython python;
buildInputs = lib.optional withPerl perl
buildInputs = [ libxcrypt ]
++ lib.optional withPerl perl
++ lib.optional withPython python;
# required to build apparmor-parser