pythonPackages.pysideTools: fix build
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user