diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index be9d6a7b936..54adf571a00 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -17353,7 +17353,7 @@ in modules // { ''; # See https://bitbucket.org/pypy/compatibility/wiki/reportlab%20toolkit - disabled = isPypy; + disabled = isPyPy; meta = { description = "An Open Source Python library for generating PDFs and graphics";