pythonPackages.pycairo: fix name
This commit is contained in:
parent
0fa8ead76c
commit
879a98bf27
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else mkPythonDerivation rec {
|
if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else mkPythonDerivation rec {
|
||||||
version = "1.10.0";
|
version = "1.10.0";
|
||||||
name = "${python.libPrefix}-pycairo-${version}";
|
name = "pycairo-${version}";
|
||||||
src = if isPy3k
|
src = if isPy3k
|
||||||
then fetchurl {
|
then fetchurl {
|
||||||
url = "http://cairographics.org/releases/pycairo-${version}.tar.bz2";
|
url = "http://cairographics.org/releases/pycairo-${version}.tar.bz2";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user