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
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1w7bs46r4lykfd83kc3bg9i1rxzzlb4ydk23ikf8mx8avz05q1aj";
};
buildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
meta = with stdenv.lib; {
description = "Library of Assorted Spiffy Things";