pythonPackages.pysideTools: add python deps to propagatedBuildInputs

This commit is contained in:
timor 2019-03-24 17:41:30 +01:00
parent 6b8f80053f
commit de1634a36e

View file

@ -15,7 +15,9 @@ buildPythonPackage rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ pyside qt4 pysideShiboken ];
buildInputs = [ qt4 ];
propagatedBuildInputs = [ pyside pysideShiboken ];
meta = {
description = "Tools for pyside, the LGPL-licensed Python bindings for the Qt cross-platform application and UI framework";