3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.pysideTools: fix build

This commit is contained in:
timor 2019-03-18 21:16:41 +01:00
parent 17369ceae9
commit 6b8f80053f

View file

@ -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";