mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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…
Reference in New Issue
Block a user