summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/emulators/pcsxr/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/emulators/pcsxr/default.nix')
-rw-r--r--pkgs/misc/emulators/pcsxr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/emulators/pcsxr/default.nix b/pkgs/misc/emulators/pcsxr/default.nix
index 47a87dcca0b5..e6f0ec477440 100644
--- a/pkgs/misc/emulators/pcsxr/default.nix
+++ b/pkgs/misc/emulators/pcsxr/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchurl, autoreconfHook, intltool, pkgconfig, gtk3, SDL2, xorg
+{ lib, stdenv, fetchurl, autoreconfHook, intltool, pkg-config, gtk3, SDL2, xorg
, wrapGAppsHook, libcdio, nasm, ffmpeg, file
, fetchpatch }:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
./uncompress2.patch
];
- nativeBuildInputs = [ autoreconfHook intltool pkgconfig wrapGAppsHook ];
+ nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ];
buildInputs = [
gtk3 SDL2 xorg.libXv xorg.libXtst libcdio nasm ffmpeg file
];