aspell: perl is also a native build input
This is needed for some scripts needed at build time.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user