python2.pkgs.pycairo: fix cross
This commit is contained in:
parent
c18332aed3
commit
95947f6dd7
@ -37,7 +37,10 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dpython=${python.interpreter}"
|
# This is only used for figuring out what version of Python is in
|
||||||
|
# use, and related stuff like figuring out what the install prefix
|
||||||
|
# should be, but it does need to be able to execute Python code.
|
||||||
|
"-Dpython=${python.pythonForBuild.interpreter}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
@ -420,7 +420,7 @@ with self; with super; {
|
|||||||
pyblosxom = callPackage ../development/python-modules/pyblosxom { };
|
pyblosxom = callPackage ../development/python-modules/pyblosxom { };
|
||||||
|
|
||||||
pycairo = callPackage ../development/python-modules/pycairo/1.18.nix {
|
pycairo = callPackage ../development/python-modules/pycairo/1.18.nix {
|
||||||
inherit (pkgs) meson;
|
inherit (pkgs.buildPackages) meson;
|
||||||
};
|
};
|
||||||
|
|
||||||
pycangjie = disabled pycangjie;
|
pycangjie = disabled pycangjie;
|
||||||
|
Loading…
Reference in New Issue
Block a user