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
+1 -1
View File
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "0s029m4iw0nsvnsm2hlz8yajrasdvf315iv2dw8mfm7nhbshwsqa";
};
buildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig ];
# libsrtp.pc references -lcrypto -lpcap without -L
propagatedBuildInputs = [ openssl libpcap ];