Disabled package for python 3.4 because it's not ported yet.

This commit is contained in:
Raffael Mancini 2014-10-26 21:31:09 +01:00
parent e597ab15b3
commit 84bda2b8a1

View File

@ -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/" +