pythonPackages.pysideTools: fix build

This commit is contained in:
timor
2019-03-24 19:26:04 +01:00
parent 17369ceae9
commit 6b8f80053f
@@ -13,7 +13,9 @@ buildPythonPackage rec {
enableParallelBuilding = true;
buildInputs = [ cmake pyside qt4 pysideShiboken ];
nativeBuildInputs = [ cmake ];
buildInputs = [ pyside qt4 pysideShiboken ];
meta = {
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";