pythonPackages.pysideTools: add python deps to propagatedBuildInputs
This commit is contained in:
@@ -15,7 +15,9 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
buildInputs = [ pyside qt4 pysideShiboken ];
|
buildInputs = [ qt4 ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ pyside pysideShiboken ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";
|
||||||
|
|||||||
Reference in New Issue
Block a user