mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
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 ];
|
||||
|
||||
buildInputs = [ automake autoconf libtool ];
|
||||
nativeBuildInputs = [ automake autoconf libtool ];
|
||||
|
||||
patches = [ ./fix-ppl-version.patch ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user