Disabled python-poppler-qt4 for PyPy

This commit is contained in:
Raffael Mancini 2014-10-28 11:01:28 +01:00
parent 84bda2b8a1
commit 90c6a38abe
1 changed files with 1 additions and 1 deletions

View File

@ -2603,7 +2603,7 @@ let
poppler-qt4 = buildPythonPackage rec {
name = "poppler-qt4-${version}";
version = "0.18.1";
disabled = isPy3k;
disabled = isPy3k || isPyPy;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/p/python-poppler-qt4/" +