pkgs/games: pkg-config -> pkgconfig (2)

This commit is contained in:
Ben Siraphob
2021-01-17 12:49:22 +07:00
committed by Jonathan Ringer
parent 76f93cc731
commit bd42003f87
68 changed files with 137 additions and 137 deletions

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, SDL2, SDL2_ttf, SDL2_image, SDL2_mixer, pkgconfig, lua, zlib, unzip }:
{ lib, stdenv, fetchurl, SDL2, SDL2_ttf, SDL2_image, SDL2_mixer, pkg-config, lua, zlib, unzip }:
let
version = "3.3.2";
@@ -38,7 +38,7 @@ stdenv.mkDerivation {
NIX_LDFLAGS = "-llua -lgcc_s";
nativeBuildInputs = [ pkgconfig unzip ];
nativeBuildInputs = [ pkg-config unzip ];
buildInputs = [ SDL2 SDL2_ttf SDL2_image SDL2_mixer lua zlib ];
postPatch = ''