mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00: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";
|
configureScript = "./bootstrap.sh";
|
||||||
configureFlags = commonConfigureFlags ++ [
|
configureFlags = commonConfigureFlags ++ [
|
||||||
"--with-icu=${icu}"
|
"--with-icu=${icu}"
|
||||||
"--with-python=${python}/bin/python"
|
"--with-python=${python.interpreter}"
|
||||||
] ++ optional (toolset != null) "--with-toolset=${toolset}";
|
] ++ optional (toolset != null) "--with-toolset=${toolset}";
|
||||||
|
|
||||||
buildPhase = builder nativeB2Args;
|
buildPhase = builder nativeB2Args;
|
||||||
|
Loading…
Reference in New Issue
Block a user