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
@@ -10,8 +10,9 @@ let
rev = "5b262480091d5f84a67a4a56c728fc8b39844339";
sha256 = "1w5qvjafn14s6jjs7kiwsqirlsqbgv0p152hrsq463pm34hp0lzy";
};
nativeBuildInputs = [ pkgconfig ];
buildInputs = [
SDL SDL_gfx libjpeg pkgconfig libpng
SDL SDL_gfx libjpeg libpng
];
in
stdenv.mkDerivation {