Merge pull request #6036 from ambrop72/cloog-cross
cloog-ppl: Move build inputs to nativeBuildInputs.
This commit is contained in:
commit
d639a42241
@ -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…
Reference in New Issue
Block a user