pkgs/games: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
2fbc36f3d8
commit
47e997598c
@@ -1,5 +1,5 @@
|
||||
{ lib, stdenv, fetchbzr, intltool
|
||||
, gtk2, wrapGAppsHook, autoreconfHook, pkgconfig
|
||||
, gtk2, wrapGAppsHook, autoreconfHook, pkg-config
|
||||
, libmikmod, librsvg, libcanberra-gtk2, hicolor-icon-theme }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook intltool autoreconfHook pkgconfig ];
|
||||
nativeBuildInputs = [ wrapGAppsHook intltool autoreconfHook pkg-config ];
|
||||
|
||||
buildInputs = [ gtk2 libmikmod librsvg hicolor-icon-theme libcanberra-gtk2 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user