apparmor: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt 2c2fde95 44a73d01

+3 -1
+3 -1
pkgs/os-specific/linux/apparmor/default.nix
··· 18 18 , writeShellScript 19 19 , closureInfo 20 20 , runCommand 21 + , libxcrypt 21 22 }: 22 23 23 24 let ··· 93 94 perl 94 95 ] ++ lib.optional withPython python; 95 96 96 - buildInputs = lib.optional withPerl perl 97 + buildInputs = [ libxcrypt ] 98 + ++ lib.optional withPerl perl 97 99 ++ lib.optional withPython python; 98 100 99 101 # required to build apparmor-parser