pythonPackages.libvirt: fix python executable path
This commit is contained in:
parent
0be8418275
commit
aa91480f45
@ -13033,9 +13033,9 @@ let
|
|||||||
|
|
||||||
buildInputs = with self; [ python pkgs.pkgconfig pkgs.libvirt lxml ];
|
buildInputs = with self; [ python pkgs.pkgconfig pkgs.libvirt lxml ];
|
||||||
|
|
||||||
buildPhase = "python setup.py build";
|
buildPhase = "${python.interpreter} setup.py build";
|
||||||
|
|
||||||
installPhase = "python setup.py install --prefix=$out";
|
installPhase = "${python.interpreter} setup.py install --prefix=$out";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.libvirt.org/;
|
homepage = http://www.libvirt.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user