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.
This commit is contained in:
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "bin" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ scons pkgconfig which makeWrapper python pyqt5 ];
|
||||
nativeBuildInputs = [ scons.py2 pkgconfig which makeWrapper python pyqt5 ];
|
||||
|
||||
prefixKey = "PREFIX=";
|
||||
sconsFlags = [
|
||||
|
||||
Reference in New Issue
Block a user