swift: move most inputs to nativeBuildInputs
This commit is contained in:
parent
4ba3923490
commit
80d58e2bf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user