summary refs log tree commit diff
path: root/pkgs/tools/audio
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/audio
parent878631d48ae937ad0366cd4c6949f712d4029797 (diff)
parentf0011fd103af9ad262448115c1e921d0b73a6c07 (diff)
downloadnixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.tar
nixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.tar.gz
nixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.tar.bz2
nixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.tar.lz
nixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.tar.xz
nixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.tar.zst
nixpkgs-d24da528443dabfdbda63153e8b33fe8b2fbb15f.zip
Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuild
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/tts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/tts/default.nix b/pkgs/tools/audio/tts/default.nix
index 78adea9d222..f6b1f6d9f66 100644
--- a/pkgs/tools/audio/tts/default.nix
+++ b/pkgs/tools/audio/tts/default.nix
@@ -103,7 +103,7 @@ python.pkgs.buildPythonApplication rec {
     # cython modules are not installed for some reasons
     (
       cd TTS/tts/utils/monotonic_align
-      ${python.pythonForBuild.interpreter} setup.py install --prefix=$out
+      ${python.pythonOnBuildForHost.interpreter} setup.py install --prefix=$out
     )
   '';