Skip to content

Commit

Permalink
pythonPackages.pycairo: fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 10, 2016
1 parent 0fa8ead commit 879a98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/pycairo/default.nix
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 879a98b

Please sign in to comment.