Disabled python-poppler-qt4 for PyPy
This commit is contained in:
parent
84bda2b8a1
commit
90c6a38abe
@ -2603,7 +2603,7 @@ let
|
|||||||
poppler-qt4 = buildPythonPackage rec {
|
poppler-qt4 = buildPythonPackage rec {
|
||||||
name = "poppler-qt4-${version}";
|
name = "poppler-qt4-${version}";
|
||||||
version = "0.18.1";
|
version = "0.18.1";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k || isPyPy;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/p/python-poppler-qt4/" +
|
url = "https://pypi.python.org/packages/source/p/python-poppler-qt4/" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user