misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs

This commit is contained in:
John Ericson
2017-09-05 17:25:26 -04:00
parent 9f2e05662b
commit fd9c7eb2e8
50 changed files with 90 additions and 90 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7";
};
buildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
# disable flaky networking test
postPatch = ''