about summary refs log tree commit diff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-11-08 00:13:25 +0200
committerGitHub <noreply@github.com>2023-11-08 00:13:25 +0200
commitd24da528443dabfdbda63153e8b33fe8b2fbb15f (patch)
tree3755096ac191b65b3930372ad4f1e8eba4f854ca /pkgs/tools/backup
parent878631d48ae937ad0366cd4c6949f712d4029797 (diff)
parentf0011fd103af9ad262448115c1e921d0b73a6c07 (diff)
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/s3ql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/s3ql/default.nix b/pkgs/tools/backup/s3ql/default.nix
index 8738f5dc4e247..e2e68109b8018 100644
--- a/pkgs/tools/backup/s3ql/default.nix
+++ b/pkgs/tools/backup/s3ql/default.nix
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
   ];
 
   preBuild = ''
-    ${python3Packages.python.pythonForBuild.interpreter} ./setup.py build_cython build_ext --inplace
+    ${python3Packages.python.pythonOnBuildForHost.interpreter} ./setup.py build_cython build_ext --inplace
   '';
 
   checkPhase = ''