about summary refs log tree commit diff
path: root/pkgs/games/gog/homm3/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/homm3/default.nix')
-rw-r--r--pkgs/games/gog/homm3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/homm3/default.nix b/pkgs/games/gog/homm3/default.nix
index 5aecb8f2..63c17c5f 100644
--- a/pkgs/games/gog/homm3/default.nix
+++ b/pkgs/games/gog/homm3/default.nix
@@ -1,5 +1,5 @@
 { stdenv, lib, buildSandbox, fetchGog, runCommand, makeWrapper, fetchFromGitHub
-, cmake, pkgconfig, python3, boost, zlib, minizip, qt5
+, cmake, pkg-config, python3, boost, zlib, minizip, qt5
 , SDL2, SDL2_image, SDL2_mixer, SDL2_ttf
 , innoextract, parallel, ffmpeg
 }:
@@ -68,7 +68,7 @@ let
 
     cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" "-DENABLE_TEST=0" ];
     enableParallelBuilding = true;
-    nativeBuildInputs = [ cmake pkgconfig python3 makeWrapper ];
+    nativeBuildInputs = [ cmake pkg-config python3 makeWrapper ];
     buildInputs = [
       boost zlib minizip SDL2 SDL2_image SDL2_mixer SDL2_ttf ffmpeg
       qt5.qtbase