pkgs/games: pkg-config -> pkgconfig (2)
This commit is contained in:
committed by
Jonathan Ringer
parent
76f93cc731
commit
bd42003f87
@@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchFromGitHub, pkgconfig
|
||||
{ stdenv, lib, fetchFromGitHub, pkg-config
|
||||
, alsaLib, libpulseaudio, SDL2, SDL2_image, SDL2_mixer }:
|
||||
|
||||
# - set the opendune configuration at ~/.config/opendune/opendune.ini:
|
||||
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
"--with-pulse=${lib.getLib libpulseaudio}/lib/libpulse.so"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
buildInputs = [ alsaLib libpulseaudio SDL2 SDL2_image SDL2_mixer ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user