about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-29 18:00:57 +0000
committerGitHub <noreply@github.com>2023-12-29 18:00:57 +0000
commitf50aae4fb10dd51bd6ffcce0eb96d02b608a9595 (patch)
tree6bf15f7a57e65ea4dc49d7bc74803990631cd14f /pkgs/development/interpreters/python
parent895cd4b126fc9d8f3009149e81ab12189969dd38 (diff)
parent01962add7e97c051a6c2dd2a013d7e7c8ec2388a (diff)
downloadnixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.tar
nixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.tar.gz
nixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.tar.bz2
nixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.tar.lz
nixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.tar.xz
nixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.tar.zst
nixlib-f50aae4fb10dd51bd6ffcce0eb96d02b608a9595.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/interpreters/python')
-rw-r--r--pkgs/development/interpreters/python/hooks/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/python/hooks/default.nix b/pkgs/development/interpreters/python/hooks/default.nix
index 83c6be2f5382..0557c62eeff4 100644
--- a/pkgs/development/interpreters/python/hooks/default.nix
+++ b/pkgs/development/interpreters/python/hooks/default.nix
@@ -2,6 +2,7 @@ self: dontUse: with self;
 
 let
   inherit (python) pythonOnBuildForHost;
+  inherit (pkgs) runCommand;
   pythonInterpreter = pythonOnBuildForHost.interpreter;
   pythonSitePackages = python.sitePackages;
   pythonCheckInterpreter = python.interpreter;
@@ -67,7 +68,7 @@ in {
       # Such conflicts don't happen within the standard nixpkgs python package
       #   set, but in downstream projects that build packages depending on other
       #   versions of this hook's dependencies.
-      passthru.tests = import ./pypa-build-hook-tests.nix {
+      passthru.tests = import ./pypa-build-hook-test.nix {
         inherit pythonOnBuildForHost runCommand;
       };
     } ./pypa-build-hook.sh) {