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:
parent
d8cba34bea
commit
daa77cb0b2
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ ppl ];
|
propagatedBuildInputs = [ ppl ];
|
||||||
|
|
||||||
buildInputs = [ automake autoconf libtool ];
|
nativeBuildInputs = [ automake autoconf libtool ];
|
||||||
|
|
||||||
patches = [ ./fix-ppl-version.patch ];
|
patches = [ ./fix-ppl-version.patch ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user