Skip to content

Commit 879a98b

Browse files
committedDec 10, 2016
pythonPackages.pycairo: fix name
1 parent 0fa8ead commit 879a98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/python-modules/pycairo/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else mkPythonDerivation rec {
44
version = "1.10.0";
5-
name = "${python.libPrefix}-pycairo-${version}";
5+
name = "pycairo-${version}";
66
src = if isPy3k
77
then fetchurl {
88
url = "http://cairographics.org/releases/pycairo-${version}.tar.bz2";

0 commit comments

Comments
 (0)