konq-plugins: fix compilation against qt 4.7
svn path=/nixpkgs/trunk/; revision=24419
This commit is contained in:
parent
2677562f8c
commit
fbbcd05f4d
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cmake kdelibs qt4 automoc4 phonon kdebase gettext ];
|
buildInputs = [ cmake kdelibs qt4 automoc4 phonon kdebase gettext ];
|
||||||
|
|
||||||
|
patches = [ ./qt47.patch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Various plugins for Konqueror";
|
description = "Various plugins for Konqueror";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user