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 e3dac6c4ec7..af24e46efe2 100644
--- a/pkgs/development/libraries/gusb/default.nix
+++ b/pkgs/development/libraries/gusb/default.nix
@@ -4,7 +4,7 @@
 }:
 
 let
-  pythonEnv = python3.withPackages(ps: with ps; [
+  pythonEnv = python3.pythonForBuild.withPackages(ps: with ps; [
     setuptools
   ]);
 in