about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/fetch-humble-bundle/default.nix')
-rw-r--r--pkgs/games/humblebundle/fetch-humble-bundle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/fetch-humble-bundle/default.nix b/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
index 53559133..6e9fb639 100644
--- a/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
+++ b/pkgs/games/humblebundle/fetch-humble-bundle/default.nix
@@ -2,7 +2,7 @@
 , python, python3, pythonPackages
 
 # Dependencies for the captcha solver
-, pkgconfig, qt5
+, pkg-config, qt5
 
 , email, password
 }:
@@ -89,7 +89,7 @@ let
 
     dontUnpack = true;
 
-    nativeBuildInputs = [ pkgconfig (qt5.wrapQtAppsHook or null) ];
+    nativeBuildInputs = [ pkg-config (qt5.wrapQtAppsHook or null) ];
     buildInputs = [ qt5.qtbase qt5.qtwebengine ];
     preferLocalBuild = true;