aspell: perl is also a native build input
This is needed for some scripts needed at build time.
This commit is contained in:
parent
bad6770d27
commit
d8b92121d4
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
||||
patch interfaces/cc/aspell.h < ${./clang.patch}
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ perl ];
|
||||
buildInputs = [ perl ];
|
||||
|
||||
doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user