lol

cloog-ppl: Move build inputs to nativeBuildInputs. This fixes cross-compilation since then we don't try to cross-compile Perl.

+1 -1
+1 -1
pkgs/development/libraries/cloog-ppl/default.nix
··· 10 10 11 11 propagatedBuildInputs = [ ppl ]; 12 12 13 - buildInputs = [ automake autoconf libtool ]; 13 + nativeBuildInputs = [ automake autoconf libtool ]; 14 14 15 15 patches = [ ./fix-ppl-version.patch ]; 16 16