lol

libapparmor: fix cross (#401980)

authored by

Colin and committed by
GitHub
0fd7d1a2 652e4404

+1 -11
+1 -11
pkgs/by-name/li/libapparmor/package.nix
··· 55 55 ncurses 56 56 which 57 57 dejagnu 58 + perl # podchecker 58 59 ] 59 60 ++ lib.optionals withPython [ 60 61 python3Packages.setuptools 61 - ] 62 - ++ lib.optionals (!finalAttrs.finalPackage.doCheck) [ 63 - # TODO FIXME This is a super ugly HACK. 64 - # perl is required for podchecker. 65 - # It is a native build input on native platform because checks are enabled there. 66 - # Checks can't be enabled on cross, but moving perl to 67 - # nativeCheckInputs causes rebuilds on native compile. 68 - # Thus, hacks! 69 - # This should just be made unconditional and removed from nativeCheckInputs. 70 - perl 71 62 ]; 72 63 73 64 nativeCheckInputs = [ 74 65 python3Packages.pythonImportsCheckHook 75 - perl 76 66 ]; 77 67 78 68 buildInputs =