Disabled package for python 3.4 because it's not ported yet.
This commit is contained in:
parent
e597ab15b3
commit
84bda2b8a1
@ -2603,6 +2603,7 @@ let
|
||||
poppler-qt4 = buildPythonPackage rec {
|
||||
name = "poppler-qt4-${version}";
|
||||
version = "0.18.1";
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/p/python-poppler-qt4/" +
|
||||
|
Loading…
Reference in New Issue
Block a user