misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs

This commit is contained in:
John Ericson
2017-09-21 15:49:53 -04:00
parent 9f2e05662b
commit fd9c7eb2e8
50 changed files with 90 additions and 90 deletions
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0h20685bzw5j5h6mw8c6apbrbrd9w518c6xdhr55147px11nhnkl";
};
buildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
propagatedBuildInputs = [ gtk2 ];