mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
boost: use ${python.interpreter} rather than ${python}/bin/python
This commit is contained in:
parent
600d73df41
commit
7cf05bfe71
@ -149,7 +149,7 @@ stdenv.mkDerivation {
|
||||
configureScript = "./bootstrap.sh";
|
||||
configureFlags = commonConfigureFlags ++ [
|
||||
"--with-icu=${icu}"
|
||||
"--with-python=${python}/bin/python"
|
||||
"--with-python=${python.interpreter}"
|
||||
] ++ optional (toolset != null) "--with-toolset=${toolset}";
|
||||
|
||||
buildPhase = builder nativeB2Args;
|
||||
|
Loading…
Reference in New Issue
Block a user