python2Packages.pyqt4: Fix build
This commit is contained in:
parent
89fb4b4b2d
commit
34fd15c8aa
@ -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 ];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user