summary refs log tree commit diff
path: root/pkgs/development/libraries/gusb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gusb/default.nix')
-rw-r--r--pkgs/development/libraries/gusb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gusb/default.nix b/pkgs/development/libraries/gusb/default.nix
index 8aab8182bec..9c6ec5ad283 100644
--- a/pkgs/development/libraries/gusb/default.nix
+++ b/pkgs/development/libraries/gusb/default.nix
@@ -17,7 +17,7 @@
 }:
 
 let
-  pythonEnv = python3.pythonForBuild.withPackages (ps: with ps; [
+  pythonEnv = python3.pythonOnBuildForHost.withPackages (ps: with ps; [
     setuptools
   ]);
 in