treewide: Manual fix more pkg-config build-inputs

This commit is contained in:
John Ericson
2017-09-21 15:49:54 -04:00
parent 7a733ceda4
commit ed14223f8c
198 changed files with 422 additions and 242 deletions
+2 -1
View File
@@ -8,8 +8,9 @@ stdenv.mkDerivation {
sha256 = "1qg5bygla8ka30b7wqvq6dv84xc7pq0jspffh2jz75d1njyi2kc0";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
scons zlib SDL lua5_1 pkgconfig
scons zlib SDL lua5_1
];
phases = "unpackPhase buildPhase";