We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0fa8ead commit 879a98bCopy full SHA for 879a98b
pkgs/development/python-modules/pycairo/default.nix
@@ -2,7 +2,7 @@
2
3
if (isPyPy) then throw "pycairo not supported for interpreter ${python.executable}" else mkPythonDerivation rec {
4
version = "1.10.0";
5
- name = "${python.libPrefix}-pycairo-${version}";
+ name = "pycairo-${version}";
6
src = if isPy3k
7
then fetchurl {
8
url = "http://cairographics.org/releases/pycairo-${version}.tar.bz2";
0 commit comments