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 , writeShellScript 19 , closureInfo 20 , runCommand 21 }: 22 23 let ··· 93 perl 94 ] ++ lib.optional withPython python; 95 96 - buildInputs = lib.optional withPerl perl 97 ++ lib.optional withPython python; 98 99 # required to build apparmor-parser
··· 18 , writeShellScript 19 , closureInfo 20 , runCommand 21 + , libxcrypt 22 }: 23 24 let ··· 94 perl 95 ] ++ lib.optional withPython python; 96 97 + buildInputs = [ libxcrypt ] 98 + ++ lib.optional withPerl perl 99 ++ lib.optional withPython python; 100 101 # required to build apparmor-parser