summary refs log tree commit diff
path: root/pkgs/applications/audio/rhvoice
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-03-27 14:47:48 +0100
committerJon <jonringer@users.noreply.github.com>2020-03-27 10:49:52 -0700
commit0950324466d7d978dadccf8dee58c89344d8326b (patch)
treeb631f3381f45c3af48c8344cae1a8a6e995323a4 /pkgs/applications/audio/rhvoice
parente9aa2ef64ac52d3dca00422a3dfb54dcc7e3cc93 (diff)
downloadnixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.tar
nixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.tar.gz
nixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.tar.bz2
nixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.tar.lz
nixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.tar.xz
nixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.tar.zst
nixpkgs-0950324466d7d978dadccf8dee58c89344d8326b.zip
scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
Diffstat (limited to 'pkgs/applications/audio/rhvoice')
-rw-r--r--pkgs/applications/audio/rhvoice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/rhvoice/default.nix b/pkgs/applications/audio/rhvoice/default.nix
index e3eb750496b..59a8b6ec8c4 100644
--- a/pkgs/applications/audio/rhvoice/default.nix
+++ b/pkgs/applications/audio/rhvoice/default.nix
@@ -15,7 +15,7 @@ in stdenv.mkDerivation {
   };
 
   nativeBuildInputs = [
-    scons pkgconfig
+    scons.py2 pkgconfig
   ];
 
   buildInputs = [