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}
|
patch interfaces/cc/aspell.h < ${./clang.patch}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nativeBuildInputs = [ perl ];
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user