cloog-ppl: Move build inputs to nativeBuildInputs.

This fixes cross-compilation since then we don't try to cross-compile Perl.
This commit is contained in:
Ambroz Bizjak 2015-01-28 22:29:29 +01:00
parent d8cba34bea
commit daa77cb0b2

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ ppl ];
buildInputs = [ automake autoconf libtool ];
nativeBuildInputs = [ automake autoconf libtool ];
patches = [ ./fix-ppl-version.patch ];