konq-plugins: fix compilation against qt 4.7

svn path=/nixpkgs/trunk/; revision=24419
This commit is contained in:
Evgeny Egorochkin 2010-10-22 14:40:19 +00:00
parent 2677562f8c
commit fbbcd05f4d

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ cmake kdelibs qt4 automoc4 phonon kdebase gettext ];
patches = [ ./qt47.patch ];
meta = with stdenv.lib; {
description = "Various plugins for Konqueror";
license = "GPL";