swift: move most inputs to nativeBuildInputs

This commit is contained in:
Will Dietz
2019-05-06 12:47:58 +02:00
committed by Michael Roitzsch
parent 4ba3923490
commit 80d58e2bf5
+7 -5
View File
@@ -135,23 +135,25 @@ in
stdenv.mkDerivation rec {
name = "swift-${version_friendly}";
buildInputs = devInputs ++ [
nativeBuildInputs = [
autoconf
automake
bash
clang
cmake
coreutils
findutils
gnumake
libtool
makeWrapper
ninja
perl
pkgconfig
python
rsync
which
findutils
makeWrapper
gnumake
];
buildInputs = devInputs ++ [
clang
];
# TODO: Revisit what's propagated and how