pkgs/games: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob
2021-01-16 23:49:59 -08:00
committed by Jonathan Ringer
parent 2fbc36f3d8
commit 47e997598c
14 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ lib, fetchurl, stdenv, SDL, openal, SDL_mixer, libxml2, pkgconfig, libvorbis
{ lib, fetchurl, stdenv, SDL, openal, SDL_mixer, libxml2, pkg-config, libvorbis
, libpng, libGLU, libGL, makeWrapper, zlib, freetype }:
let
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
buildInputs = [ SDL SDL_mixer openal libxml2 libvorbis libpng libGLU libGL zlib freetype ];
nativeBuildInputs = [ pkgconfig makeWrapper ];
nativeBuildInputs = [ pkg-config makeWrapper ];
NIX_CFLAGS_COMPILE="-include ${zlib.dev}/include/zlib.h";