forked from mirrors/nixpkgs
pycairo: add darwin to meta.platforms
This commit is contained in:
parent
bed2cd5e32
commit
c67c27dc82
|
@ -37,5 +37,5 @@ if (isPyPy || isPy35) then throw "pycairo not supported for interpreter ${python
|
|||
buildPhase = "${python.executable} waf";
|
||||
installPhase = "${python.executable} waf install";
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.linux;
|
||||
meta.platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue