about summary refs log tree commit diff
path: root/pkgs/games/gog/fetch-gog/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/gog/fetch-gog/default.nix')
-rw-r--r--pkgs/games/gog/fetch-gog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/fetch-gog/default.nix b/pkgs/games/gog/fetch-gog/default.nix
index d7d3289b..a3cbf211 100644
--- a/pkgs/games/gog/fetch-gog/default.nix
+++ b/pkgs/games/gog/fetch-gog/default.nix
@@ -1,5 +1,5 @@
 { stdenv, lib, curl, writeText, runCommandCC, python3Packages, cacert
-, pkgconfig, qt5
+, pkg-config, qt5
 
 , email, password
 }:
@@ -156,7 +156,7 @@ let
 
     dontUnpack = true;
 
-    nativeBuildInputs = [ pkgconfig (qt5.wrapQtAppsHook or null) ];
+    nativeBuildInputs = [ pkg-config (qt5.wrapQtAppsHook or null) ];
     buildInputs = [ qt5.qtbase qt5.qtwebengine ];
     preferLocalBuild = true;