pkgs/games: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
2fbc36f3d8
commit
47e997598c
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchFromGitHub, substituteAll, jam, cctools, pkgconfig
|
||||
{ lib, stdenv, fetchFromGitHub, substituteAll, jam, cctools, pkg-config
|
||||
, SDL, SDL_mixer, SDL_sound, gtk2, libvorbis, smpeg }:
|
||||
|
||||
let
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0w54avmbp4i4zps2rb4acmpa641s6wvwbrln4vbdhcz97fx48nzz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ jam pkgconfig ] ++ lib.optional stdenv.isDarwin cctools;
|
||||
nativeBuildInputs = [ jam pkg-config ] ++ lib.optional stdenv.isDarwin cctools;
|
||||
|
||||
buildInputs = [ SDL SDL_mixer SDL_sound gtk2 ]
|
||||
++ lib.optionals stdenv.isDarwin [ smpeg libvorbis ];
|
||||
|
||||
Reference in New Issue
Block a user