python2Packages.pyqt4: Fix build

This commit is contained in:
Jan Tojnar 2019-03-02 18:03:28 +01:00
parent e76edaefea
commit f14a48f716
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ in buildPythonPackage {
${python.executable} configure.py $configureFlags "''${configureFlagsArray[@]}"
'';
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ makeWrapper qt4 lndir dbus ];
nativeBuildInputs = [ pkgconfig lndir makeWrapper qt4 ];
buildInputs = [ qt4 dbus ];
propagatedBuildInputs = [ sip ];