apparmor: fix build with libxcrypt
This commit is contained in:
parent
44a73d018e
commit
2c2fde951c
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue