Skip to content

Commit

Permalink
pythonPackages.pysideTools: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
timor committed Mar 24, 2019
1 parent 17369ce commit 6b8f800
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/pyside/tools.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 6b8f800

Please sign in to comment.