aspell: perl is also a native build input

This is needed for some scripts needed at build time.
This commit is contained in:
Matthew Bauer 2020-02-24 19:49:20 -05:00
parent bad6770d27
commit d8b92121d4

View File

@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
patch interfaces/cc/aspell.h < ${./clang.patch}
'';
nativeBuildInputs = [ perl ];
buildInputs = [ perl ];
doCheck = true;