forked from mirrors/nixpkgs
swiftpm: move pkg-config to nativeBuildInputs
This commit is contained in:
parent
58c8583551
commit
8733c5536e
|
@ -365,12 +365,12 @@ in stdenv.mkDerivation (commonAttrs // {
|
|||
pname = "swiftpm";
|
||||
|
||||
nativeBuildInputs = commonAttrs.nativeBuildInputs ++ [
|
||||
pkg-config
|
||||
swift
|
||||
swiftpm-bootstrap
|
||||
];
|
||||
buildInputs = [
|
||||
ncursesInput
|
||||
pkg-config
|
||||
sqlite
|
||||
XCTest
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue