summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/emulators/pcsxr/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-17 09:30:45 +0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-16 23:49:59 -0800
commitfce00d15c2521710ac1043d6b5251803fb9a8808 (patch)
tree7dc2bfefa3f678269452ded930356e33998c6f84 /pkgs/misc/emulators/pcsxr/default.nix
parent5fffcef915761939a2d78e679e43551dc1adf09e (diff)
pkgs/misc: pkgconfig -> pkg-config
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
];