pkgs/games: pkg-config -> pkgconfig (2)
This commit is contained in:
committed by
Jonathan Ringer
parent
76f93cc731
commit
bd42003f87
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchFromGitHub, autoconf, automake
|
||||
, zlib, curl, gnutls, fribidi, libpng, SDL, SDL_gfx, SDL_image, SDL_mixer
|
||||
, SDL_net, SDL_ttf, libunwind, libX11, xorgproto, libxml2, pkgconfig
|
||||
, SDL_net, SDL_ttf, libunwind, libX11, xorgproto, libxml2, pkg-config
|
||||
, gettext, intltool, libtool, perl
|
||||
}:
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
configureFlagsArray = ("CFLAGS=-include ${zlib.dev}/include/zlib.h");
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoconf automake gettext intltool libtool pkgconfig
|
||||
autoconf automake gettext intltool libtool pkg-config
|
||||
];
|
||||
buildInputs = [
|
||||
zlib curl gnutls fribidi libpng SDL SDL_gfx SDL_image SDL_mixer
|
||||
|
||||
Reference in New Issue
Block a user