summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/emulators/pcsx2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/emulators/pcsx2/default.nix')
-rw-r--r--pkgs/misc/emulators/pcsx2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/pcsx2/default.nix b/pkgs/misc/emulators/pcsx2/default.nix
index a71ccb46b998..7f46d9a0034d 100644
--- a/pkgs/misc/emulators/pcsx2/default.nix
+++ b/pkgs/misc/emulators/pcsx2/default.nix
@@ -15,7 +15,7 @@
, libxml2
, makeWrapper
, perl
-, pkgconfig
+, pkg-config
, portaudio
, SDL2
, soundtouch
@@ -68,7 +68,7 @@ stdenv.mkDerivation {
--set __GL_THREADED_OPTIMIZATIONS 1
'';
- nativeBuildInputs = [ cmake makeWrapper perl pkgconfig wrapGAppsHook ];
+ nativeBuildInputs = [ cmake makeWrapper perl pkg-config wrapGAppsHook ];
buildInputs = [
alsaLib