about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
diff options
context:
space:
mode:
authorAdam Joseph <adam@westernsemico.com>2023-11-05 17:38:24 -0800
committerAdam Joseph <adam@westernsemico.com>2023-11-05 17:42:12 -0800
commitbc2d5988780f02c26daea44016df56a1dc4fb8e2 (patch)
tree10af40499507a484c1c69e54fa5747e27797c7c4 /pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
parent4f649d67d5abd9e8463136fa6b2be50a32b6f64e (diff)
treewide: change pythonForBuild to pythonOnBuildForHost
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix')
-rw-r--r--pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix b/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
index d06ff70fa2b6e..5343fd1c4daeb 100644
--- a/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
+++ b/pkgs/applications/networking/instant-messengers/deltachat-cursed/default.nix
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
     hash = "sha256-1QNhNPa6ZKn0lGQXs/cmfdSFHscwlYwFC/2DpnMoHvY=";
   };
 
-  nativeBuildInputs = with python3.pythonForBuild.pkgs; [
+  nativeBuildInputs = with python3.pythonOnBuildForHost.pkgs; [
     setuptools
     setuptools-scm
   ];