pythonPackages.pysideShiboken: enable it for Python2 as well

This commit is contained in:
Vojtěch Káně 2021-03-04 14:48:15 +01:00
parent d6eb2044a7
commit d32be9f201

View File

@ -18,7 +18,6 @@ buildPythonPackage rec {
pname = "pyside-shiboken";
version = "1.2.4";
format = "other";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "PySide";